rename man3/history.3 to fix conflict with libreadline-devel [release 20210910_3.1-2mamba;Sun Jan 02 2022]
This commit is contained in:
parent
c98899ae1a
commit
6476bf750d
@ -1,7 +1,7 @@
|
||||
%define pkgver %(echo %version | tr _ -)
|
||||
Name: libedit
|
||||
Version: 20210910_3.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: The NetBSD Editline library.
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -56,6 +56,9 @@ iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
%makeinstall
|
||||
|
||||
# Fix conflict with libreadline-devel
|
||||
mv %{buildroot}%{_mandir}/man3/{history.3,el_history.3}
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
@ -89,6 +92,9 @@ iconv --from-code ISO8859-1 --to-code UTF-8 ./ChangeLog \
|
||||
%{_libdir}/libedit.la
|
||||
|
||||
%changelog
|
||||
* Sun Jan 02 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 20210910_3.1-2mamba
|
||||
- rename man3/history.3 to fix conflict with libreadline-devel
|
||||
|
||||
* Sun Dec 26 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 20210910_3.1-1mamba
|
||||
- update to 20210910_3.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user