update the spec file

This commit is contained in:
Daniel Berteaud 2013-03-05 09:25:49 +01:00
parent 9f1624dfdd
commit 8cf48413b3
1 changed files with 7 additions and 14 deletions

View File

@ -2,7 +2,7 @@
# Name: Daniel Berteaud
%define name smeserver-tt-rss
%define version 0.2.0
%define version 0.2.1
%define release 1
Summary: sme server integration of tt-rss
Name: %{name}
@ -17,16 +17,18 @@ BuildArchitectures: noarch
BuildRequires: e-smith-devtools
BuildRoot: /var/tmp/%{name}-%{version}
Requires: e-smith-release
Requires: tt-rss >= 1.6.1
Requires: tt-rss >= 1.7.1
Requires: smeserver-webapps-common
AutoReqProv: no
%description
smserver integration of openupload.
OpenUpload is an open source application to share files over
the internet (like MegaUpload or RapidShare for example)
smserver integration of TIny Tiny RSS
Tiny Tiny RSS is a feature rich, web based feed reader
%changelog
* Tue Mar 5 2013 Daniel Berteaud <daniel@firewall-services.com> 0.2.1-1.sme
- Support tt-rss 1.7.1
* Wed Nov 14 2012 Daniel Berteaud <daniel@firewall-services.com> 0.2.0-1.sme
- Support tt-rss 1.6.1
@ -80,14 +82,5 @@ rm -f %{name}-%{version}-filelist
%clean
rm -rf $RPM_BUILD_ROOT
%postun
#uninstall
if [ $1 = 0 ] ; then
/sbin/e-smith/db configuration setprop tt-rss status disabled
/sbin/e-smith/expand-template /etc/httpd/conf/httpd.conf
/usr/bin/sv h /service/httpd-e-smith
fi
true