2010-02-25 13:52:38 +01:00
|
|
|
#
|
2011-02-25 18:33:43 +01:00
|
|
|
# spec file for package bash-completion
|
2010-02-25 13:52:38 +01:00
|
|
|
#
|
2013-04-19 19:28:11 +02:00
|
|
|
# Copyright (c) 2013 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/
|
|
|
|
#
|
|
|
|
|
2012-07-20 01:56:29 +02:00
|
|
|
|
2010-02-25 13:52:38 +01:00
|
|
|
Name: bash-completion
|
2012-07-20 01:56:29 +02:00
|
|
|
Version: 2.0
|
2012-01-09 12:16:27 +01:00
|
|
|
Release: 0
|
2010-02-25 13:52:38 +01:00
|
|
|
Summary: Programmable Completion for Bash
|
2012-01-09 12:16:27 +01:00
|
|
|
License: GPL-2.0+
|
2010-02-25 13:52:38 +01:00
|
|
|
Group: System/Shells
|
2012-01-09 12:16:27 +01:00
|
|
|
Url: http://bash-completion.alioth.debian.org/
|
2010-02-25 13:52:38 +01:00
|
|
|
Source0: http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.bz2
|
2012-07-20 01:56:29 +02:00
|
|
|
Source1: bash-completion-rpmlintrc
|
|
|
|
BuildRequires: pkg-config
|
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
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
2011-09-18 11:04:19 +02:00
|
|
|
make %{?_smp_mflags}
|
2010-02-25 13:52:38 +01:00
|
|
|
|
|
|
|
%install
|
2012-07-20 01:56:29 +02:00
|
|
|
%make_install
|
2010-02-25 13:52:38 +01:00
|
|
|
|
2013-04-19 19:28:11 +02:00
|
|
|
# shipping in latest systemd now
|
|
|
|
rm -f $RPM_BUILD_ROOT/%{_datadir}/bash-completion/completions/udevadm
|
|
|
|
|
2010-02-25 13:52:38 +01:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING README
|
Accepting request 94556 from home:tiwai:branches:shells
- Update to version 1.90:
- new completions: epdfview, lpr, lpq, mysql, puppet, pkgtool,
makepkg, rmp2tgz, slapt-get, slapt-src, slackpkg, kcov, feh,
xgamma, fbi, fbgs sbopkg, a2x, arping, asciidoc, base64, cal,
chrpath, cppcheck, curl, dmesg, dot, file, gnome-mplayer, gprof,
hddtemp, host, htpasswd, idn, ionice, jps, lbunzip2, lbzip2,
lbzcat, prelink, protoc, pwdx, pwgen, reptyr, sum, watch,
phing, pinfo
- installed location changed to /usr/share/bash-completion/*
- see more changes in CHANGES file
OBS-URL: https://build.opensuse.org/request/show/94556
OBS-URL: https://build.opensuse.org/package/show/shells/bash-completion?expand=0&rev=37
2011-12-01 15:03:29 +01:00
|
|
|
%{_datadir}/bash-completion
|
2011-01-10 16:15:40 +01:00
|
|
|
%config %{_sysconfdir}/profile.d/bash_completion.sh
|
2012-07-20 01:56:29 +02:00
|
|
|
%{_datadir}/pkgconfig/bash-completion.pc
|
2010-02-25 13:52:38 +01:00
|
|
|
|
|
|
|
%changelog
|