diff --git a/bash-completion.spec b/bash-completion.spec index c0d08cb..a5801a4 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -1,13 +1,13 @@ ### AUTOUPDATE-OFF: 0 Name: bash-completion -Version: 2.11 -Release: 2mamba +Version: 2.12.0 +Release: 1mamba Epoch: 1 Summary: Programmable completion for bash Group: Applications/Shells Vendor: openmamba Distribution: openmamba -Packager: Ercole 'ercolinux' Carpanetto +Packager: Silvan Calarco URL: https://github.com/scop/bash-completion Source: https://github.com/scop/bash-completion.git/%{version}/bash-completion-%{version}.tar.bz2 Patch0: %{name}-1.2-rpm-630328.patch @@ -16,7 +16,6 @@ License: GPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END Requires: bash -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. @@ -27,12 +26,10 @@ Summary: Development files for %{name} Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} %description devel -This package contains files need for development. +This package contains files needed for development. %prep %setup -q -#%patch0 -p1 -#%patch1 -p0 autoreconf -f -i %build @@ -63,14 +60,14 @@ rm -f %{buildroot}%{_datadir}/bash-completion/completions/\ %files %defattr(-,root,root) %{_sysconfdir}/profile.d/bash_completion.sh -#%dir %{_sysconfdir}/bash_completion.d +%dir %{_sysconfdir}/bash_completion.d +%{_sysconfdir}/bash_completion.d/000_bash_completion_compat.bash %dir %{_datadir}/bash-completion %{_datadir}/bash-completion/bash_completion %dir %{_datadir}/bash-completion/completions %{_datadir}/bash-completion/completions/* %dir %{_datadir}/bash-completion/helpers -%{_datadir}/bash-completion/helpers/perl -%{_datadir}/bash-completion/helpers/python +%{_datadir}/bash-completion/helpers/* %doc AUTHORS COPYING #%doc CHANGES README @@ -81,6 +78,9 @@ rm -f %{buildroot}%{_datadir}/bash-completion/completions/\ %{_datadir}/pkgconfig/bash-completion.pc %changelog +* Thu Feb 22 2024 Automatic Build System 2.12.0-1mamba +- automatic version update by autodist + * Tue Feb 23 2021 Ercole 'ercolinux' Carpanetto 2.11-2mamba - Fixed homepage URL