automatic version update by autodist [release 2.12.0-1mamba;Thu Feb 22 2024]
This commit is contained in:
parent
498781560c
commit
bf36bb5d2b
@ -1,13 +1,13 @@
|
|||||||
### AUTOUPDATE-OFF: 0
|
### AUTOUPDATE-OFF: 0
|
||||||
Name: bash-completion
|
Name: bash-completion
|
||||||
Version: 2.11
|
Version: 2.12.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Programmable completion for bash
|
Summary: Programmable completion for bash
|
||||||
Group: Applications/Shells
|
Group: Applications/Shells
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Ercole 'ercolinux' Carpanetto <ercole69@gmail.com>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://github.com/scop/bash-completion
|
URL: https://github.com/scop/bash-completion
|
||||||
Source: https://github.com/scop/bash-completion.git/%{version}/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
|
Patch0: %{name}-1.2-rpm-630328.patch
|
||||||
@ -16,7 +16,6 @@ License: GPL
|
|||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: bash
|
Requires: bash
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
bash-completion is a collection of shell functions that take advantage of the programmable completion feature of bash 2.04 and later.
|
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}
|
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains files need for development.
|
This package contains files needed for development.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
|
||||||
#%patch1 -p0
|
|
||||||
autoreconf -f -i
|
autoreconf -f -i
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -63,14 +60,14 @@ rm -f %{buildroot}%{_datadir}/bash-completion/completions/\
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_sysconfdir}/profile.d/bash_completion.sh
|
%{_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
|
%dir %{_datadir}/bash-completion
|
||||||
%{_datadir}/bash-completion/bash_completion
|
%{_datadir}/bash-completion/bash_completion
|
||||||
%dir %{_datadir}/bash-completion/completions
|
%dir %{_datadir}/bash-completion/completions
|
||||||
%{_datadir}/bash-completion/completions/*
|
%{_datadir}/bash-completion/completions/*
|
||||||
%dir %{_datadir}/bash-completion/helpers
|
%dir %{_datadir}/bash-completion/helpers
|
||||||
%{_datadir}/bash-completion/helpers/perl
|
%{_datadir}/bash-completion/helpers/*
|
||||||
%{_datadir}/bash-completion/helpers/python
|
|
||||||
%doc AUTHORS COPYING
|
%doc AUTHORS COPYING
|
||||||
#%doc CHANGES README
|
#%doc CHANGES README
|
||||||
|
|
||||||
@ -81,6 +78,9 @@ rm -f %{buildroot}%{_datadir}/bash-completion/completions/\
|
|||||||
%{_datadir}/pkgconfig/bash-completion.pc
|
%{_datadir}/pkgconfig/bash-completion.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 2.12.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Feb 23 2021 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.11-2mamba
|
* Tue Feb 23 2021 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2.11-2mamba
|
||||||
- Fixed homepage URL
|
- Fixed homepage URL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user