template-specs: lib.spec, template.spec - there is no wrapping in summaries...

gotar gotar at pld-linux.org
Thu Nov 24 14:30:00 CET 2011


Author: gotar                        Date: Thu Nov 24 13:30:00 2011 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- there is no wrapping in summaries or dumb 5-words descriptions

---- Files affected:
template-specs:
   lib.spec (1.23 -> 1.24) , template.spec (1.77 -> 1.78) 

---- Diffs:

================================================================
Index: template-specs/lib.spec
diff -u template-specs/lib.spec:1.23 template-specs/lib.spec:1.24
--- template-specs/lib.spec:1.23	Fri Nov 11 16:56:58 2011
+++ template-specs/lib.spec	Thu Nov 24 14:29:55 2011
@@ -39,51 +39,51 @@
 #%description -l pl.UTF-8
 
 %package common
-Summary:	Common files for FOO library
-Summary(pl.UTF-8):	Wspólne pliki biblioteki FOO
+Summary:	Common files for %{name} library
+Summary(pl.UTF-8):	Wspólne pliki biblioteki %{name}
 Group:		Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description common
-Common files for FOO library.
+Common files for %{name} library.
 
 %description common -l pl.UTF-8
-Wspólne pliki biblioteki FOO.
+Wspólne pliki biblioteki %{name}.
 
 %package devel
-Summary:	Header files for FOO library
-Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki FOO
+Summary:	Header files for %{name} library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki %{name}
 Group:		Development/Libraries
 Requires:	%{name} = %{version}-%{release}
 
 %description devel
-Header files for FOO library.
+Header files for %{name} library.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki FOO.
+Pliki nagłówkowe biblioteki %{name}.
 
 %package static
-Summary:	Static FOO library
-Summary(pl.UTF-8):	Statyczna biblioteka FOO
+Summary:	Static %{name} library
+Summary(pl.UTF-8):	Statyczna biblioteka %{name}
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Static FOO library.
+Static %{name} library.
 
 %description static -l pl.UTF-8
-Statyczna biblioteka FOO.
+Statyczna biblioteka %{name}.
 
 %package apidocs
-Summary:	FOO API documentation
-Summary(pl.UTF-8):	Dokumentacja API biblioteki FOO
+Summary:	%{name} API documentation
+Summary(pl.UTF-8):	Dokumentacja API biblioteki %{name}
 Group:		Documentation
 
 %description apidocs
-API and internal documentation for FOO library.
+API and internal documentation for %{name} library.
 
 %description apidocs -l pl.UTF-8
-Dokumentacja API biblioteki FOO.
+Dokumentacja API biblioteki %{name}.
 
 %prep
 %setup -q
@@ -158,6 +158,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2011/11/24 13:29:55  gotar
+- there is no wrapping in summaries or dumb 5-words descriptions
+
 Revision 1.23  2011/11/11 15:56:58  glen
 - no macros in texts (impossible to wrap texts with macros properly)
 

================================================================
Index: template-specs/template.spec
diff -u template-specs/template.spec:1.77 template-specs/template.spec:1.78
--- template-specs/template.spec:1.77	Fri Nov 11 16:58:09 2011
+++ template-specs/template.spec	Thu Nov 24 14:29:55 2011
@@ -63,8 +63,8 @@
 %description libs -l pl.UTF-8
 
 %package devel
-Summary:	Header files for FOO library
-Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki FOO
+Summary:	Header files for %{name} library
+Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki %{name}
 Group:		Development/Libraries
 # if base package contains shared library for which these headers are
 #Requires:	%{name} = %{version}-%{release}
@@ -72,14 +72,14 @@
 #Requires:	%{name}-libs = %{version}-%{release}
 
 %description devel
-Header files for FOO library.
+Header files for %{name} library.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki FOO.
+Pliki nagłówkowe biblioteki %{name}.
 
 %package static
-Summary:	Static FOO library
-Summary(pl.UTF-8):	Statyczna biblioteka FOO
+Summary:	Static %{name} library
+Summary(pl.UTF-8):	Statyczna biblioteka %{name}
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
@@ -206,6 +206,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.78  2011/11/24 13:29:55  gotar
+- there is no wrapping in summaries or dumb 5-words descriptions
+
 Revision 1.77  2011/11/11 15:58:09  glen
 - no macros in texts (impossible to wrap texts with macros properly)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/lib.spec?r1=1.23&r2=1.24&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/template.spec?r1=1.77&r2=1.78&f=u



More information about the pld-cvs-commit mailing list