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