]> git.pld-linux.org Git - packages/Zope-Proxy.git/commitdiff
- based on Zope-Testing.spec
authorwrobell <wrobell@pld-linux.org>
Mon, 10 Sep 2007 17:58:06 +0000 (17:58 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Zope-Proxy.spec -> 1.1

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

diff --git a/Zope-Proxy.spec b/Zope-Proxy.spec
new file mode 100644 (file)
index 0000000..e6113ac
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       zope.proxy package used in Zope 3
+Name:          Zope-Proxy
+Version:       3.4.0
+Release:       0.1
+License:       ZPL 2.0
+Group:         Development/Tools
+Source0:       http://download.zope.org/distribution/zope.proxy-%{version}.tar.gz
+# Source0-md5: a9e234e90bc4a16bb62b967d4a0412c6
+URL:           http://pypi.python.org/pypi/zope.proxy/3.5.1
+BuildRequires: python
+BuildRequires: python-devel
+%pyrequires_eq python-modules
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+zope.proxy package used in Zope 3.
+
+%prep
+%setup -q -n zope.proxy-%{version}
+
+%build
+python ./setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+python ./setup.py install \
+       --optimize 2 \
+       --root=$RPM_BUILD_ROOT
+
+%{py_postclean}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{py_sitedir}/zope/proxy
+%{py_sitedir}/zope*egg*
+%{py_sitedir}/zope*pth
This page took 0.075417 seconds and 5 git commands to generate.