From c9adb32efb5764e6774ed379306be4fa548f5c04a8ca1efb2a2a329e0fc4cff3 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Thu, 19 Jul 2012 23:56:29 +0000 Subject: [PATCH] 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 --- bash-completion-1.99.tar.bz2 | 3 --- bash-completion-2.0.tar.bz2 | 3 +++ bash-completion-rpmlintrc | 1 + bash-completion.changes | 7 +++++++ bash-completion.spec | 9 ++++++--- 5 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 bash-completion-1.99.tar.bz2 create mode 100644 bash-completion-2.0.tar.bz2 create mode 100644 bash-completion-rpmlintrc diff --git a/bash-completion-1.99.tar.bz2 b/bash-completion-1.99.tar.bz2 deleted file mode 100644 index 4060a7d..0000000 --- a/bash-completion-1.99.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2baf5130fa015527f435e145949029c653f0106c89ccfd20ad8987f292ed314 -size 244809 diff --git a/bash-completion-2.0.tar.bz2 b/bash-completion-2.0.tar.bz2 new file mode 100644 index 0000000..ea8b27e --- /dev/null +++ b/bash-completion-2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5a490a4301dfb228361bdca2ffca597958e47dd6056005ef9393a5852af5804 +size 250560 diff --git a/bash-completion-rpmlintrc b/bash-completion-rpmlintrc new file mode 100644 index 0000000..7fe1224 --- /dev/null +++ b/bash-completion-rpmlintrc @@ -0,0 +1 @@ +addFilter("bash-completion.noarch: E: devel-file-in-non-devel-package .* /usr/share/pkgconfig/bash-completion.pc") diff --git a/bash-completion.changes b/bash-completion.changes index 25957cc..88224b4 100644 --- a/bash-completion.changes +++ b/bash-completion.changes @@ -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 diff --git a/bash-completion.spec b/bash-completion.spec index 6e5cfa4..942d23d 100644 --- a/bash-completion.spec +++ b/bash-completion.spec @@ -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