SPECS: thinkfinger.spec - pl - soname symlink as ghost - fixed static

qboosh qboosh at pld-linux.org
Tue Feb 13 23:03:50 CET 2007


Author: qboosh                       Date: Tue Feb 13 22:03:50 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- soname symlink as ghost
- fixed static

---- Files affected:
SPECS:
   thinkfinger.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/thinkfinger.spec
diff -u SPECS/thinkfinger.spec:1.5 SPECS/thinkfinger.spec:1.6
--- SPECS/thinkfinger.spec:1.5	Mon Feb 12 23:09:17 2007
+++ SPECS/thinkfinger.spec	Tue Feb 13 23:03:44 2007
@@ -1,5 +1,6 @@
 # $Revision$, $Date$
 Summary:	Driver for SGS Thomson fingerprint reader
+Summary(pl.UTF-8):	Sterownik do czytników odcisków palców SGS Thomson
 Name:		thinkfinger
 Version:	0.2.1
 Release:	0.1
@@ -16,6 +17,11 @@
 ThinkFinger is a driver for the SGS Thomson Microelectronics
 fingerprint reader found in most IBM/Lenovo ThinkPads.
 
+%description -l pl.UTF-8
+ThinkFinger to sterownik do czytników odcisków palców SGS Thomson
+Microelectronics, jakie można znaleźć w większości ThinkPadów
+IBM/Lenovo.
+
 %package devel
 Summary:	Header files for thinkfinger
 Summary(pl.UTF-8):	Pliki nagłówkowe thinkfinger
@@ -42,12 +48,16 @@
 
 %package -n pam-pam_thinkfinger
 Summary:	A PAM module - thinkfinger
+Summary(pl.UTF-8):	Moduł PAM thinkfinger
 Group:		Base
 Requires:	%{name} = %{version}-%{release}
 
 %description -n pam-pam_thinkfinger
 A PAM module - thinkfinger.
 
+%description -n pam-pam_thinkfinger -l pl.UTF-8
+Moduł PAM thinkfinger.
+
 %prep
 %setup -q
 
@@ -66,26 +76,27 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
 %doc NEWS README
 %attr(755,root,root) %{_sbindir}/*
-%attr(755,root,root) %{_libdir}/*.so.*
+%attr(755,root,root) %{_libdir}/*.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/*.so.?
 %dir %{_sysconfdir}/pam_thinkfinger
 
 %files devel
 %defattr(644,root,root,755)
-%{_pkgconfigdir}/*.pc
+%attr(755,root,root) %{_libdir}/*.so
 %{_libdir}/*.la
 %{_includedir}/%{name}
-%attr(755,root,root) %{_libdir}/*.so
+%{_pkgconfigdir}/*.pc
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/*.la
+%{_libdir}/*.a
 
 %files -n pam-pam_thinkfinger
 %defattr(644,root,root,755)
@@ -97,6 +108,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2007/02/13 22:03:44  qboosh
+- pl
+- soname symlink as ghost
+- fixed static
+
 Revision 1.5  2007/02/12 22:09:17  glen
 - tabs in preamble
 
@@ -111,4 +127,3 @@
 
 Revision 1.1  2007/01/30 11:18:28  arekm
 - initial
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/thinkfinger.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list