SPECS: csstidy.spec - pl - install man page from debian patch

qboosh qboosh at pld-linux.org
Fri Aug 3 19:24:16 CEST 2007


Author: qboosh                       Date: Fri Aug  3 17:24:16 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- install man page from debian patch

---- Files affected:
SPECS:
   csstidy.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SPECS/csstidy.spec
diff -u SPECS/csstidy.spec:1.8 SPECS/csstidy.spec:1.9
--- SPECS/csstidy.spec:1.8	Mon Jul 16 15:06:03 2007
+++ SPECS/csstidy.spec	Fri Aug  3 19:24:11 2007
@@ -1,9 +1,10 @@
 # $Revision$, $Date$
-Summary:	Opensource CSS parser and optimiser
+Summary:	Open Source CSS parser and optimiser
+Summary(pl.UTF-8):	Analizator i optymalizator CSS z otwartymi źródłami
 Name:		csstidy
 Version:	1.2
 Release:	0.3
-License:	GPL v2
+License:	GPL v2+
 Group:		Applications/WWW
 Source0:	http://dl.sourceforge.net/csstidy/%{name}-source-%{version}.zip
 # Source0-md5:	cd2e1e50289fdaba0c56dcb293de8c40
@@ -18,7 +19,14 @@
 concise. The end result is a smaller CSS file and better written code.
 It has a variety of option settings giving the user a significant
 amount of control over the level of file compression and readability.
-It is not meant to be a css validator.
+It is not meant to be a CSS validator.
+
+%description -l pl.UTF-8
+csstidy analizuje i optymalizuje kod CSS, czyniąc go czystszym i
+bardziej zwięzłym. Efekt końcowy to mniejszy plik CSS i lepiej
+napisany kod. Ma rozmaite ustawienia opcji dające użytkowi znaczącą
+kontrolę nad poziomem kompresji i czytelności pliku. Program nie jest
+przeznaczony do sprawdzania poprawności CSS.
 
 %prep
 %setup -qc
@@ -34,7 +42,9 @@
 rm -rf $RPM_BUILD_ROOT
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
+
 install -D csstidy.layout $RPM_BUILD_ROOT%{_datadir}/%{name}/csstidy.layout
+install -D debian/csstidy.1 $RPM_BUILD_ROOT%{_mandir}/man1/csstidy.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -44,6 +54,7 @@
 %attr(755,root,root) %{_bindir}/csstidy
 %dir %{_datadir}/%{name}
 %{_datadir}/%{name}/csstidy.layout
+%{_mandir}/man1/csstidy.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -51,6 +62,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2007/08/03 17:24:11  qboosh
+- pl
+- install man page from debian patch
+
 Revision 1.8  2007/07/16 13:06:03  glen
 - add makefile patch and longer description from debian
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/csstidy.spec?r1=1.8&r2=1.9&f=u



More information about the pld-cvs-commit mailing list