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