2010-02-25 13:52:38 +01:00
#
2011-01-10 16:15:40 +01:00
# spec file for package bash-completion (Version 1.2)
2010-02-25 13:52:38 +01:00
#
2011-01-10 16:15:46 +01:00
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
2010-02-25 13:52:38 +01:00
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name : bash-completion
2011-01-10 16:15:40 +01:00
Version : 1.2
2010-02-25 13:52:38 +01:00
Release : 1
License : GPLv2+
Summary : Programmable Completion for Bash
Url : http://bash-completion.alioth.debian.org/
Group : System/Shells
Source0 : http://bash-completion.alioth.debian.org/files/%{name} -%{version} .tar.bz2
2011-01-13 10:55:27 +01:00
# PATCH-FIX-UPSTREAM bash-completion-fix-service.patch vuntz@opensuse.org -- Fix the "service" completion to not create an error, http://git.debian.org/?p=bash-completion/bash-completion.git;a=patch;h=1f8b55a92aba6d03bb4c43dade1f8b2e2b847b61
Patch0 : bash-completion-fix-service.patch
2010-02-25 13:52:38 +01:00
Requires : bash
BuildRoot : %{_tmppath} /%{name} -%{version} -build
BuildArch : noarch
%description
bash-completion is a collection of shell functions that take advantage
of the programmable completion feature of Bash 2.04 and later.
%prep
%setup -q
2011-01-13 10:55:27 +01:00
%patch0 -p1
2010-02-25 13:52:38 +01:00
%build
%configure
%__make %{?jobs:-j%jobs}
%install
%makeinstall
%clean
%{__rm} -rf %{buildroot}
%files
%defattr (-,root,root)
%doc AUTHORS COPYING README
%config %{_sysconfdir} /bash_completion
%config %{_sysconfdir} /bash_completion.d/*
2011-01-10 16:15:40 +01:00
%config %{_sysconfdir} /profile.d/bash_completion.sh
2010-02-25 13:52:38 +01:00
%changelog