SPECS: Zope-Event.spec (NEW) - based on Zope-Component.spec

wrobell wrobell at pld-linux.org
Mon Sep 10 02:08:17 CEST 2007


Author: wrobell                      Date: Mon Sep 10 00:08:17 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on Zope-Component.spec

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

---- Diffs:

================================================================
Index: SPECS/Zope-Event.spec
diff -u /dev/null SPECS/Zope-Event.spec:1.1
--- /dev/null	Mon Sep 10 02:08:17 2007
+++ SPECS/Zope-Event.spec	Mon Sep 10 02:08:11 2007
@@ -0,0 +1,53 @@
+# $Revision$, $Date$
+Summary:	zope.event package used in Zope 3
+Name:		Zope-Event
+Version:	3.4.0
+Release:	0.1
+License:	ZPL 2.0
+Group:		Development/Tools
+Source0:	http://download.zope.org/distribution/zope.event-%{version}.tar.gz
+# Source0-md5:	3a3d4bb9b6275149a05628262aba531f
+BuildRequires:	python
+BuildRequires:	python-devel
+%pyrequires_eq	python-modules
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+zope.event package used in Zope 3.
+
+%prep
+%setup -q -n zope.event-%{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/event
+%{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/10 00:08:11  wrobell
+- based on Zope-Component.spec
+
+Revision 1.1  2007/09/10 00:03:21  wrobell
+- based on Zope-Testing.spec
+
================================================================


More information about the pld-cvs-commit mailing list