X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=Zope-iHotfix.spec;h=28a8b0bd6fe1afc17a061300b0df0e135525faa6;hb=397115a0dd3cdcd7dba8812baee9338d5573c851;hp=ed30e5627e7a032f512bad2c3c3229688a1ee3a2;hpb=ed875f6d4a176dd11b0e569daafc1794e2b3fa60;p=packages%2FZope-iHotfix.git diff --git a/Zope-iHotfix.spec b/Zope-iHotfix.spec index ed30e56..28a8b0b 100644 --- a/Zope-iHotfix.spec +++ b/Zope-iHotfix.spec @@ -3,17 +3,18 @@ Summary: Dynamically applying several patches to Zope Summary(pl): Dodatek aplikuj±cy wiele poprawek dla Zope Name: Zope-%{zope_subname} -Version: 0.5.0 +Version: 0.7.0 Release: 1 License: GPL Group: Development/Tools -Source0: http://dl.sourceforge.net/lleu/%{zope_subname}-%{version}.tar.gz -# Source0-md5: d6d7f44965e4643de3a6f46fab24b3c9 -URL: http://sourceforge.net/projects/lleu/ -BuildRequires: python >= 2.2 +Source0: http://download.ikaaro.org/ihotfix/%{zope_subname}-%{version}.tar.gz +# Source0-md5: 07a438b14e550e6e37271f34e098bbd6 +URL: http://www.ikaaro.org/ +BuildRequires: python +BuildRequires: rpmbuild(macros) >= 1.268 Requires(post,postun): /usr/sbin/installzopeproduct Requires: Zope >= 2.6 -Requires: python-itools >= 0.5.0 +Requires: python-itools >= 0.9.0 %pyrequires_eq python-modules BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -32,7 +33,7 @@ rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT%{_datadir}/%{name} # should tests be included or not? -cp -af *.py $RPM_BUILD_ROOT%{_datadir}/%{name} +cp -af *.py version.txt $RPM_BUILD_ROOT%{_datadir}/%{name} %py_comp $RPM_BUILD_ROOT%{_datadir}/%{name} %py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name} @@ -44,19 +45,15 @@ rm -rf $RPM_BUILD_ROOT %post /usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname} -if [ -f /var/lock/subsys/zope ]; then - /etc/rc.d/init.d/zope restart >&2 -fi +%service -q zope restart %postun if [ "$1" = "0" ]; then /usr/sbin/installzopeproduct -d %{zope_subname} - if [ -f /var/lock/subsys/zope ]; then - /etc/rc.d/init.d/zope restart >&2 - fi + %service -q zope restart fi %files %defattr(644,root,root,755) -%doc TODO.txt README.txt +%doc CHANGES.txt README.txt Changelog %{_datadir}/%{name}