Author: adamg Date: Sun Mar 16 00:12:44 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - new
---- Files affected: SPECS: easygit.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/easygit.spec diff -u /dev/null SPECS/easygit.spec:1.1 --- /dev/null Sun Mar 16 01:12:44 2008 +++ SPECS/easygit.spec Sun Mar 16 01:12:39 2008 @@ -0,0 +1,67 @@ +# $Revision$, $Date$ +Summary: Easy git - git for mere mortals +Summary(pl.UTF-8): Easy git - git dla zwykłych śmiertelników +Name: easygit +Version: 20080316 +Release: 1 +License: GPL v2 +Group: Applications +# git clone http://www.gnome.org/~newren/eg/eg.git +Source0: %{name}-%{version}.tar.bz2 +# Source0-md5: 8301e8d6efa7c2b554091235edaf62dd +URL: http://www.gnome.org/~newren/eg/ +Requires: git-core >= 1.5.4 +BuildArch: noarch +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +In short, Easy GIT is a wrapper for git, designed to make git easy to +use. + +%description -l pl.UTF-8 +W skrócie, Easy GIT to wrappier dla git mający na celu ułatwienie +pracy z tym narzędziem. + +%package -n bash-completion-easygit +Summary: bash-completion for easygit +Summary(pl.UTF-8): bashowe uzupełnianie nazw dla easygit +Group: Applications/Shell +Requires: bash-completion +Requires: easygit + +%description -n bash-completion-easygit +This package provides bash-completion for easygit. + +%description -n bash-completion-easygit -l pl.UTF-8 +Pakiet ten dostarcza bashowe uzupełnianie nazw dla easygit. + +%prep +%setup -q -c + +%install +rm -rf $RPM_BUILD_ROOT +install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/bash_completion.d} +install eg $RPM_BUILD_ROOT%{_bindir} +install bash-completion-eg.sh $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/* + +%files -n bash-completion-easygit +%defattr(644,root,root,755) +%{_sysconfdir}/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.1 2008-03-16 00:12:39 adamg +- new + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
