Use make_install macro
This commit is contained in:
parent
96690701f7
commit
b65d54128f
@ -61,7 +61,7 @@ make %{?_smp_mflags}
|
||||
|
||||
|
||||
%install
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
@ -90,6 +90,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
* Tue Sep 22 2015 Kalev Lember <klember@redhat.com> - 2.24.1-1
|
||||
- Update to 2.24.1
|
||||
- Drop conflicts with old gtkmm24 versions
|
||||
- Use make_install macro
|
||||
|
||||
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 2.23.3-1
|
||||
- Update to 2.23.3
|
||||
|
Loading…
Reference in New Issue
Block a user