- Do not install the testsuite tools

This commit is contained in:
David Cantrell 2007-10-04 20:13:31 +00:00
parent 2b24ccacbd
commit 8a79855788

View File

@ -4,7 +4,7 @@
Summary: The GNU disk partition manipulation program
Name: parted
Version: 1.8.6
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://www.gnu.org/software/parted
@ -61,6 +61,7 @@ Parted library, you need to install this package.
%{__make} install DESTDIR=%{buildroot}
%{__rm} -rf %{buildroot}%{_libdir}/*.la
%{__rm} -rf %{buildroot}%{_infodir}/dir
%{__rm} -f %{buildroot}%{_bindir}/label
%find_lang %{name}
@ -95,6 +96,9 @@ fi
%{_libdir}/pkgconfig/libparted.pc
%changelog
* Thu Oct 04 2007 David Cantrell <dcantrell@redhat.com> - 1.8.6-10
- Do not install the testsuite tools
* Thu Oct 04 2007 David Cantrell <dcantrell@redhat.com> - 1.8.6-9
- Always define PED_DEVICE_DM regardless of compile time options