]> git.pld-linux.org Git - packages/color.git/blobdiff - color.spec
- converted to UTF-8
[packages/color.git] / color.spec
index fc615aa953fde5f00340136068d7945e803f8fe9..5a605b6fe5740f85ce4eced31705ee13da270a02 100644 (file)
@@ -1,40 +1,43 @@
 Summary:       ANSI coloring tool
-Summary(pl):   Narzêdzie do kolorowaia ANSI
+Summary(pl.UTF-8):   Narzędzie do kolorowania ANSI
 Name:          color
-Version:       1.1
+Version:       1.2
 Release:       1
-License:       GPL
-Group:         Applications/Console
-Source0:       http://runslinux.net/projects/color/color-1.1.tar.gz
-URL:           http://runslinux.net/projects.html
+License:       GPL v2
+Group:         Applications/Terminal
+Source0:       http://runslinux.net/projects/color/%{name}-%{version}.tar.gz
+# Source0-md5: 17938f68c0ad3060111446c34922fdf2
+URL:           http://runslinux.net/?page_id=10
 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.
+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.
+%description -l pl.UTF-8
+Color jest wygodnym narzędziem ułatwiającym używanie kolorowania ANSI
+w skryptach shellowych poprzez ukrycie sekwencji ANSI przed
+użytkownikiem, zastępując je podstawianiem komend.
 
 %prep
-%setup  -q
+%setup -q
 
 %build
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_bindir}
-install color $RPM_BUILD_ROOT%{_bindir}
 
-gzip -9nf README CHANGELOG
+install color $RPM_BUILD_ROOT%{_bindir}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
+%doc CHANGELOG README
 %attr(755,root,root) %{_bindir}/color
-%doc *.gz
This page took 0.162001 seconds and 4 git commands to generate.