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
|
||||
Name: libedit
|
||||
Version: 3.1
|
||||
Release: 15.%{snap}cvs%{?dist}
|
||||
Release: 16.%{snap}cvs%{?dist}
|
||||
License: BSD
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.thrysoee.dk/editline/
|
||||
@ -46,6 +46,8 @@ make %{?_smp_mflags}
|
||||
%install
|
||||
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
|
||||
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
|
||||
|
||||
@ -69,6 +71,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
||||
%{_includedir}/editline/readline.h
|
||||
|
||||
%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
|
||||
- New version (0:3.1-15.20160618)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user