]> git.pld-linux.org Git - packages/Zope-iHotfix.git/blame - Zope-iHotfix.spec
- converted to UTF-8
[packages/Zope-iHotfix.git] / Zope-iHotfix.spec
CommitLineData
be7e873f 1
8e80a32d 2%define zope_subname iHotfix
1f0fb469 3Summary: Dynamically applying several patches to Zope
7e86349b 4Summary(pl.UTF-8): Dodatek aplikujący wiele poprawek dla Zope
8e80a32d 5Name: Zope-%{zope_subname}
5d3351f3 6Version: 0.7.0
6a3adfda 7Release: 1
8e80a32d 8License: GPL
9Group: Development/Tools
397115a0 10Source0: http://download.ikaaro.org/ihotfix/%{zope_subname}-%{version}.tar.gz
5d3351f3 11# Source0-md5: 07a438b14e550e6e37271f34e098bbd6
688960dc 12URL: http://www.ikaaro.org/
8ec8c3f1
ER
13BuildRequires: python
14BuildRequires: rpmbuild(macros) >= 1.268
1f0fb469 15Requires(post,postun): /usr/sbin/installzopeproduct
8e80a32d 16Requires: Zope >= 2.6
3574e8d7 17Requires: python-itools >= 0.9.0
ed875f6d 18%pyrequires_eq python-modules
8e80a32d 19BuildArch: noarch
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
1f0fb469 23It dynamically applies several patches to Zope.
8e80a32d 24
7e86349b
JR
25%description -l pl.UTF-8
26Dodatek aplikujący wiele poprawek dla Zope.
8e80a32d 27
28%prep
ed875f6d 29%setup -q -n %{zope_subname}-%{version}
8e80a32d 30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_datadir}/%{name}
34
35# should tests be included or not?
6a3adfda 36cp -af *.py version.txt $RPM_BUILD_ROOT%{_datadir}/%{name}
8e80a32d 37
38%py_comp $RPM_BUILD_ROOT%{_datadir}/%{name}
39%py_ocomp $RPM_BUILD_ROOT%{_datadir}/%{name}
40
41# find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
42
43%clean
44rm -rf $RPM_BUILD_ROOT
45
46%post
47/usr/sbin/installzopeproduct %{_datadir}/%{name} %{zope_subname}
8ec8c3f1 48%service -q zope restart
8e80a32d 49
50%postun
51if [ "$1" = "0" ]; then
5ffadf5a 52 /usr/sbin/installzopeproduct -d %{zope_subname}
8ec8c3f1 53 %service -q zope restart
8e80a32d 54fi
55
56%files
57%defattr(644,root,root,755)
3574e8d7 58%doc CHANGES.txt README.txt Changelog
8e80a32d 59%{_datadir}/%{name}
This page took 0.062807 seconds and 4 git commands to generate.