template-specs: template.spec - replaced ... with %{name} as default library

gotar gotar at pld-linux.org
Fri Nov 11 16:54:37 CET 2011


Author: gotar                        Date: Fri Nov 11 15:54:37 2011 GMT
Module: template-specs                Tag: HEAD
---- Log message:
- replaced ... with %{name} as default library

---- Files affected:
template-specs:
   template.spec (1.75 -> 1.76) 

---- Diffs:

================================================================
Index: template-specs/template.spec
diff -u template-specs/template.spec:1.75 template-specs/template.spec:1.76
--- template-specs/template.spec:1.75	Thu Feb 24 10:08:42 2011
+++ template-specs/template.spec	Fri Nov 11 16:54:32 2011
@@ -63,8 +63,8 @@
 %description libs -l pl.UTF-8
 
 %package devel
-Summary:	Header files for ... library
-Summary(pl.UTF-8):	Pliki nagłówkowe biblioteki ...
+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,22 +72,22 @@
 #Requires:	%{name}-libs = %{version}-%{release}
 
 %description devel
-Header files for ... library.
+Header files for %{name} library.
 
 %description devel -l pl.UTF-8
-Pliki nagłówkowe biblioteki ....
+Pliki nagłówkowe biblioteki %{name}.
 
 %package static
-Summary:	Static ... library
-Summary(pl.UTF-8):	Statyczna biblioteka ...
+Summary:	Static %{name} library
+Summary(pl.UTF-8):	Statyczna biblioteka %{name}
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-Static ... library.
+Static %{name} library.
 
 %description static -l pl.UTF-8
-Statyczna biblioteka ....
+Statyczna biblioteka %{name}.
 
 %prep
 %setup -q
@@ -181,7 +181,7 @@
 # if _sysconfdir != /etc:
 #%%dir %{_sysconfdir}
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/%{name}*
 %{_datadir}/%{name}
 %endif
 
@@ -206,6 +206,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.76  2011/11/11 15:54:32  gotar
+- replaced ... with %{name} as default library
+
 Revision 1.75  2011/02/24 09:08:42  glen
 - no need to ensure macros not expanding
 
@@ -223,4 +226,3 @@
 
 Revision 1.70  2008/10/02 11:04:51  glen
 - user/group fragments
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/template.spec?r1=1.75&r2=1.76&f=u



More information about the pld-cvs-commit mailing list