Use make_install macro
This commit is contained in:
parent
5304fa284b
commit
be55e5792f
@ -49,7 +49,7 @@ make %{?_smp_mflags} V=1
|
|||||||
sed -i '1s|^#! /usr/bin/python$|#!/usr/bin/python3|' tools/gupnp-binding-tool
|
sed -i '1s|^#! /usr/bin/python$|#!/usr/bin/python3|' tools/gupnp-binding-tool
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%make_install
|
||||||
|
|
||||||
#Remove libtool archives.
|
#Remove libtool archives.
|
||||||
find %{buildroot} -name '*.la' -delete
|
find %{buildroot} -name '*.la' -delete
|
||||||
@ -82,6 +82,7 @@ make check %{?_smp_mflags} V=1
|
|||||||
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1.0.0-1
|
* Mon Sep 19 2016 Kalev Lember <klember@redhat.com> - 1.0.0-1
|
||||||
- Update to 1.0.0
|
- Update to 1.0.0
|
||||||
- Don't set group tags
|
- Don't set group tags
|
||||||
|
- Use make_install macro
|
||||||
|
|
||||||
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 0.99.0-1
|
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 0.99.0-1
|
||||||
- Update to 0.99.0
|
- Update to 0.99.0
|
||||||
|
Loading…
Reference in New Issue
Block a user