SPECS: distcache.spec - pl for -libs and -static, don't package au...

qboosh qboosh at pld-linux.org
Sun Dec 25 14:05:10 CET 2005


Author: qboosh                       Date: Sun Dec 25 13:05:10 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl for -libs and -static, don't package autogenerated symlink

---- Files affected:
SPECS:
   distcache.spec (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SPECS/distcache.spec
diff -u SPECS/distcache.spec:1.7 SPECS/distcache.spec:1.8
--- SPECS/distcache.spec:1.7	Wed Dec 14 20:22:15 2005
+++ SPECS/distcache.spec	Sun Dec 25 14:05:04 2005
@@ -35,6 +35,7 @@
 
 %package libs
 Summary:	Shared distcache distributed session cache libraries
+Summary(pl):	Współdzielone biblioteki rozproszonej pamięci podręcznej sesji
 Group:		Libraries
 
 %description libs
@@ -44,6 +45,13 @@
 indeed even to implement a storage mechanism for a session cache
 server.
 
+%description libs -l pl
+Ten pakiet zawiera współdzielone biblioteki implementujące potrzebną
+funkcjonalność sieciową, protokół zapamiętywania sesji oraz API dla
+aplikacji chcących korzystać z rozproszonej pamięci podręcznej sesji
+lub mających samemu implementować mechanizm przechowywania danych dla
+serwera pamięci podręcznej sesji.
+
 %package devel
 Summary:	Header files for distcache distributed session cache library
 Summary(pl):	Pliki nagłówkowe biblioteki rozproszonej pamięci podręcznej sesji distcache
@@ -66,6 +74,7 @@
 
 %package static
 Summary:	Static distcache distributed session cache library
+Summary(pl):	Statyczne biblioteki rozproszonej pamięci podręcznej sesji
 Group:		Development/Libraries
 Requires:	%{name}-devel = %{version}-%{release}
 
@@ -76,6 +85,13 @@
 indeed even to implement a storage mechanism for a session cache
 server.
 
+%description static -l pl
+Ten pakiet zawiera statyczne biblioteki implementujące potrzebną
+funkcjonalność sieciową, protokół zapamiętywania sesji oraz API dla
+aplikacji chcących korzystać z rozproszonej pamięci podręcznej sesji
+lub mających samemu implementować mechanizm przechowywania danych dla
+serwera pamięci podręcznej sesji.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -139,19 +155,19 @@
 
 %files libs
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so.*
+%attr(755,root,root) %{_libdir}/lib*.so.*.*.*
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/*.so
-%{_libdir}/*.la
+%attr(755,root,root) %{_libdir}/lib*.so
+%{_libdir}/lib*.la
 %{_includedir}/distcache
 %{_includedir}/libnal
 %{_mandir}/man2/*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.a
+%{_libdir}/lib*.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -159,6 +175,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.8  2005/12/25 13:05:04  qboosh
+- pl for -libs and -static, don't package autogenerated symlink
+
 Revision 1.7  2005/12/14 19:22:15  glen
 - -devel should be ok with -libs only
 
================================================================

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



More information about the pld-cvs-commit mailing list