]> git.pld-linux.org Git - packages/color.git/commitdiff
- useful package, install it with cvsq
authorfilon <filon@sokrates.mimuw.edu.pl>
Sun, 27 Jan 2002 18:16:08 +0000 (18:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    color.spec -> 1.1

color.spec [new file with mode: 0644]

diff --git a/color.spec b/color.spec
new file mode 100644 (file)
index 0000000..fc615aa
--- /dev/null
@@ -0,0 +1,40 @@
+Summary:       ANSI coloring tool
+Summary(pl):   Narzêdzie do kolorowaia ANSI
+Name:          color
+Version:       1.1
+Release:       1
+License:       GPL
+Group:         Applications/Console
+Source0:       http://runslinux.net/projects/color/color-1.1.tar.gz
+URL:           http://runslinux.net/projects.html
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Color is a convenience tool to ease the use of ANSI coloring in your shell
+scripts by hiding the escape sequences through command substitution.
+
+%description -l pl
+Color jest wygodnym narzêdziem u³atwiaj±cym u¿ywanie kolorowania ANSI w 
+skryptach shellowych poprzez ukrycie sekwencji ANSI przed uzytkownikiem,
+zastêpuj±c je podstawianiem komend.
+
+%prep
+%setup  -q
+
+%build
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install color $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf README CHANGELOG
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/color
+%doc *.gz
This page took 0.08077 seconds and 4 git commands to generate.