Use make_install macro

This commit is contained in:
Kalev Lember 2015-09-22 22:33:05 +02:00
parent a8b83fb12f
commit 7f934638fc

View File

@ -60,7 +60,7 @@ make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%make_install
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
@ -90,6 +90,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
%changelog
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 2.38.1-1
- Update to 2.38.1
- Use make_install macro
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 2.37.2-1
- Update to 2.37.2