Use make_install macro
This commit is contained in:
parent
5d3b336146
commit
ba2b6b1a42
@ -59,7 +59,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
|
||||
@ -102,6 +102,7 @@ make check %{?_smp_mflags} V=1
|
||||
- Don't set group tags
|
||||
- Rely on pkgconfig depgen instead of manually specifying -devel requires
|
||||
- Tighten subpackage deps with the _isa macro
|
||||
- Use make_install macro
|
||||
|
||||
* Thu Aug 18 2016 Kalev Lember <klember@redhat.com> - 0.99.0-1
|
||||
- Update to 0.99.0
|
||||
|
Loading…
Reference in New Issue
Block a user