rpms/python-zope-event/devel .cvsignore, 1.2, 1.3 python-zope-event.spec, 1.1, 1.2 sources, 1.2, 1.3

Robin 'cheese' Lee cheeselee at fedoraproject.org
Wed Jun 16 18:02:40 UTC 2010


Author: cheeselee

Update of /cvs/pkgs/rpms/python-zope-event/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30842

Modified Files:
	.cvsignore python-zope-event.spec sources 
Log Message:
* Thu Jun 17 2010 Robin Lee <robinlee.sysu at gmail.com> - 3.5.0.1-1
- Update to 3.5.0-1
- Include more documents



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-event/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	9 Aug 2009 05:24:04 -0000	1.2
+++ .cvsignore	16 Jun 2010 18:02:39 -0000	1.3
@@ -1 +1 @@
-zope.event-3.4.1.tar.gz
+zope.event-3.5.0-1.tar.gz


Index: python-zope-event.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-event/devel/python-zope-event.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-zope-event.spec	9 Aug 2009 05:24:04 -0000	1.1
+++ python-zope-event.spec	16 Jun 2010 18:02:39 -0000	1.2
@@ -1,13 +1,16 @@
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
 
 Name:           python-zope-event
-Version:        3.4.1
+Version:        3.5.0.1
 Release:        1%{?dist}
 Summary:        Zope Event Publication
 Group:          Development/Languages
 License:        ZPLv2.1
 URL:            http://pypi.python.org/pypi/zope.event/
-Source0:        http://pypi.python.org/packages/source/z/zope.event/zope.event-%{version}.tar.gz
+# Upstream accidentally used strange version
+Source0:        http://pypi.python.org/packages/source/z/zope.event/zope.event-3.5.0-1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -26,7 +29,7 @@ zope.event can be found in zope.componen
 
 
 %prep
-%setup -q -n zope.event-%{version}
+%setup -q -n zope.event-3.5.0-1
 
 
 %build
@@ -36,6 +39,7 @@ zope.event can be found in zope.componen
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+rm -f $RPM_BUILD_ROOT%{python_sitelib}/zope/event/*.txt
 
 
 %check
@@ -48,12 +52,17 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README.txt
+%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt
+%doc src/zope/event/*.txt
 %{python_sitelib}/zope/*
 %{python_sitelib}/zope.event*
 
 
 %changelog
+* Thu Jun 17 2010 Robin Lee <robinlee.sysu at gmail.com> - 3.5.0.1-1
+- Update to 3.5.0-1
+- Include more documents
+
 * Sun Jul 5 2009 Conrad Meyer <konrad at tylerc.org> - 3.4.1-1
 - Add missing BR on python-setuptools.
 - Enable testing stuff as zope-testing is in devel.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zope-event/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	9 Aug 2009 05:24:04 -0000	1.2
+++ sources	16 Jun 2010 18:02:39 -0000	1.3
@@ -1 +1 @@
-dedf8ec89b7852745accbee4aa5110e2  zope.event-3.4.1.tar.gz
+5940673553add7a75ec47d3b916ba7d1  zope.event-3.5.0-1.tar.gz



More information about the scm-commits mailing list