]> git.pld-linux.org Git - packages/easygit.git/blame - easygit.spec
- updated to 20080816
[packages/easygit.git] / easygit.spec
CommitLineData
527d4180
AG
1Summary: Easy git - git for mere mortals
2Summary(pl.UTF-8): Easy git - git dla zwykłych śmiertelników
3Name: easygit
5008ab58 4Version: 20080816
527d4180
AG
5Release: 1
6License: GPL v2
7Group: Applications
8# git clone http://www.gnome.org/~newren/eg/eg.git
9Source0: %{name}-%{version}.tar.bz2
5008ab58 10# Source0-md5: ad8d71eb8a19d20fe04dd155c11b6c38
527d4180
AG
11URL: http://www.gnome.org/~newren/eg/
12Requires: git-core >= 1.5.4
13BuildArch: noarch
14BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16%description
17In short, Easy GIT is a wrapper for git, designed to make git easy to
18use.
19
20%description -l pl.UTF-8
21W skrócie, Easy GIT to wrappier dla git mający na celu ułatwienie
22pracy z tym narzędziem.
23
24%package -n bash-completion-easygit
25Summary: bash-completion for easygit
26Summary(pl.UTF-8): bashowe uzupełnianie nazw dla easygit
27Group: Applications/Shell
28Requires: bash-completion
29Requires: easygit
30
31%description -n bash-completion-easygit
32This package provides bash-completion for easygit.
33
34%description -n bash-completion-easygit -l pl.UTF-8
35Pakiet ten dostarcza bashowe uzupełnianie nazw dla easygit.
36
37%prep
38%setup -q -c
39
40%install
41rm -rf $RPM_BUILD_ROOT
42install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/bash_completion.d}
43install eg $RPM_BUILD_ROOT%{_bindir}
44install bash-completion-eg.sh $RPM_BUILD_ROOT%{_sysconfdir}/bash_completion.d
45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc README
52%attr(755,root,root) %{_bindir}/*
53
54%files -n bash-completion-easygit
55%defattr(644,root,root,755)
56%{_sysconfdir}/bash_completion.d/*
This page took 0.06017 seconds and 4 git commands to generate.