Use make_install macro
This commit is contained in:
parent
56d647fe5d
commit
e2e798844a
@ -109,7 +109,7 @@ CFLAGS="$RPM_OPT_FLAGS -fPIC"
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL='install -p'
|
||||
%make_install
|
||||
|
||||
#Remove libtool archives.
|
||||
find %{buildroot} -name '*.la' -delete
|
||||
@ -154,6 +154,7 @@ chrpath --delete $RPM_BUILD_ROOT%{_libdir}/libcogl-pango.so
|
||||
%changelog
|
||||
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.21.2-1
|
||||
- Update to 1.21.2
|
||||
- Use make_install macro
|
||||
|
||||
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.20.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user