Use make_install macro
This commit is contained in:
parent
58aa980bbc
commit
af6eedb3f7
@ -50,7 +50,7 @@ developing applications that use %{name}.
|
|||||||
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
make %{?_smp_mflags} CFLAGS="$CFLAGS -fno-strict-aliasing"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
%make_install
|
||||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||||
|
|
||||||
%find_lang gdata
|
%find_lang gdata
|
||||||
@ -88,6 +88,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
- Update to 0.17.6
|
- Update to 0.17.6
|
||||||
- Don't set group tags
|
- Don't set group tags
|
||||||
- Co-own gir directories instead of depending on gobject-introspection
|
- 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
|
* Mon Sep 12 2016 Debarshi Ray <rishi@fedoraproject.org> - 0.17.5-2
|
||||||
- Backport fix for crashes with zero-length files (GNOME #769727)
|
- Backport fix for crashes with zero-length files (GNOME #769727)
|
||||||
|
Loading…
Reference in New Issue
Block a user