Author: wrobell                      Date: Mon Sep 10 17:58:11 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- based on Zope-Testing.spec

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

---- Diffs:

================================================================
Index: SPECS/Zope-Proxy.spec
diff -u /dev/null SPECS/Zope-Proxy.spec:1.1
--- /dev/null   Mon Sep 10 19:58:11 2007
+++ SPECS/Zope-Proxy.spec       Mon Sep 10 19:58:06 2007
@@ -0,0 +1,51 @@
+# $Revision$, $Date$
+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
+
+%define        date    %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <[EMAIL PROTECTED]>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2007/09/10 17:58:06  wrobell
+- based on Zope-Testing.spec
+
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to