use macro %make_install
This commit is contained in:
parent
2110d3e8cf
commit
990a0863ff
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
Name: liblouis
|
Name: liblouis
|
||||||
Version: 3.15.0
|
Version: 3.15.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Braille translation and back-translation library
|
Summary: Braille translation and back-translation library
|
||||||
|
|
||||||
License: LGPLv3+
|
License: LGPLv3+
|
||||||
@ -93,7 +93,7 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot}
|
%make_install
|
||||||
rm -f %{buildroot}/%{_infodir}/dir
|
rm -f %{buildroot}/%{_infodir}/dir
|
||||||
rm -f %{buildroot}/%{_libdir}/%{name}.la
|
rm -f %{buildroot}/%{_libdir}/%{name}.la
|
||||||
rm -rf %{buildroot}/%{_bindir}/lou_maketable*
|
rm -rf %{buildroot}/%{_bindir}/lou_maketable*
|
||||||
@ -140,6 +140,9 @@ done
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 07 2020 Martin Gieseking <martin.gieseking@uos.de> - 3.15.0-2
|
||||||
|
- Use make_install macro.
|
||||||
|
|
||||||
* Tue Sep 01 2020 Martin Gieseking <martin.gieseking@uos.de> - 3.15.0-1
|
* Tue Sep 01 2020 Martin Gieseking <martin.gieseking@uos.de> - 3.15.0-1
|
||||||
- Updated to 3.15.0
|
- Updated to 3.15.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user