update to 2.3 [release 2.3-1mamba;Sat Apr 30 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 20:45:50 +01:00
parent 9f45911fd7
commit 85095335e6

View File

@ -1,7 +1,7 @@
### AUTOUPDATE-OFF: 0
Name: bash-completion
Version: 2.1
Release: 6mamba
Version: 2.3
Release: 1mamba
Epoch: 1
Summary: Programmable completion for bash
Group: Applications/Shells
@ -9,7 +9,7 @@ Vendor: openmamba
Distribution: openmamba
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
URL: http://bash-completion.alioth.debian.org
Source: http://bash-completion.alioth.debian.org/files/bash-completion-%{version}.tar.bz2
Source: https://github.com/scop/bash-completion.git/%{version}/bash-completion-%{version}.tar.bz2
Patch0: %{name}-1.2-rpm-630328.patch
Patch1: bash-completion-2.1-bash-4.3.patch
License: GPL
@ -21,12 +21,21 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
bash-completion is a collection of shell functions that take advantage of the programmable completion feature of bash 2.04 and later.
%package devel
Group: Development/Libraries
Summary: Development files for %{name}
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
This package contains files need for development.
%prep
%setup -q
#%patch0 -p1
%patch1 -p0
%build
autoreconf -f -i
%configure
%make
# bash_completion.sh
@ -61,11 +70,19 @@ rm -f %{buildroot}%{_datadir}/bash-completion/completions/\
%{_datadir}/bash-completion/completions/*
%dir %{_datadir}/bash-completion/helpers
%{_datadir}/bash-completion/helpers/perl
%{_datadir}/pkgconfig/bash-completion.pc
%doc AUTHORS COPYING
#%doc CHANGES README
%files devel
%defattr(-,root,root)
%dir %{_datadir}/cmake/bash-completion
%{_datadir}/cmake/bash-completion/bash-completion-config*.cmake
%{_datadir}/pkgconfig/bash-completion.pc
%changelog
* Sat Apr 30 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 2.3-1mamba
- update to 2.3
* Wed Sep 03 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.1-6mamba
- previous patch had not been applied