]> git.pld-linux.org Git - packages/easygit.git/commitdiff
- new
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 16 Mar 2008 00:12:39 +0000 (00:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    easygit.spec -> 1.1

easygit.spec [new file with mode: 0644]

diff --git a/easygit.spec b/easygit.spec
new file mode 100644 (file)
index 0000000..57dfa0c
--- /dev/null
@@ -0,0 +1,56 @@
+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/*
This page took 0.077355 seconds and 4 git commands to generate.