]> git.pld-linux.org Git - packages/color.git/blob - color.spec
- specify URL
[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:        4
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#color
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} \
28         CFLAGS="%{rpmcflags} -Wall"
29
30 %install
31 rm -rf $RPM_BUILD_ROOT
32 install -d $RPM_BUILD_ROOT%{_bindir}
33
34 install color $RPM_BUILD_ROOT%{_bindir}
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README CHANGELOG
42 %attr(755,root,root) %{_bindir}/color
This page took 0.081031 seconds and 4 git commands to generate.