don't ghost .pyo files
This commit is contained in:
parent
ccf4bbf7db
commit
de6ae8248c
@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
Name: python-%{srcname}
|
Name: python-%{srcname}
|
||||||
Version: 1.0.2
|
Version: 1.0.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
Summary: ElementTree-like Python bindings for libxml2 and libxslt
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -53,9 +53,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{python_sitearch}/lxml/*.so
|
%{python_sitearch}/lxml/*.so
|
||||||
%{python_sitearch}/lxml/*.py
|
%{python_sitearch}/lxml/*.py
|
||||||
%{python_sitearch}/lxml/*.pyc
|
%{python_sitearch}/lxml/*.pyc
|
||||||
%ghost %{python_sitearch}/lxml/*.pyo
|
%{python_sitearch}/lxml/*.pyo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Aug 11 2006 Shahms E. King <shahms@shahms.com> 1.0.2-2
|
||||||
|
- Include, don't ghost .pyo files per new guidelines
|
||||||
|
|
||||||
* Fri Jul 07 2006 Shahms E. King <shahms@shahms.com> 1.0.2-1
|
* Fri Jul 07 2006 Shahms E. King <shahms@shahms.com> 1.0.2-1
|
||||||
- Update to new upstream release
|
- Update to new upstream release
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user