- don't use --record and list files by hand so that we don't miss

directories (#158480)
epel9
Jeremy Katz 20 years ago
parent dce019175f
commit 30da103309

@ -3,7 +3,7 @@
Summary: A high-level cross-protocol url-grabber Summary: A high-level cross-protocol url-grabber
Name: python-urlgrabber Name: python-urlgrabber
Version: 2.9.6 Version: 2.9.6
Release: 3 Release: 4
Source0: urlgrabber-%{version}.tar.gz Source0: urlgrabber-%{version}.tar.gz
Patch0: python-urlgrabber-2.9.6-reget.patch Patch0: python-urlgrabber-2.9.6-reget.patch
License: LGPL License: LGPL
@ -27,16 +27,24 @@ authentication, proxies and more.
python setup.py build python setup.py build
%install %install
python setup.py install -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES python setup.py install -O1 --root=$RPM_BUILD_ROOT
rm -rf $RPM_BUILD_ROOT/%{_docdir}/urlgrabber-%{version}
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%files -f INSTALLED_FILES %files
%defattr(-,root,root) %defattr(-,root,root)
%doc ChangeLog LICENSE README TODO
%dir %{python_sitelib}/urlgrabber %dir %{python_sitelib}/urlgrabber
%{python_sitelib}/urlgrabber/*
%{_bindir}/urlgrabber
%changelog %changelog
* Wed Sep 21 2005 Jeremy Katz <katzj@redhat.com> - 2.9.6-4
- don't use --record and list files by hand so that we don't miss
directories (#158480)
* Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 2.9.6-3 * Wed Sep 14 2005 Jeremy Katz <katzj@redhat.com> - 2.9.6-3
- add directory to file list (#168261) - add directory to file list (#168261)

Loading…
Cancel
Save