rpms/scribes/devel scribes.spec,1.4,1.5

Peter Gordon (pgordon) fedora-extras-commits at redhat.com
Sat Aug 12 01:34:31 UTC 2006


Author: pgordon

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

Modified Files:
	scribes.spec 
Log Message:
Include .pyo files for new Python packaging guidelines


Index: scribes.spec
===================================================================
RCS file: /cvs/extras/rpms/scribes/devel/scribes.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- scribes.spec	25 Jun 2006 18:29:58 -0000	1.4
+++ scribes.spec	12 Aug 2006 01:34:31 -0000	1.5
@@ -4,7 +4,7 @@
 
 Name:		scribes
 Version:	0.2.5
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	A sleek, simple, and powerful text editor for the GNOME desktop
 Group:		Applications/Editors
 License:	GPL
@@ -112,7 +112,7 @@
 %dir %{python_sitelib}/%{python_module_name}
 %{python_sitelib}/%{python_module_name}/*.py
 %{python_sitelib}/%{python_module_name}/*.pyc
-%ghost %{python_sitelib}/%{python_module_name}/*.pyo
+%{python_sitelib}/%{python_module_name}/*.pyo
 %{_datadir}/%{name}/
 %{_datadir}/pixmaps/%{name}.svg
 %{_datadir}/application-registry/%{name}.application
@@ -123,6 +123,9 @@
 
 
 %changelog
+* Fri Aug 11 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.5-3
+- Include .pyo files in build for new Python packaging guidelines.
+
 * Sun Jun 25 2006 Peter Gordon <peter at thecodergeek.com> - 0.2.5-2
 - Add gnome-python2-gconf as a dependency to resolve bug #196139
   (Thanks, James Bannon)




More information about the scm-commits mailing list