SPECS: Zope-Testing.spec (NEW) - based on ZopeInterfaces.spec, nfy

wrobell wrobell at pld-linux.org
Mon Sep 10 01:54:23 CEST 2007


Author: wrobell                      Date: Sun Sep  9 23:54:23 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on ZopeInterfaces.spec, nfy

---- Files affected:
SPECS:
   Zope-Testing.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/Zope-Testing.spec
diff -u /dev/null SPECS/Zope-Testing.spec:1.1
--- /dev/null	Mon Sep 10 01:54:23 2007
+++ SPECS/Zope-Testing.spec	Mon Sep 10 01:54:17 2007
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+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
+
+%define	date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/09/09 23:54:17  wrobell
+- based on ZopeInterfaces.spec, nfy
+
================================================================


More information about the pld-cvs-commit mailing list