No longer ghost *.pyo files.
This commit is contained in:
parent
24f77f9791
commit
8069961376
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-dns
|
Name: python-dns
|
||||||
Version: 1.4.0
|
Version: 1.4.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: DNS toolkit for Python
|
Summary: DNS toolkit for Python
|
||||||
|
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
@ -56,27 +56,12 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog LICENSE README TODO examples
|
%doc ChangeLog LICENSE README TODO examples
|
||||||
|
|
||||||
%dir %{python_sitelib}/dns
|
%{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
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 14 2006 Jeffrey C. Ollie <jeff@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@ocjtech.us> - 1.4.0-1
|
* Sat Aug 5 2006 Jeffrey C. Ollie <jeff@ocjtech.us> - 1.4.0-1
|
||||||
- Update to 1.4.0
|
- Update to 1.4.0
|
||||||
- Remove unneeded python-abi requires
|
- Remove unneeded python-abi requires
|
||||||
|
Loading…
Reference in New Issue
Block a user