rpms/PyRTF/devel PyRTF.spec,1.5,1.6

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Tue Apr 1 12:22:53 UTC 2008


Author: jamatos

Update of /cvs/pkgs/rpms/PyRTF/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26907

Modified Files:
	PyRTF.spec 
Log Message:
* Tue Apr  1 2008 José Matos <jamatos[AT]fc.up.pt> - 0.45-6
- Declare egg-info for F9+.



Index: PyRTF.spec
===================================================================
RCS file: /cvs/pkgs/rpms/PyRTF/devel/PyRTF.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- PyRTF.spec	28 Aug 2007 16:42:53 -0000	1.5
+++ PyRTF.spec	1 Apr 2008 12:22:06 -0000	1.6
@@ -2,7 +2,7 @@
 
 Name:           PyRTF
 Version:        0.45
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Rich Text Format (RTF) Document Generation in Python
 
 Group:          Development/Languages
@@ -39,7 +39,7 @@
 rm -rf %buildroot
 %{__python} setup.py install -O1 --skip-build --root %buildroot
 
- 
+
 %clean
 rm -rf %buildroot
 
@@ -47,11 +47,17 @@
 %files
 %defattr(-,root,root,-)
 %doc PKG-INFO
-%dir %{python_sitelib}/PyRTF
-%{python_sitelib}/PyRTF/*.py
-%{python_sitelib}/PyRTF/*.py[co]
+
+%if 0%{?fedora} >= 9
+%{python_sitearch}/PyRTF*egg-info
+%endif
+%{python_sitelib}/PyRTF
+
 
 %changelog
+* Tue Apr  1 2008 José Matos <jamatos[AT]fc.up.pt> - 0.45-6
+- Declare egg-info for F9+.
+
 * Tue Aug 28 2007 José Matos <jamatos[AT]fc.up.pt> - 0.45-5
 - License fix, rebuild for devel (F8).
 




More information about the fedora-extras-commits mailing list