Update to 2.2
This commit is contained in:
parent
10e04f3ed9
commit
cb3caa7d2b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,2 @@
|
|||||||
/*.tar.*
|
/*.tar.*
|
||||||
/CHANGES.package.old
|
/CHANGES.package.old
|
||||||
/bash-completion-2.1..1950590.patch.xz
|
|
||||||
|
@ -4,19 +4,17 @@
|
|||||||
%global _python_bytecompile_errors_terminate_build 0
|
%global _python_bytecompile_errors_terminate_build 0
|
||||||
|
|
||||||
Name: bash-completion
|
Name: bash-completion
|
||||||
Version: 2.1
|
Version: 2.2
|
||||||
Release: 9.20150513git1950590%{?dist}
|
Release: 1%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
Summary: Programmable completion for Bash
|
Summary: Programmable completion for Bash
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://bash-completion.alioth.debian.org/
|
URL: https://github.com/scop/bash-completion
|
||||||
Source0: http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.bz2
|
Source0: https://github.com/scop/bash-completion/releases/download/%{version}/%{name}-%{version}.tar.xz
|
||||||
Source2: CHANGES.package.old
|
Source2: CHANGES.package.old
|
||||||
# https://bugzilla.redhat.com/677446, see also redefine_filedir comments
|
# https://bugzilla.redhat.com/677446, see also redefine_filedir comments
|
||||||
Patch0: %{name}-1.99-noblacklist.patch
|
Patch0: %{name}-1.99-noblacklist.patch
|
||||||
# range=2.1..1950590 ; git diff $range | filterdiff -x "*/.gitignore" -x "*/runLint" --clean | xz > bash-completion-$range.patch.xz
|
|
||||||
Patch1: %{name}-2.1..1950590.patch.xz
|
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -24,8 +22,6 @@ BuildRequires: dejagnu
|
|||||||
BuildRequires: screen
|
BuildRequires: screen
|
||||||
BuildRequires: tcllib
|
BuildRequires: tcllib
|
||||||
%endif
|
%endif
|
||||||
# For Patch1
|
|
||||||
BuildRequires: automake
|
|
||||||
Requires: bash >= 4.1
|
Requires: bash >= 4.1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -36,9 +32,7 @@ of the programmable completion feature of bash.
|
|||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
%patch1 -p1
|
|
||||||
install -pm 644 %{SOURCE2} .
|
install -pm 644 %{SOURCE2} .
|
||||||
autoreconf # for patch1
|
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
@ -84,7 +78,8 @@ exit $result
|
|||||||
%files
|
%files
|
||||||
%{!?_licensedir:%global license %%doc}
|
%{!?_licensedir:%global license %%doc}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS CHANGES CHANGES.package.old README doc/bash_completion.txt
|
%doc AUTHORS CHANGES CHANGES.package.old CONTRIBUTING.md README.md
|
||||||
|
%doc doc/bash_completion.txt
|
||||||
%config(noreplace) %{_sysconfdir}/profile.d/bash_completion.sh
|
%config(noreplace) %{_sysconfdir}/profile.d/bash_completion.sh
|
||||||
%{_sysconfdir}/bash_completion.d/
|
%{_sysconfdir}/bash_completion.d/
|
||||||
%{_datadir}/bash-completion/
|
%{_datadir}/bash-completion/
|
||||||
@ -93,6 +88,9 @@ exit $result
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 3 2016 Ville Skyttä <ville.skytta@iki.fi> - 1:2.2-1
|
||||||
|
- Update to 2.2
|
||||||
|
|
||||||
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1-9.20150513git1950590
|
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:2.1-9.20150513git1950590
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
3
sources
3
sources
@ -1,3 +1,2 @@
|
|||||||
4e2a9f11a4042a38ee79ddcd048e8b9e bash-completion-2.1.tar.bz2
|
|
||||||
b0f9032792feeaea4c63d72478bbe040 bash-completion-2.1..1950590.patch.xz
|
|
||||||
18fef9f23a22fb9f2524c60f6ead9971 CHANGES.package.old
|
18fef9f23a22fb9f2524c60f6ead9971 CHANGES.package.old
|
||||||
|
26ca0889a3ef3553cd926182f4b44933 bash-completion-2.2.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user