dd3a669e50
- Remove redundant tags/sections from specfile - Use %_smp_mflags for parallel build OBS-URL: https://build.opensuse.org/request/show/82887 OBS-URL: https://build.opensuse.org/package/show/shells/bash-completion?expand=0&rev=28
54 lines
1.6 KiB
RPMSpec
54 lines
1.6 KiB
RPMSpec
#
|
|
# spec file for package bash-completion
|
|
#
|
|
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# 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
|
|
Version: 1.3
|
|
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
|
|
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
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
%install
|
|
%makeinstall
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc AUTHORS COPYING README
|
|
%config %{_sysconfdir}/bash_completion
|
|
%config %{_sysconfdir}/bash_completion.d/*
|
|
%config %{_sysconfdir}/profile.d/bash_completion.sh
|
|
|
|
%changelog
|