]> git.pld-linux.org Git - packages/color.git/blob - color.spec
- de/pl Group translation
[packages/color.git] / color.spec
1 Summary:        ANSI coloring tool
2 Summary(pl):    Narzêdzie do kolorowaia ANSI
3 Name:           color
4 Version:        1.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Console
8 Group(de):      Applikationen/Konsole
9 Group(pl):      Aplikacje/Konsola
10 Source0:        http://runslinux.net/projects/color/color-1.1.tar.gz
11 URL:            http://runslinux.net/projects.html
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 Color is a convenience tool to ease the use of ANSI coloring in your shell
16 scripts by hiding the escape sequences through command substitution.
17
18 %description -l pl
19 Color jest wygodnym narzêdziem u³atwiaj±cym u¿ywanie kolorowania ANSI w 
20 skryptach shellowych poprzez ukrycie sekwencji ANSI przed u¿ytkownikiem,
21 zastêpuj±c je podstawianiem komend.
22
23 %prep
24 %setup  -q
25
26 %build
27 %{__make}
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31 install -d $RPM_BUILD_ROOT%{_bindir}
32 install color $RPM_BUILD_ROOT%{_bindir}
33
34 gzip -9nf README CHANGELOG
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %attr(755,root,root) %{_bindir}/color
42 %doc *.gz
This page took 0.050638 seconds and 3 git commands to generate.