rpms/planet/devel .cvsignore, 1.2, 1.3 planet.spec, 1.3, 1.4 sources, 1.2, 1.3

Richard Dawe (richdawe) fedora-extras-commits at redhat.com
Thu Sep 14 21:29:04 UTC 2006


Author: richdawe

Update of /cvs/extras/rpms/planet/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24691

Modified Files:
	.cvsignore planet.spec sources 
Log Message:
Update to official Planet 2.0 release


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/planet/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	2 Mar 2006 05:52:59 -0000	1.2
+++ .cvsignore	14 Sep 2006 21:29:03 -0000	1.3
@@ -1 +1 @@
-planet-1.0-20060218pre.tar.gz
+planet-2.0.tar.bz2


Index: planet.spec
===================================================================
RCS file: /cvs/extras/rpms/planet/devel/planet.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- planet.spec	14 Sep 2006 20:57:41 -0000	1.3
+++ planet.spec	14 Sep 2006 21:29:03 -0000	1.4
@@ -1,18 +1,14 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
-%define tarname planet-1.0-20060218pre
-%define bazver planet--devel--1.0--patch-20
-
 Name: planet
-Version: 1.0
-Release: 0.7.20060218pre
+Version: 2.0
+Release: 1
 Summary: Flexible RDF/RSS/Atom feed aggregator
 
 Group: Applications/Internet
 License: Python Software Foundation License
 URL: http://www.planetplanet.org/
-Source0: %{tarname}.tar.gz
-Patch1: planet-1.0-no-shebang.patch
+Source0: http://www.planetplanet.org/download/%{name}-%{version}.tar.bz2
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: noarch
@@ -29,8 +25,7 @@
 
 
 %prep
-%setup -n %{bazver}
-%patch1 -p1
+%setup -q
 
 # Fix line endings.
 %{__sed} -i 's/\r//' LICENCE
@@ -58,15 +53,22 @@
 
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS INSTALL LICENCE NEWS THANKS README examples
-%{_bindir}/*
+%doc AUTHORS INSTALL LICENCE NEWS PKG-INFO THANKS README examples
+%{_bindir}/planet*
+%exclude %{_bindir}/runtests
 %dir %{python_sitelib}/planet
 %{python_sitelib}/planet/*.py*
 %dir %{python_sitelib}/planet/compat_logging
 %{python_sitelib}/planet/compat_logging/*.py*
+%exclude /usr/lib/python2.4/site-packages/planet/tests
+%exclude /usr/lib/python2.4/site-packages/planet/tests/*
 
 
 %changelog
+* Thu Sep 14 2006 Richard Dawe <rich at phekda.gotadsl.co.uk> - 2.0-1
+- Update to official 2.0 release.
+- Include PKG-INFO in the documentation.
+
 * Thu Sep 14 2006 Richard Dawe <rich at phekda.gotadsl.co.uk> - 1.0-0.7.20060218pre
 - .pyo files should no longer be %ghost'ed (bug #205393)
 - Updated to follow latest Python packaging guidelines.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/planet/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	2 Mar 2006 05:52:59 -0000	1.2
+++ sources	14 Sep 2006 21:29:03 -0000	1.3
@@ -1 +1 @@
-c5b59fe0023554ce31d2f2e32559d6c5  planet-1.0-20060218pre.tar.gz
+1fba41a9ab0e19cc43dc6ea92947bead  planet-2.0.tar.bz2




More information about the fedora-extras-commits mailing list