Use make_install macro

This commit is contained in:
Kalev Lember 2015-08-18 20:21:37 +02:00
parent 2bb58b818b
commit 9735cdd11c

View File

@ -119,7 +119,7 @@ intltoolize -f
make %{_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
%make_install
## clean up all the static libs for plugins (workaround for no -module)
/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir} -name "*.a"`
@ -205,6 +205,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
%changelog
* Tue Aug 18 2015 Kalev Lember <klember@redhat.com> - 2:3.17.90-1
- Update to 3.17.90
- Use make_install macro
* Fri Aug 14 2015 Matthias Clasen <mclasen@redhat.com> - 2:3.17.2-2
- Rely on file triggers for schemas and desktop files