From e2e798844ae5d59665542bbd6fe69dbff4f0e678 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Fri, 21 Aug 2015 13:05:45 +0200 Subject: [PATCH] Use make_install macro --- cogl.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cogl.spec b/cogl.spec index ad9830a..d3a482c 100644 --- a/cogl.spec +++ b/cogl.spec @@ -109,7 +109,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC" make %{?_smp_mflags} V=1 %install -make install DESTDIR=%{buildroot} INSTALL='install -p' +%make_install #Remove libtool archives. find %{buildroot} -name '*.la' -delete @@ -154,6 +154,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-pango.so %changelog * Fri Aug 21 2015 Kalev Lember - 1.21.2-1 - Update to 1.21.2 +- Use make_install macro * Wed Jun 17 2015 Fedora Release Engineering - 1.20.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild