]> git.pld-linux.org Git - packages/Zope-Deprecation.git/blame - Zope-Deprecation.spec
- fixed install requirements
[packages/Zope-Deprecation.git] / Zope-Deprecation.spec
CommitLineData
69d8a7de 1Summary: Deprecation library for Python code
25e68304 2Name: Zope-Deprecation
3Version: 3.4.0
69d8a7de 4Release: 1
5License: ZPL 2.1
6Group: Libraries/Python
25e68304 7Source0: http://download.zope.org/distribution/zope.deprecation-%{version}.tar.gz
8# Source0-md5: cc5814063505f217c6df3fc93ec8b2df
69d8a7de 9URL: http://www.zope.org/
25e68304 10BuildRequires: python
11BuildRequires: python-devel
12%pyrequires_eq python-modules
727fd8f2 13Requires: Zope-Testing
25e68304 14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
69d8a7de 17Deprecation library for Python code.
25e68304 18
19%prep
20%setup -q -n zope.deprecation-%{version}
21
22%build
23python ./setup.py build
24
25%install
26rm -rf $RPM_BUILD_ROOT
27
28python ./setup.py install \
29 --optimize 2 \
30 --root=$RPM_BUILD_ROOT
31
32%{py_postclean}
33
34%clean
35rm -rf $RPM_BUILD_ROOT
36
37%files
38%defattr(644,root,root,755)
39%{py_sitescriptdir}/zope/deprecation
40%{py_sitescriptdir}/zope*egg*
41%{py_sitescriptdir}/zope*pth
This page took 0.094814 seconds and 5 git commands to generate.