rpms/python-dns/FC-5 python-dns.spec,1.2,1.3

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Aug 15 04:24:42 UTC 2006


Author: jcollie

Update of /cvs/extras/rpms/python-dns/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20572

Modified Files:
	python-dns.spec 
Log Message:
No longer ghost *.pyo files.


Index: python-dns.spec
===================================================================
RCS file: /cvs/extras/rpms/python-dns/FC-5/python-dns.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-dns.spec	6 Aug 2006 04:07:30 -0000	1.2
+++ python-dns.spec	15 Aug 2006 04:24:42 -0000	1.3
@@ -2,7 +2,7 @@
 
 Name:           python-dns
 Version:        1.4.0
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        DNS toolkit for Python
 
 Group:          Development/Languages
@@ -56,27 +56,12 @@
 %defattr(-,root,root,-)
 %doc ChangeLog LICENSE README TODO examples
 
-%dir %{python_sitelib}/dns
-%{python_sitelib}/dns/*.py
-%{python_sitelib}/dns/*.pyc
-%ghost %{python_sitelib}/dns/*.pyo
-
-%dir %{python_sitelib}/dns/rdtypes
-%{python_sitelib}/dns/rdtypes/*.py
-%{python_sitelib}/dns/rdtypes/*.pyc
-%ghost %{python_sitelib}/dns/rdtypes/*.pyo
-
-%dir %{python_sitelib}/dns/rdtypes/ANY
-%{python_sitelib}/dns/rdtypes/ANY/*.py
-%{python_sitelib}/dns/rdtypes/ANY/*.pyc
-%ghost %{python_sitelib}/dns/rdtypes/ANY/*.pyo
-
-%dir %{python_sitelib}/dns/rdtypes/IN
-%{python_sitelib}/dns/rdtypes/IN/*.py
-%{python_sitelib}/dns/rdtypes/IN/*.pyc
-%ghost %{python_sitelib}/dns/rdtypes/IN/*.pyo
+%{python_sitelib}/dns
 
 %changelog
+* Mon Aug 14 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.0-2
+- No longer ghost *.pyo files, thus further simplifying the files section.
+
 * Sat Aug  5 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 1.4.0-1
 - Update to 1.4.0
 - Remove unneeded python-abi requires




More information about the fedora-extras-commits mailing list