]> git.pld-linux.org Git - packages/color.git/blame - color.spec
- tabs in preamble
[packages/color.git] / color.spec
CommitLineData
45b1ae4d 1Summary: ANSI coloring tool
da0d8244 2Summary(pl.UTF-8): Narzędzie do kolorowania ANSI
45b1ae4d 3Name: color
e1f7f91d 4Version: 1.2
5Release: 1
f1792775 6License: GPL v2
9761fb7d 7Group: Applications/Terminal
49270d3b 8Source0: http://runslinux.net/projects/color/%{name}-%{version}.tar.gz
e1f7f91d 9# Source0-md5: 17938f68c0ad3060111446c34922fdf2
10URL: http://runslinux.net/?page_id=10
45b1ae4d 11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
49270d3b 14Color is a convenience tool to ease the use of ANSI coloring in your
15shell scripts by hiding the escape sequences through command
16substitution.
45b1ae4d 17
2be426ec
JR
18%description -l pl.UTF-8
19Color jest wygodnym narzędziem ułatwiającym używanie kolorowania ANSI
49270d3b 20w skryptach shellowych poprzez ukrycie sekwencji ANSI przed
2be426ec 21użytkownikiem, zastępując je podstawianiem komend.
45b1ae4d 22
23%prep
9761fb7d 24%setup -q
45b1ae4d 25
26%build
c2afba0a 27%{__make} \
e7a01d96 28 CC="%{__cc}" \
c2afba0a 29 CFLAGS="%{rpmcflags} -Wall"
45b1ae4d 30
31%install
32rm -rf $RPM_BUILD_ROOT
33install -d $RPM_BUILD_ROOT%{_bindir}
9761fb7d 34
45b1ae4d 35install color $RPM_BUILD_ROOT%{_bindir}
36
45b1ae4d 37%clean
38rm -rf $RPM_BUILD_ROOT
39
40%files
41%defattr(644,root,root,755)
e7a01d96 42%doc CHANGELOG README
45b1ae4d 43%attr(755,root,root) %{_bindir}/color
This page took 0.043546 seconds and 4 git commands to generate.