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
|
||||
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 <ercole69@gmail.com>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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 <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
|
||||
- Fixed homepage URL
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user