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

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

diff --git a/Zope-Testing.spec b/Zope-Testing.spec
new file mode 100644 (file)
index 0000000..f050eb2
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       zope.testing package used in Zope 3
+Name:          Zope-Testing
+Version:       3.5.0
+Release:       0.1
+License:       ZPL 2.0
+Group:         Development/Tools
+Source0:       http://download.zope.org/distribution/zope.testing-%{version}.tar.gz
+# Source0-md5: 3e482a31cc6c6dac8d7abd0b0e146da4
+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.testing package used in Zope 3.
+
+%prep
+%setup -q -n zope.testing-%{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_sitescriptdir}/zope/testing
+%{py_sitescriptdir}/zope*egg*
+%{py_sitescriptdir}/zope*pth
This page took 0.076638 seconds and 5 git commands to generate.