Fix file conflict with readline
Resolves: rhbz#1349671
This commit is contained in:
parent
17d3454379
commit
99838cbeb9
@ -4,7 +4,7 @@
|
|||||||
Summary: The NetBSD Editline library
|
Summary: The NetBSD Editline library
|
||||||
Name: libedit
|
Name: libedit
|
||||||
Version: 3.1
|
Version: 3.1
|
||||||
Release: 15.%{snap}cvs%{?dist}
|
Release: 16.%{snap}cvs%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.thrysoee.dk/editline/
|
URL: http://www.thrysoee.dk/editline/
|
||||||
@ -46,6 +46,8 @@ make %{?_smp_mflags}
|
|||||||
%install
|
%install
|
||||||
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
|
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
|
||||||
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
||||||
|
# See rhbz#1349671
|
||||||
|
rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/history.3*
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
|
|
||||||
@ -69,6 +71,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
|||||||
%{_includedir}/editline/readline.h
|
%{_includedir}/editline/readline.h
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jun 28 2016 Boris Ranto <branto@redhat.com> - 0:3.1-16.20160618cvs
|
||||||
|
- Fix file conflict with readline (rhbz#1349671)
|
||||||
|
|
||||||
* Tue Jun 21 2016 Boris Ranto <branto@redhat.com> - 0:3.1-15.20160618cvs
|
* Tue Jun 21 2016 Boris Ranto <branto@redhat.com> - 0:3.1-15.20160618cvs
|
||||||
- New version (0:3.1-15.20160618)
|
- New version (0:3.1-15.20160618)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user