]> git.pld-linux.org Git - packages/python-zope.interface.git/blame_incremental - Zope-Interface.spec
- spec renamed to Zope-Interface.spec
[packages/python-zope.interface.git] / Zope-Interface.spec
... / ...
CommitLineData
1Summary: Python 'interface' concept implementation
2Summary(pl.UTF-8): Implementacja interfejsów dla języka Python
3Name: Zope-Interface
4Version: 3.4.0
5Release: 1
6License: ZPL 2.1
7Group: Libraries/Python
8Source0: http://download.zope.org/distribution/zope.interface-%{version}.tar.gz
9# Source0-md5: 0be9fd80b7bb6bee520e56eba7d29c90
10URL: http://www.zope.org/Products/ZopeInterface/
11BuildRequires: python >= 1:2.5
12BuildRequires: python-devel >= 1:2.5
13BuildRequires: rpm-pythonprov
14BuildRequires: rpmbuild(macros) >= 1.219
15%pyrequires_eq python-modules
16Provides: ZopeInterface
17Obsoletes: ZopeInterface
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21Python 'interface' concept implementation.
22
23%description -l pl.UTF-8
24Implementacja interfejsów (abstrakcyjnych reprezentacji klas) dla
25języka Python.
26
27%prep
28%setup -q -n zope.interface-%{version}
29
30%build
31python ./setup.py build
32
33%install
34rm -rf $RPM_BUILD_ROOT
35
36python ./setup.py install \
37 --optimize 2 \
38 --root=$RPM_BUILD_ROOT
39
40%py_postclean
41
42%clean
43rm -rf $RPM_BUILD_ROOT
44
45%files
46%defattr(644,root,root,755)
47%doc README.txt
48%{py_sitedir}/zope/interface
49%{py_sitedir}/zope.interface-*.egg-info
50%{py_sitedir}/zope.interface-*-nspkg.pth
This page took 0.06206 seconds and 4 git commands to generate.