From af6eedb3f79c9be250cd77eb6bedb424b52315c2 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Wed, 21 Sep 2016 12:40:51 +0200 Subject: [PATCH] Use make_install macro --- libgdata.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libgdata.spec b/libgdata.spec index 05fa1af..e97ab1a 100644 --- a/libgdata.spec +++ b/libgdata.spec @@ -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 - 0.17.5-2 - Backport fix for crashes with zero-length files (GNOME #769727)