New version (20191025-3.1).
This commit is contained in:
parent
769f30df3a
commit
fd984f5136
5
libedit.rpmlintrc
Normal file
5
libedit.rpmlintrc
Normal file
@ -0,0 +1,5 @@
|
||||
# THIS FILE IS FOR WHITELISTING RPMLINT ERRORS AND WARNINGS IN TASKOTRON
|
||||
# https://fedoraproject.org/wiki/Taskotron/Tasks/dist.rpmlint#Whitelisting_errors
|
||||
|
||||
# The dictionary is missing some technical terms
|
||||
addFilter(r'W: spelling-error .* (autotool|libtoolized|tokenization)')
|
13
libedit.spec
13
libedit.spec
@ -1,10 +1,10 @@
|
||||
%global snap 20190324
|
||||
%global dir_snap 20190324
|
||||
%global snap 20191025
|
||||
%global dir_snap 20191025
|
||||
|
||||
Summary: The NetBSD Editline library
|
||||
Name: libedit
|
||||
Version: 3.1
|
||||
Release: 28.%{snap}cvs%{?dist}
|
||||
Release: 29.%{snap}cvs%{?dist}
|
||||
License: BSD
|
||||
URL: http://www.thrysoee.dk/editline/
|
||||
Source0: http://www.thrysoee.dk/editline/%{name}-%{snap}-%{version}.tar.gz
|
||||
@ -35,10 +35,10 @@ sed -i "s/lncurses/ltinfo/" configure
|
||||
%build
|
||||
%configure --disable-static --disable-silent-rules
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
%install
|
||||
make install INSTALL="%{__install} -p" DESTDIR=$RPM_BUILD_ROOT
|
||||
%make_install INSTALL="%{__install} -p"
|
||||
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
|
||||
# See rhbz#1349671
|
||||
rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/history.3*
|
||||
@ -63,6 +63,9 @@ rm -f $RPM_BUILD_ROOT/%{_mandir}/man3/history.3*
|
||||
%{_includedir}/editline/readline.h
|
||||
|
||||
%changelog
|
||||
* Sat Oct 26 2019 Jerry James <loganjerry@gmail.com> - 3.1-29.20191025cvs
|
||||
- New version (20191025-3.1)
|
||||
|
||||
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.1-28.20190324cvs
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libedit-20190324-3.1.tar.gz) = 240098989e3c5c8c5e28a61036655ad5a57f1c484e1cce2eaf3da157ff238dfb9cd81c766f82efbefa0935b7b5c07328087788cbac007b11dfb558cfaccaedf3
|
||||
SHA512 (libedit-20191025-3.1.tar.gz) = 9f475249b984e02ece0af3a0efe353233fef644ecf37482e28597a3ce552ca5a07678939b2c4ecbe3d2b14761fa67f23d2e839a322b94c0feeeba9e403b2be00
|
||||
|
Loading…
Reference in New Issue
Block a user