Use python_sitearch macro throughout.

This commit is contained in:
Tim Waugh 2010-09-22 10:30:10 +01:00
parent d5c872fead
commit 610a682f24

View File

@ -266,7 +266,7 @@ rm -rf %{buildroot}%{_sysconfdir}/sane.d \
rm -f %{buildroot}%{_bindir}/foomatic-rip \
%{buildroot}%{_libdir}/cups/filter/foomatic-rip \
%{buildroot}%{_libdir}/*.la \
%{buildroot}%{_libdir}/python*/site-packages/*.la \
%{buildroot}%{python_sitearch}/*.la \
%{buildroot}%{_libdir}/libhpip.so \
%{buildroot}%{_libdir}/sane/*.la \
%{buildroot}%{_datadir}/cups/model/foomatic-ppds \
@ -463,6 +463,7 @@ fi
* Wed Sep 22 2010 Tim Waugh <twaugh@redhat.com>
- More fixes from package review:
- Avoided another macro in comment.
- Use python_sitearch macro throughout.
* Mon Sep 20 2010 Jiri Popelka <jpopelka@redhat.com> - 3.10.6-5
- Increased timeouts for curl, wget, ping for high latency networks (bug #635388).