automatic version update by autodist [release 8.2-1mamba;Wed Sep 28 2022]
This commit is contained in:
parent
3bbaa5d9b4
commit
3309771ee8
@ -1,14 +1,14 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
%define minver %(echo %version | cut -d. -f3)
|
%define minver %(echo %version | cut -d. -f3)
|
||||||
Name: libreadline
|
Name: libreadline
|
||||||
Version: 8.1.0
|
Version: 8.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Lets users edit command lines as they are typed in
|
Summary: Lets users edit command lines as they are typed in
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source0: ftp://ftp.gnu.org/gnu/readline/readline-%{majver}.tar.gz
|
||||||
Source1: libreadline-autoupdate
|
Source1: libreadline-autoupdate
|
||||||
Patch0: %{name}-6.2-shlib.patch
|
Patch0: %{name}-6.2-shlib.patch
|
||||||
@ -16,13 +16,11 @@ Patch1: libreadline-%{version}-patchset.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: ldconfig
|
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires(post):%{__install_info}
|
Requires(post):%{__install_info}
|
||||||
Requires(preun): %{__install_info}
|
Requires(preun): %{__install_info}
|
||||||
Obsoletes: libreadline-doc
|
Obsoletes: libreadline-doc < 8.2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%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.
|
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/history.*
|
||||||
%{_mandir}/man3/readline.*
|
%{_mandir}/man3/readline.*
|
||||||
%{_libdir}/pkgconfig/readline.pc
|
%{_libdir}/pkgconfig/readline.pc
|
||||||
|
%{_libdir}/pkgconfig/history.pc
|
||||||
%dir %{_docdir}/readline
|
%dir %{_docdir}/readline
|
||||||
%{_docdir}/readline/*
|
%{_docdir}/readline/*
|
||||||
%doc examples/*.c examples/*.h examples/rlfe
|
%doc examples/*.c examples/*.h examples/rlfe
|
||||||
@ -118,6 +117,9 @@ exit 0
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 10 2020 Automatic Build System <autodist@mambasoft.it> 8.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user