Accepting request 127358 from home:RedDwarf:branches:shells
If there is any good reason to not package the .pc file please add a comment over the rm line. - Update to final 2.0 version + See CHANGES for the full list of changes - Add pkg-config file OBS-URL: https://build.opensuse.org/request/show/127358 OBS-URL: https://build.opensuse.org/package/show/shells/bash-completion?expand=0&rev=41
This commit is contained in:
parent
fcd624a83f
commit
c9adb32efb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2baf5130fa015527f435e145949029c653f0106c89ccfd20ad8987f292ed314
|
|
||||||
size 244809
|
|
3
bash-completion-2.0.tar.bz2
Normal file
3
bash-completion-2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e5a490a4301dfb228361bdca2ffca597958e47dd6056005ef9393a5852af5804
|
||||||
|
size 250560
|
1
bash-completion-rpmlintrc
Normal file
1
bash-completion-rpmlintrc
Normal file
@ -0,0 +1 @@
|
|||||||
|
addFilter("bash-completion.noarch: E: devel-file-in-non-devel-package .* /usr/share/pkgconfig/bash-completion.pc")
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 7 12:20:53 UTC 2012 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
- Update to final 2.0 version
|
||||||
|
+ See CHANGES for the full list of changes
|
||||||
|
- Add pkg-config file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 9 10:26:25 UTC 2012 - vuntz@opensuse.org
|
Mon Jan 9 10:26:25 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -15,14 +15,17 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: bash-completion
|
Name: bash-completion
|
||||||
Version: 1.99
|
Version: 2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Programmable Completion for Bash
|
Summary: Programmable Completion for Bash
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Url: http://bash-completion.alioth.debian.org/
|
Url: http://bash-completion.alioth.debian.org/
|
||||||
Source0: http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.bz2
|
Source0: http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.bz2
|
||||||
|
Source1: bash-completion-rpmlintrc
|
||||||
|
BuildRequires: pkg-config
|
||||||
Requires: bash
|
Requires: bash
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -39,13 +42,13 @@ of the programmable completion feature of Bash 2.04 and later.
|
|||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%make_install
|
||||||
rm -f $RPM_BUILD_ROOT%{_datadir}/pkgconfig/bash-completion.pc
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING README
|
%doc AUTHORS COPYING README
|
||||||
%{_datadir}/bash-completion
|
%{_datadir}/bash-completion
|
||||||
%config %{_sysconfdir}/profile.d/bash_completion.sh
|
%config %{_sysconfdir}/profile.d/bash_completion.sh
|
||||||
|
%{_datadir}/pkgconfig/bash-completion.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user