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

James Bowes (jbowes) fedora-extras-commits at redhat.com
Sat Aug 12 17:02:21 UTC 2006


Author: jbowes

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

Modified Files:
	.cvsignore python-vobject.spec sources 
Log Message:
Version 0.4.1-1



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-vobject/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Jun 2006 18:42:44 -0000	1.2
+++ .cvsignore	12 Aug 2006 17:02:21 -0000	1.3
@@ -1 +1 @@
-vobject-0.3.0.tar.gz
+vobject-0.4.1.tar.gz


Index: python-vobject.spec
===================================================================
RCS file: /cvs/extras/rpms/python-vobject/devel/python-vobject.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-vobject.spec	27 Jun 2006 18:42:44 -0000	1.1
+++ python-vobject.spec	12 Aug 2006 17:02:21 -0000	1.2
@@ -1,17 +1,18 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           python-vobject 
-Version:        0.3.0 
+Version:        0.4.1 
 Release:        1%{?dist}
 Summary:        A python library for manipulating vCard and vCalendar files
 
 Group:          Development/Languages
 License:        Apache Software License
 URL:            http://vobject.skyhouseconsulting.com/ 
-Source0:        http://vobject.skyhouseconsulting.com/vobject-0.3.0.tar.gz
+Source0:        http://vobject.skyhouseconsulting.com/vobject-0.4.1.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
+BuildRequires:  python-setuptools
 Requires:       python-dateutil
 
 %description
@@ -29,7 +30,9 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $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
 
  
 %clean
@@ -38,6 +41,8 @@
 
 %files
 %defattr(-,root,root,-)
+%doc ACKNOWLEDGEMENTS.txt
+%doc LICENSE.txt
 %doc README.txt
 %dir %{python_sitelib}/vobject
 
@@ -49,8 +54,8 @@
 %{python_sitelib}/vobject/behavior.pyc
 %{python_sitelib}/vobject/icalendar.py
 %{python_sitelib}/vobject/icalendar.pyc
-%{python_sitelib}/vobject/tests.py
-%{python_sitelib}/vobject/tests.pyc
+%{python_sitelib}/vobject/hcalendar.py
+%{python_sitelib}/vobject/hcalendar.pyc
 %{python_sitelib}/vobject/vcard.py
 %{python_sitelib}/vobject/vcard.pyc
 %{python_sitelib}/vobject/win32tz.py
@@ -60,11 +65,17 @@
 %ghost %{python_sitelib}/vobject/base.pyo
 %ghost %{python_sitelib}/vobject/behavior.pyo
 %ghost %{python_sitelib}/vobject/icalendar.pyo
-%ghost %{python_sitelib}/vobject/tests.pyo
+%ghost %{python_sitelib}/vobject/hcalendar.pyo
 %ghost %{python_sitelib}/vobject/vcard.pyo
 %ghost %{python_sitelib}/vobject/win32tz.pyo
 
+# Python egg info dir and contents
+%{python_sitelib}/vobject*egg-info
 
 %changelog
+* Sat Aug 12 2006 James Bowes <jbowes at redhat.com> 0.4.1-1
+- New version released.
+- Handle egg info.
+
 * Thu Jun 29 2006 James Bowes <jbowes at redhat.com> 0.3.0-1
 - Initial packaging.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-vobject/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Jun 2006 18:42:44 -0000	1.2
+++ sources	12 Aug 2006 17:02:21 -0000	1.3
@@ -1 +1 @@
-a94948d03c570ee8648adedf0281b957  vobject-0.3.0.tar.gz
+b12fbec4abd87c826b4627364bd1474d  vobject-0.4.1.tar.gz




More information about the fedora-extras-commits mailing list