]> git.pld-linux.org Git - packages/Zope-Interface.git/commitdiff
- renamed spec (old: Zope-ZopeInterface)
authorciesiel <ciesiel@pld-linux.org>
Sun, 20 Mar 2005 13:53:15 +0000 (13:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- added missing files
- added PL summary

Changed files:
    Zope-Interface.spec -> 1.1

Zope-Interface.spec [new file with mode: 0644]

diff --git a/Zope-Interface.spec b/Zope-Interface.spec
new file mode 100644 (file)
index 0000000..21d3ed3
--- /dev/null
@@ -0,0 +1,62 @@
+Summary:       zope.interface package used in Zope 3
+Summary(pl):   Modu³ interface u¿ywany w Zope 3
+Name:          ZopeInterface
+Version:       3.0.1
+Release:       1
+License:       ZPL 2.0
+Group:         Development/Tools
+Source0:       http://www.zope.org/Products/ZopeInterface/%{version}final/%{name}-%{version}.tgz
+# Source0-md5: 114f302c2b132d43ad4e01d108b4d192
+URL:           http://www.zope.org/Products/ZopeInterface/
+BuildRequires: python
+BuildRequires: python-devel
+%pyrequires_eq python-modules
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+zope.interface package used in Zope 3.
+
+%description -l pl
+Modu³ interface u¿ywany w Zope 3.
+
+%prep
+%setup -q -n %{name}-%{version}
+
+%build
+python ./setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python ./setup.py install \
+       --optimize 2 \
+       --root=$RPM_BUILD_ROOT
+
+%py_comp $RPM_BUILD_ROOT%{py_sitedir}/zope
+%py_ocomp $RPM_BUILD_ROOT%{py_sitedir}/zope
+
+find $RPM_BUILD_ROOT -type f -name "*.py" -exec rm -rf {} \;;
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc %{py_sitedir}/zope/README.txt
+%{py_sitedir}/zope/*.cfg
+%dir %{py_sitedir}/zope
+%{py_sitedir}/zope/*.py[co]
+%dir %{py_sitedir}/zope/interface
+%{py_sitedir}/zope/interface/*.py[co]
+%{py_sitedir}/zope/interface/*.cfg
+%{py_sitedir}/zope/interface/*.so
+%{py_sitedir}/zope/interface/*.txt
+%dir %{py_sitedir}/zope/interface/common
+%{py_sitedir}/zope/interface/common/*.py[co]
+%dir %{py_sitedir}/zope/interface/common/tests
+%{py_sitedir}/zope/interface/common/tests/*.py[co] 
+%dir %{py_sitedir}/zope/interface/tests
+%{py_sitedir}/zope/interface/tests/*.py[co] 
+%{py_sitedir}/zope/interface/tests/*.txt
+%dir %{py_sitedir}/zope/testing
+%{py_sitedir}/zope/testing/*.py[co]
This page took 0.094933 seconds and 5 git commands to generate.