]> git.pld-linux.org Git - packages/Zope-iHotfix.git/blobdiff - Zope-iHotfix.spec
- added BR: python
[packages/Zope-iHotfix.git] / Zope-iHotfix.spec
index e858aed4afd0d49b2be2b0000ad4173b6653bc19..841dfb373cc0941aee75c0993ee8d6d7fed3dec6 100644 (file)
@@ -1,19 +1,20 @@
-%include       /usr/lib/rpm/macros.python
+
 %define                zope_subname    iHotfix
 Summary:       Dynamically applying several patches to Zope
 Summary(pl):   Dodatek aplikuj±cy wiele poprawek dla Zope
 Name:          Zope-%{zope_subname}
-Version:       0.2.0
+Version:       0.5.1
 Release:       1
 License:       GPL
 Group:         Development/Tools
-Source0:       http://dl.sourceforge.net/lleu/%{zope_subname}-%{version}.tgz
-# Source0-md5: e1e20772e6b0c1e58a3627a213fba46d
-URL:           http://sourceforge.net/projects/lleu/
-BuildRequires: python >= 2.2
+Source0:       http://www.ikaaro.org/download/%{zope_subname}-%{version}.tar.gz
+# Source0-md5: e0579873f9986eff3f0f4e6b678f2713
+URL:           http://www.ikaaro.org/
 Requires(post,postun): /usr/sbin/installzopeproduct
-%pyrequires_eq python-modules
 Requires:      Zope >= 2.6
+Requires:      python-itools >= 0.5.0
+BuildRequires:  python
+%pyrequires_eq python-modules
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,14 +25,14 @@ It dynamically applies several patches to Zope.
 Dodatek aplikuj±cy wiele poprawek dla Zope.
 
 %prep
-%setup -q -n %{zope_subname}
+%setup -q -n %{zope_subname}-%{version}
 
 %install
 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}
@@ -49,13 +50,13 @@ fi
 
 %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
+       /usr/sbin/installzopeproduct -d %{zope_subname}
+       if [ -f /var/lock/subsys/zope ]; then
+               /etc/rc.d/init.d/zope restart >&2
+       fi
 fi
 
 %files
 %defattr(644,root,root,755)
-%doc TODO.txt
+%doc TODO.txt README.txt Changelog
 %{_datadir}/%{name}
This page took 0.114132 seconds and 4 git commands to generate.