Author: adamg Date: Sun Jul 27 08:56:30 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: bash-completion-pear.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/bash-completion-pear.spec diff -u /dev/null SPECS/bash-completion-pear.spec:1.1 --- /dev/null Sun Jul 27 10:56:30 2008 +++ SPECS/bash-completion-pear.spec Sun Jul 27 10:56:25 2008 @@ -0,0 +1,46 @@ +# $Revision$, $Date$ +Summary: bash-completion for PEAR +Summary(pl.UTF-8): bashowe uzupełnianie nazw dla PEAR +Name: bash-completion-pear +Version: 0.20080727 +Release: 1 +License: GPL +Group: Applications/Shells +Source0: http://gluegadget.com/misc/pear +# NoSource0-md5: +URL: http://gluegadget.com/blog/index.php?/archives/27-PEAR-bash-completion.html +Requires: bash-completion +Requires: php-pear-PEAR +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%define _sysconfdir /etc/bash_completion.d + +%description +bash-completion for PEAR. + +%description -l pl.UTF-8 +bashowe uzupełnianie nazw dla PEAR. + +%prep + +%install +rm -rf $RPM_BUILD_ROOT +install -D %{SOURCE0} $RPM_BUILD_ROOT%{_sysconfdir}/pear-completion + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%{_sysconfdir}/* + +%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.1 2008/07/27 08:56:25 adamg +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
