Use make_install macro
This commit is contained in:
parent
9eca0cc9a3
commit
250b53f2f5
3
gjs.spec
3
gjs.spec
@ -57,7 +57,7 @@ the functionality of the installed gjs package.
|
|||||||
make %{?_smp_mflags} V=1
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%make_install
|
||||||
|
|
||||||
#Remove libtool archives.
|
#Remove libtool archives.
|
||||||
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||||
@ -92,6 +92,7 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
|||||||
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1.46.0-1
|
* Wed Sep 21 2016 Kalev Lember <klember@redhat.com> - 1.46.0-1
|
||||||
- Update to 1.46.0
|
- Update to 1.46.0
|
||||||
- Don't set group tags
|
- Don't set group tags
|
||||||
|
- Use make_install macro
|
||||||
|
|
||||||
* Tue Jul 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.1.45.4-1
|
* Tue Jul 19 2016 Florian Müllner <fmuellner@redhat.com> - 3.1.45.4-1
|
||||||
- Update to 1.45.4
|
- Update to 1.45.4
|
||||||
|
Loading…
Reference in New Issue
Block a user