SPECS: libtemplate.spec - pl, removed static lib from base

qboosh qboosh at pld-linux.org
Sun Mar 12 19:57:17 CET 2006


Author: qboosh                       Date: Sun Mar 12 18:57:17 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl, removed static lib from base

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

---- Diffs:

================================================================
Index: SPECS/libtemplate.spec
diff -u SPECS/libtemplate.spec:1.1 SPECS/libtemplate.spec:1.2
--- SPECS/libtemplate.spec:1.1	Sat Mar 11 21:39:33 2006
+++ SPECS/libtemplate.spec	Sun Mar 12 19:57:12 2006
@@ -2,6 +2,7 @@
 # TODO:
 # - modify the library to build dynamic-one
 Summary:	Templates library written in C
+Summary(pl):	Biblioteka szablonów napisana w C
 Name:		libtemplate
 Version:	1.5
 Release:	1
@@ -14,15 +15,25 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-If you're tired of recompiling your CGI program every time somebody wants
-to change the HTML, you need to check out templates. Libtemplate is an
-easy to use C interface that will let you use the same sort of templates
-used in Lazarus applications.
+If you're tired of recompiling your CGI program every time somebody
+wants to change the HTML, you need to check out templates. Libtemplate
+is an easy to use C interface that will let you use the same sort of
+templates used in Lazarus applications.
 
 This software is free to use on any web site, commercial or otherwise.
 A technical support contract, including installation and compiling
 assistance, may be purchased.
 
+%description -l pl
+Jeżeli rekompilowanie programu CGI za każdym razem kiedy ktoś chce
+zmienić kod HTML staje się męczące, pora wybróbować szablony.
+Libtemplate to łatwy w użyciu interfejs C pozwalający używać tego
+samego rodzaju szablonów, co w aplikacjach Lazarusa.
+
+Ten kod jest darmowy do używania na dowolnych stronach WWW, także
+komercyjnych. Można natomiast opłacić wsparcie techniczne, wraz z
+pomocą przy instalacji i kompilacji.
+
 %package devel
 Summary:	Header files for libtemplate library
 Summary(pl):	Pliki nagłówkowe biblioteki libtemplate
@@ -59,10 +70,12 @@
 %files
 %defattr(644,root,root,755)
 %doc CHANGELOG template-engine.pdf
-%attr(755,root,root) %{_libdir}/lib*.a
+#%attr(755,root,root) %{_libdir}/lib*.so.*.*
 
 %files devel
 %defattr(644,root,root,755)
+# XXX: move to -static after creating shared lib
+%{_libdir}/lib*.a
 %{_includedir}/*.h
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -71,7 +84,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/03/12 18:57:12  qboosh
+- pl, removed static lib from base
+
 Revision 1.1  2006/03/11 20:39:33  blues
 - initial release
-
-
================================================================

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



More information about the pld-cvs-commit mailing list