rpms/PyRTF/devel PyRTF.spec,1.1,1.2

José Abílio Oliveira Matos (jamatos) fedora-extras-commits at redhat.com
Tue Sep 19 23:55:12 UTC 2006


Author: jamatos

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

Modified Files:
	PyRTF.spec 
Log Message:
* Wed Sep 20 2006 José Matos <jamatos[AT]fc.up.pt> - 0.45-2
- Rebuild for FC-6.
- Unghost .pyo files.



Index: PyRTF.spec
===================================================================
RCS file: /cvs/extras/rpms/PyRTF/devel/PyRTF.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- PyRTF.spec	14 Jun 2005 01:33:51 -0000	1.1
+++ PyRTF.spec	19 Sep 2006 23:55:12 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           PyRTF
 Version:        0.45
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Rich Text Format (RTF) Document Generation in Python
 
 Group:          Development/Languages
@@ -14,7 +14,6 @@
 
 BuildRequires:  python
 BuildRequires:  sed >= 3.95
-Requires:   python-abi = %(%{__python} -c "import sys ; print sys.version[:3]")
 
 %description
 PyRTF is a pure python module for the efficient generation of rich text form
@@ -46,9 +45,12 @@
 %doc PKG-INFO
 %dir %{python_sitelib}/PyRTF
 %{python_sitelib}/PyRTF/*.py
-%{python_sitelib}/PyRTF/*.pyc
-%ghost %{python_sitelib}/PyRTF/*.pyo
+%{python_sitelib}/PyRTF/*.py[co]
 
 %changelog
+* Wed Sep 20 2006 José Matos <jamatos[AT]fc.up.pt> - 0.45-2
+- Rebuild for FC-6.
+- Unghost .pyo files.
+
 * Mon Jun 13 2005 Michael A. Peters <mpeters at mac.com> - 0.45-1
 - uploaded package to cvs




More information about the scm-commits mailing list