Author: glen Date: Thu Aug 26 08:46:11 2010 GMT Module: packages Tag: HEAD ---- Log message: - 0.5.1.4, add bash-completion
---- Files affected: packages/fedora-packager: fedora-packager.spec (1.3 -> 1.4) ---- Diffs: ================================================================ Index: packages/fedora-packager/fedora-packager.spec diff -u packages/fedora-packager/fedora-packager.spec:1.3 packages/fedora-packager/fedora-packager.spec:1.4 --- packages/fedora-packager/fedora-packager.spec:1.3 Thu Aug 26 10:42:27 2010 +++ packages/fedora-packager/fedora-packager.spec Thu Aug 26 10:46:06 2010 @@ -1,13 +1,13 @@ # $Revision$, $Date$ Summary: Tools for setting up a Fedora maintainer environment Name: fedora-packager -Version: 0.5.1.1 -Release: 0.2 +Version: 0.5.1.4 +Release: 0.1 License: GPL v2+ Group: X11/Applications URL: https://fedorahosted.org/fedora-packager Source0: https://fedorahosted.org/releases/f/e/fedora-packager/%{name}-%{version}.tar.bz2 -# Source0-md5: cae9095ca9fa03418a0d8966808a9649 +# Source0-md5: 33f5944d3468413058b035dedac4588f BuildRequires: python-devel BuildRequires: rpmbuild(macros) >= 1.219 #Requires: bodhi-client @@ -42,6 +42,19 @@ %description -n fedpkg Provides the fedpkg command for working with dist-git. +%package -n bash-completion-fedpkg +Summary: bash-completion for fedpkg +Summary(pl.UTF-8): bashowe uzupełnianie nazw dla fedpkg +Group: Applications/Shells +Requires: fedpkg = %{version}-%{release} +Requires: bash-completion + +%description -n bash-completion-fedpkg +bash-completion for fedpkg. + +%description -n bash-completion-fedpkg -l pl.UTF-8 +bashowe uzupełnianie nazw dla fedpkg. + %prep %setup -q @@ -56,6 +69,8 @@ %py_postclean +mv $RPM_BUILD_ROOT/etc/bash_completion.d/fedpkg{.bash,} + %clean rm -rf $RPM_BUILD_ROOT @@ -68,16 +83,22 @@ %files -n fedpkg %defattr(644,root,root,755) -%doc COPYING TODO AUTHORS ChangeLog %attr(755,root,root) %{_bindir}/fedpkg %{py_sitescriptdir}/pyfedpkg +%files -n bash-completion-fedpkg +%defattr(644,root,root,755) +/etc/bash_completion.d/* + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.4 2010/08/26 08:46:06 glen +- 0.5.1.4, add bash-completion + Revision 1.3 2010/08/26 08:42:27 glen - pyfedpkg imports koji ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/fedora-packager/fedora-packager.spec?r1=1.3&r2=1.4&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
