- Add egg-info for F9+.
This commit is contained in:
parent
27400d64ba
commit
48b38335e1
@ -3,7 +3,7 @@
|
||||
|
||||
Name: python-cpio
|
||||
Version: 0.1
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: A Python module for accessing cpio archives
|
||||
|
||||
Group: Development/Languages
|
||||
@ -27,17 +27,23 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc AUTHORS ChangeLog COPYING.lib README TODO
|
||||
%{python_sitelib}/cpioarchive.py
|
||||
%{python_sitelib}/cpioarchive.py[co]
|
||||
%{python_sitelib}/cpioarchive.py*
|
||||
%if 0%{?fedora} >= 9
|
||||
%{python_sitelib}/*.egg-info
|
||||
%endif
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Apr 1 2008 José Matos <jamatos[AT]fc.up.pt> - 0.1-5
|
||||
- Add egg-info for F9+.
|
||||
|
||||
* Tue Aug 28 2007 José Matos <jamatos[AT]fc.up.pt> - 0.1-4
|
||||
- License fix, rebuild for devel (F8).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user