rpms/python-BeautifulSoup/F-7 python-BeautifulSoup.spec,1.2,1.3

Terje Røsten (terjeros) fedora-extras-commits at redhat.com
Tue Feb 5 21:07:45 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/python-BeautifulSoup/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19116/F-7

Modified Files:
	python-BeautifulSoup.spec 
Log Message:
Sync with rawhide.




Index: python-BeautifulSoup.spec
===================================================================
RCS file: /cvs/extras/rpms/python-BeautifulSoup/F-7/python-BeautifulSoup.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-BeautifulSoup.spec	5 Feb 2008 18:34:20 -0000	1.2
+++ python-BeautifulSoup.spec	5 Feb 2008 21:07:01 -0000	1.3
@@ -1,10 +1,11 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
 
 %define oname   BeautifulSoup
 
 Name:           python-BeautifulSoup
 Version:        3.0.5
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        HTML/XML parser for quick-turnaround applications like screen-scraping
 
 Group:          Development/Languages
@@ -64,8 +65,18 @@
 %doc COPYING
 %{python_sitelib}/%{oname}.py*
 %exclude %{python_sitelib}/%{oname}Tests.py*
+%if 0%{?fedora} >= 9
+%{python_sitelib}/%{oname}-%{version}-py%{pyver}.egg-info
+%endif
 
 %changelog
+* Tue Feb  5 2008 Terje Rosten <terje.rosten at ntnu.no> - 3.0.5-3
+- Fix typo
+
+* Tue Feb  5 2008 Terje Rosten <terje.rosten at ntnu.no> - 3.0.5-2
+- Handle egg info
+- Bump release
+
 * Tue Feb  5 2008 Terje Rosten <terje.rosten at ntnu.no> - 3.0.5-1
 - Update to 3.0.5
 - Minor tweaks to spec file




More information about the fedora-extras-commits mailing list