Use make_install macro

This commit is contained in:
Kalev Lember 2015-08-21 16:04:17 +02:00
parent 8ad4a66ae7
commit 0137a54523

View File

@ -107,7 +107,7 @@ the functionality of the installed clutter package.
make %{?_smp_mflags} V=1 make %{?_smp_mflags} V=1
%install %install
make install DESTDIR=%{buildroot} INSTALL='install -p' %make_install
#Remove libtool archives. #Remove libtool archives.
find %{buildroot} -name '*.la' -delete find %{buildroot} -name '*.la' -delete
@ -143,6 +143,7 @@ find %{buildroot} -name '*.la' -delete
%changelog %changelog
* Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.23.4-2 * Fri Aug 21 2015 Kalev Lember <klember@redhat.com> - 1.23.4-2
- Re-enable parallel make - Re-enable parallel make
- Use make_install macro
* Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 1.23.4-1 * Thu Jul 23 2015 Florian Müllner <fmuellner@redhat.com> - 1.23.4-1
- Update to 1.23.4 - Update to 1.23.4