Use make_install macro
This commit is contained in:
parent
9ae1c60091
commit
48eef1dbfa
@ -63,7 +63,7 @@ hierarchy and can be found at /usr/share/doc/cairomm-1.0
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
@ -92,6 +92,7 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
|
||||
- Drop manual requires that are automatically handled by pkgconfig dep gen
|
||||
- Use license macro for COPYING
|
||||
- Tighten -devel subpackage deps with the _isa macro
|
||||
- Use make_install macro
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.0-12
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user