Author: glen Date: Mon Apr 13 13:40:19 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - update to 1.0, epoch: 1
---- Files affected: SPECS: bash-completion.spec (1.144 -> 1.145) ---- Diffs: ================================================================ Index: SPECS/bash-completion.spec diff -u SPECS/bash-completion.spec:1.144 SPECS/bash-completion.spec:1.145 --- SPECS/bash-completion.spec:1.144 Fri Apr 3 16:40:51 2009 +++ SPECS/bash-completion.spec Mon Apr 13 15:40:13 2009 @@ -2,16 +2,16 @@ # TODO # - bittorrent complete doesn't actually handle our prognames # - handle multiple package links (freeciv case) -# - handle upgrade path to symlinks (see notes in install section) Summary: bash-completion offers programmable completion for bash Summary(pl.UTF-8): Programowalne uzupełnianie nazw dla basha Name: bash-completion -Version: 20081219 -Release: 2 +Version: 1.0 +Release: 1 +Epoch: 1 License: GPL Group: Applications/Shells -Source0: ftp://distfiles.gentoo.org/pub/gentoo/distfiles/%{name}-%{version}.tar.bz2 -# Source0-md5: 6b8f924417fb8cd758778025d97f2853 +Source0: http://bash-completion.alioth.debian.org/files/%{name}-%{version}.tar.gz +# Source0-md5: cd1c5648272917fbe0eef4ba30bb93f4 Source1: %{name}-poldek.sh Source2: %{name}.sh Patch0: %{name}-rpm-cache.patch @@ -34,7 +34,7 @@ kompletowanie parametrów linii poleceń. %prep -%setup -q -n %{name} +%setup -q %patch0 -p1 %patch1 -p1 cp -a %{SOURCE1} contrib/poldek @@ -49,7 +49,7 @@ rm contrib/apache2ctl # No PLD package or no such binary to complete on -rm contrib/{harbour,larch,lisp,modules,monodevelop,p4} +rm contrib/{harbour,larch,lisp,modules,monodevelop,p4,cowsay,cpan2dist} %install rm -rf $RPM_BUILD_ROOT @@ -132,6 +132,7 @@ %bashcomp_trigger bitkeeper %bashcomp_trigger BitTorrent bittorrent +%bashcomp_trigger bridge-utils brctl %bashcomp_trigger cksfv %bashcomp_trigger clisp %bashcomp_trigger dsniff @@ -141,26 +142,33 @@ %bashcomp_trigger gkrellm %bashcomp_trigger gnupg2 gpg2 %bashcomp_trigger lilypond +%bashcomp_trigger lzma,xz lzma +%bashcomp_trigger lzop %bashcomp_trigger mailman %bashcomp_trigger mcrypt -%bashcomp_trigger mercurial hg +%bashcomp_trigger minicom %bashcomp_trigger mtx +%bashcomp_trigger net-tools %bashcomp_trigger openssh-clients ssh %bashcomp_trigger poldek %bashcomp_trigger povray +%bashcomp_trigger qemu %bashcomp_trigger QtDBus qdbus +%bashcomp_trigger quota-tools +%bashcomp_trigger rdesktop %bashcomp_trigger ruby-modules ri %bashcomp_trigger sbcl %bashcomp_trigger sitecopy %bashcomp_trigger snownews %bashcomp_trigger svk +%bashcomp_trigger tightvnc,vnc vncviewer %bashcomp_trigger unace %bashcomp_trigger unixODBC isql %bashcomp_trigger unrar %files -f %{name}-ghost.list %defattr(644,root,root,755) -%doc README TODO debian/changelog debian/copyright +%doc README TODO /etc/shrc.d/%{name}.sh %{_sysconfdir}/bash_completion %dir %{_sysconfdir}/bash_completion.d @@ -168,6 +176,7 @@ # we list all files to be sure we have all of them handled by triggers %{_datadir}/%{name}/bitkeeper %{_datadir}/%{name}/bittorrent +%{_datadir}/%{name}/brctl %{_datadir}/%{name}/cksfv %{_datadir}/%{name}/clisp %{_datadir}/%{name}/dsniff @@ -176,15 +185,21 @@ %{_datadir}/%{name}/gkrellm %{_datadir}/%{name}/gnatmake %{_datadir}/%{name}/gpg2 -%{_datadir}/%{name}/hg %{_datadir}/%{name}/isql %{_datadir}/%{name}/lilypond +%{_datadir}/%{name}/lzma +%{_datadir}/%{name}/lzop %{_datadir}/%{name}/mailman %{_datadir}/%{name}/mcrypt +%{_datadir}/%{name}/minicom %{_datadir}/%{name}/mtx +%{_datadir}/%{name}/net-tools %{_datadir}/%{name}/poldek %{_datadir}/%{name}/povray %{_datadir}/%{name}/qdbus +%{_datadir}/%{name}/qemu +%{_datadir}/%{name}/quota-tools +%{_datadir}/%{name}/rdesktop %{_datadir}/%{name}/ri %{_datadir}/%{name}/sbcl %{_datadir}/%{name}/sitecopy @@ -193,6 +208,7 @@ %{_datadir}/%{name}/svk %{_datadir}/%{name}/unace %{_datadir}/%{name}/unrar +%{_datadir}/%{name}/vncviewer %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -200,6 +216,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.145 2009/04/13 13:40:13 glen +- update to 1.0, epoch: 1 + Revision 1.144 2009/04/03 14:40:51 glen - consistent with trigger ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/bash-completion.spec?r1=1.144&r2=1.145&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
