Use make_install macro

This commit is contained in:
Kalev Lember 2016-10-12 17:55:35 +02:00
parent 8051d18989
commit 71782027d0

View File

@ -48,7 +48,7 @@ This package contains developer documentation for %{name}.
make %{?_smp_mflags} V=1
%install
make install DESTDIR=%{buildroot}
%make_install
#Remove libtool archives.
find %{buildroot} -name '*.la' -delete
@ -83,6 +83,7 @@ make check %{?_smp_mflags} V=1
- Update to 0.12.9
- Don't set group tags
- Tighten subpackage deps with the _isa macro
- Use make_install macro
* Thu Sep 22 2016 Kalev Lember <klember@redhat.com> - 0.12.8-2
- BR vala instead of obsolete vala-tools subpackage