automatic version update by autodist [release 8.2-1mamba;Wed Sep 28 2022]

This commit is contained in:
Automatic Build System 2024-01-06 05:34:04 +01:00
parent 3bbaa5d9b4
commit 3309771ee8
2 changed files with 7 additions and 5 deletions

View File

@ -1,14 +1,14 @@
%define majver %(echo %version | cut -d. -f1-2)
%define minver %(echo %version | cut -d. -f3)
Name: libreadline
Version: 8.1.0
Version: 8.2
Release: 1mamba
Summary: Lets users edit command lines as they are typed in
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.gnu.org/directory/GNU/readline.html
URL: https://directory.fsf.org/wiki/GNU/readline
Source0: ftp://ftp.gnu.org/gnu/readline/readline-%{majver}.tar.gz
Source1: libreadline-autoupdate
Patch0: %{name}-6.2-shlib.patch
@ -16,13 +16,11 @@ Patch1: libreadline-%{version}-patchset.patch
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libncurses-devel
## AUTOBUILDREQ-END
Requires(post):%{__install_info}
Requires(preun): %{__install_info}
Obsoletes: libreadline-doc
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Obsoletes: libreadline-doc < 8.2
%description
The Readline library provides a set of functions for use by applications that allow users to edit command lines as they are typed in.
@ -108,6 +106,7 @@ exit 0
%{_mandir}/man3/history.*
%{_mandir}/man3/readline.*
%{_libdir}/pkgconfig/readline.pc
%{_libdir}/pkgconfig/history.pc
%dir %{_docdir}/readline
%{_docdir}/readline/*
%doc examples/*.c examples/*.h examples/rlfe
@ -118,6 +117,9 @@ exit 0
%{_libdir}/lib*.a
%changelog
* Wed Sep 28 2022 Automatic Build System <autodist@mambasoft.it> 8.2-1mamba
- automatic version update by autodist
* Thu Dec 10 2020 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
- automatic version update by autodist