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