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