From 8069961376a92b009950e9d4e7e0b768a1795d4a Mon Sep 17 00:00:00 2001 From: Jeffrey C. Ollie Date: Aug 15 2006 04:23:39 +0000 Subject: No longer ghost *.pyo files. --- diff --git a/python-dns.spec b/python-dns.spec index 22b9838..beb9419 100644 --- a/python-dns.spec +++ b/python-dns.spec @@ -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 @@ rm -rf %{buildroot} %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 - 1.4.0-2 +- No longer ghost *.pyo files, thus further simplifying the files section. + * Sat Aug 5 2006 Jeffrey C. Ollie - 1.4.0-1 - Update to 1.4.0 - Remove unneeded python-abi requires