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