rpms/python-vobject/devel python-vobject.spec,1.8,1.9

James Bowes (jbowes) fedora-extras-commits at redhat.com
Thu Dec 13 02:16:30 UTC 2007


Author: jbowes

Update of /cvs/pkgs/rpms/python-vobject/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24271

Modified Files:
	python-vobject.spec 
Log Message:
include egg-info


Index: python-vobject.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-vobject/devel/python-vobject.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- python-vobject.spec	2 Dec 2007 20:04:27 -0000	1.8
+++ python-vobject.spec	13 Dec 2007 02:15:51 -0000	1.9
@@ -2,7 +2,7 @@
 
 Name:           python-vobject 
 Version:        0.4.9 
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A python library for manipulating vCard and vCalendar files
 
 Group:          Development/Languages
@@ -31,10 +31,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT \
-    --single-version-externally-managed
-rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/requires.txt
-rm -f $RPM_BUILD_ROOT%{python_sitelib}/*egg-info/zip-safe
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
  
 %clean
@@ -45,15 +42,15 @@
 %defattr(-,root,root,-)
 %doc ACKNOWLEDGEMENTS.txt LICENSE.txt README.txt
 
-%{python_sitelib}/vobject
-
-# Python egg info dir and contents
-%{python_sitelib}/vobject*egg-info
+%{python_sitelib}/*
 
 %{_bindir}/ics_diff
 
 
 %changelog
+* Wed Dec 12 2007 James Bowes <jbowes at redhat.com> - 0.4.9-2
+- Use new egg-info guidlines for F9
+
 * Sun Dec 02 2007 James Bowes <jbowes at redhat.com> - 0.4.9-1
 - Update to 0.4.9
 




More information about the fedora-extras-commits mailing list