Use make_install macro

This commit is contained in:
Kalev Lember 2015-09-15 12:41:15 +02:00
parent 49f90fa917
commit 04e8a8ff67

View File

@ -43,7 +43,7 @@ make %{?_smp_mflags} V=1
%install %install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p" %make_install
#Remove libtool archives. #Remove libtool archives.
find %{buildroot} -type f -name "*.la" -delete find %{buildroot} -type f -name "*.la" -delete
@ -73,6 +73,7 @@ make check %{?_smp_mflags} V=1
%changelog %changelog
* Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 1.6.4-1 * Tue Sep 15 2015 Kalev Lember <klember@redhat.com> - 1.6.4-1
- Update to 1.6.4 - Update to 1.6.4
- Use make_install macro
* Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 1.6.2-1 * Tue Jun 30 2015 Kalev Lember <klember@redhat.com> - 1.6.2-1
- Update to 1.6.2 - Update to 1.6.2