Use make_install macro

This commit is contained in:
Kalev Lember 2016-09-21 12:40:51 +02:00
parent 58aa980bbc
commit af6eedb3f7

View File

@ -50,7 +50,7 @@ developing applications that use %{name}.
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
%install
make install DESTDIR=$RPM_BUILD_ROOT
%make_install
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%find_lang gdata
@ -88,6 +88,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
- Update to 0.17.6
- Don't set group tags
- Co-own gir directories instead of depending on gobject-introspection
- Use make_install macro
* Mon Sep 12 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.17.5-2
- Backport fix for crashes with zero-length files (GNOME #769727)