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:
Pavol Rusnak 2012-07-19 23:56:29 +00:00 committed by Git OBS Bridge
parent fcd624a83f
commit c9adb32efb
5 changed files with 17 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a2baf5130fa015527f435e145949029c653f0106c89ccfd20ad8987f292ed314
size 244809

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5a490a4301dfb228361bdca2ffca597958e47dd6056005ef9393a5852af5804
size 250560

View File

@ -0,0 +1 @@
addFilter("bash-completion.noarch: E: devel-file-in-non-devel-package .* /usr/share/pkgconfig/bash-completion.pc")

View File

@ -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

View File

@ -15,14 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: bash-completion
Version: 1.99
Version: 2.0
Release: 0
Summary: Programmable Completion for Bash
License: GPL-2.0+
Group: System/Shells
Url: http://bash-completion.alioth.debian.org/
Source0: http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.bz2
Source1: bash-completion-rpmlintrc
BuildRequires: pkg-config
Requires: bash
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
@ -39,13 +42,13 @@ of the programmable completion feature of Bash 2.04 and later.
make %{?_smp_mflags}
%install
%makeinstall
rm -f $RPM_BUILD_ROOT%{_datadir}/pkgconfig/bash-completion.pc
%make_install
%files
%defattr(-,root,root)
%doc AUTHORS COPYING README
%{_datadir}/bash-completion
%config %{_sysconfdir}/profile.d/bash_completion.sh
%{_datadir}/pkgconfig/bash-completion.pc
%changelog