SPECS: loki.spec - pl, internal deps, fixed Groups

qboosh qboosh at pld-linux.org
Sun Jan 14 21:08:34 CET 2007


Author: qboosh                       Date: Sun Jan 14 20:08:34 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, internal deps, fixed Groups

---- Files affected:
SPECS:
   loki.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/loki.spec
diff -u SPECS/loki.spec:1.1 SPECS/loki.spec:1.2
--- SPECS/loki.spec:1.1	Wed Jan 10 16:18:38 2007
+++ SPECS/loki.spec	Sun Jan 14 21:08:28 2007
@@ -1,10 +1,12 @@
 # $Revision$, $Date$
+# TODO: optflags
 Summary:	Loki C++ Library
+Summary(pl):	Biblioteka Loki C++
 Name:		loki
 Version:	0.1.5
 Release:	0.1
-License:	MIT License
-Group:		Development/Libraries
+License:	MIT
+Group:		Libraries
 Source0:	http://dl.sourceforge.net/loki-lib/%{name}-%{version}.tar.gz
 # Source0-md5:	f246e9e91b46d4e55ce36193984697e6
 URL:		http://sourceforge.net/projects/loki-lib/
@@ -14,26 +16,44 @@
 A C++ library of designs, containing flexible implementations of
 common design patterns and idioms.
 
+%description -l pl
+Biblioteka projektów C++, zawierająca elastyczne implementacje
+popularnych szablonów projektów i idiomów.
+
 %package devel
-Summary:	The Loki C++ headers and development libraries
-Group:		Libraries
+Summary:	The Loki C++ headers
+Summary(pl):	Pliki nagłówkowe biblioteki Loki C++
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
 
 %description devel
-Headers, shared object symlinks for the Loki C++ Library
+Headers, shared object symlink for the Loki C++ Library.
+
+%description devel -l pl
+Pliki nagłówkowe i dowiązanie symboliczne dla biblioteki Loki C++.
 
 %package static
-Summary:	The Loki C++ development libraries
-Group:		Libraries
+Summary:	The Loki C++ static library
+Summary(pl):	Statyczna biblioteka Loki C++
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
-static libraries for the Loki C++ Library
+Static Loki C++ Library.
+
+%description static -l pl
+Statyczna biblioteka Loki C++.
 
 %package doc
-Summary:	The Loki C++ html docs
-Group:		Libraries
+Summary:	The Loki C++ HTML docs
+Summary(pl):	Dokumentacja HTML do biblioteki Loki C++
+Group:		Documentation
 
 %description doc
-HTML documentation files for the Loki C++ Library
+HTML documentation files for the Loki C++ Library.
+
+%description doc -l pl
+Dokumentacja HTML do biblioteki Loki C++.
 
 %prep
 %setup -q
@@ -61,8 +81,8 @@
 
 %files devel
 %defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libloki.so
 %{_includedir}/loki
-%{_libdir}/libloki.so
 
 %files static
 %defattr(644,root,root,755)
@@ -74,6 +94,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/01/14 20:08:28  qboosh
+- pl, internal deps, fixed Groups
+
 Revision 1.1  2007/01/10 15:18:38  glen
 - new
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/loki.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list