SPECS: keyutils.spec - pl - more verbose files, ghost for soname s...

qboosh qboosh at pld-linux.org
Sat Sep 1 22:18:15 CEST 2007


Author: qboosh                       Date: Sat Sep  1 20:18:15 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- more verbose files, ghost for soname symlink
- dropped NO_GLIBC_KEYERR, require glibc 2.4 instead
- internal deps

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

---- Diffs:

================================================================
Index: SPECS/keyutils.spec
diff -u SPECS/keyutils.spec:1.1 SPECS/keyutils.spec:1.2
--- SPECS/keyutils.spec:1.1	Fri Aug 31 10:14:53 2007
+++ SPECS/keyutils.spec	Sat Sep  1 22:18:10 2007
@@ -1,12 +1,14 @@
 # $Revision$, $Date$
 Summary:	Linux Key Management Utilities
+Summary(pl.UTF-8):	Narzędzia do linuksowego zarządzania kluczami
 Name:		keyutils
 Version:	1.2
 Release:	1
-License:	GPL/LGPL
+License:	LGPL v2+ (library), GPL v2+ (utility)
 Group:		Base
 Source0:	http://people.redhat.com/~dhowells/keyutils/%{name}-%{version}.tar.bz2
 # Source0-md5:	227086776abccc3ee34599591db563f0
+Requires:	%{name}-libs = %{version}-%{release}
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -14,29 +16,53 @@
 a mechanism by which the kernel call back to userspace to get a key
 instantiated.
 
+%description -l pl.UTF-8
+Narzędzia sterujące zarządzaniem kluczami w jądrze i dostarczające
+mechanizm, przez który jądro odwołuje się do przestrzeni użytkownika w
+celu pobrania instancji klucza.
+
 %package libs
 Summary:	Key utilities library
-Group:		Base
+Summary(pl.UTF-8):	Biblioteka narzędzi do zarządzania kluczami
+License:	LGPL v2+
+Group:		Libraries
+Requires:	glibc >= 6:2.4
 
 %description libs
 This package provides a wrapper library for the key management
 facility system calls.
 
+%description libs -l pl.UTF-8
+Ten pakiet zawiera bibliotekę obudowującą wywołania systemowe do
+zarządzania kluczami.
+
 %package devel
-Summary:	Development package for building linux key management utilities
+Summary:	Development package for building Linux key management utilities
+Summary(pl.UTF-8):	Pakiet programistyczny do tworzenia narzędzi zarządzających linuksowymi kluczami
+License:	LGPL v2+
 Group:		Development/Libraries
+Requires:	%{name}-libs = %{version}-%{release}
 
 %description devel
-This package provides headers and libraries for building key
-utilities.
+This package provides the header files for building key utilities.
+
+%description devel -l pl.UTF-8
+Ten pakiet udostępnia pliki nagłówkowe do tworzenia narzędzi
+zarządzających kluczami.
 
 %package static
-Summary:	Static linux key management libraries
+Summary:	Static Linux key management library
+Summary(pl.UTF-8):	Statyczna biblioetka do zarządzania linuksowymi kluczami
+License:	LGPL v2+
 Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
 
 %description static
 Static linux key management libraries.
 
+%description static -l pl.UTF-8
+Statyczna biblioetka do zarządzania linuksowymi kluczami.
+
 %prep
 %setup -q
 
@@ -45,7 +71,6 @@
 	CC="%{__cc}" \
 	LIBDIR=/%{_lib} \
 	USRLIBDIR=%{_libdir} \
-	NO_GLIBC_KEYERR=1 \
 	CFLAGS="-Wall %{rpmcflags}" \
 	LDFLAGS="%{rpmldflags}"
 
@@ -75,36 +100,35 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post libs -p /sbin/ldconfig
-%postun libs -p /sbin/ldconfig
+%post	libs -p /sbin/ldconfig
+%postun	libs -p /sbin/ldconfig
 
 %files
 %defattr(644,root,root,755)
-%doc README LICENCE.GPL
-%attr(755,root,root) /sbin/*
-%attr(755,root,root) /bin/*
+%doc README
+%attr(755,root,root) /bin/keyctl
+%attr(755,root,root) /sbin/request-key
 %dir %{_datadir}/keyutils
 %attr(755,root,root) %{_datadir}/keyutils/*.sh
-%{_mandir}/man1/*
-%{_mandir}/man5/*
-%{_mandir}/man8/*
-%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*.conf
+%{_mandir}/man1/keyctl.1*
+%{_mandir}/man5/request-key.conf.5*
+%{_mandir}/man8/request-key.8*
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/request-key.conf
 
 %files libs
 %defattr(644,root,root,755)
-%doc LICENCE.LGPL
 %attr(755,root,root) /%{_lib}/libkeyutils-*.so
-%attr(755,root,root) /%{_lib}/libkeyutils.so.*
+%attr(755,root,root) %ghost /%{_lib}/libkeyutils.so.1
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/*.h
-%{_mandir}/man3/*
+%attr(755,root,root) %{_libdir}/libkeyutils.so
+%{_includedir}/keyutils.h
+%{_mandir}/man3/keyctl_*.3*
 
 %files static
 %defattr(644,root,root,755)
-%{_libdir}/lib*.a
+%{_libdir}/libkeyutils.a
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -112,6 +136,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/09/01 20:18:10  qboosh
+- pl
+- more verbose files, ghost for soname symlink
+- dropped NO_GLIBC_KEYERR, require glibc 2.4 instead
+- internal deps
+
 Revision 1.1  2007/08/31 08:14:53  arekm
 - initial
-
================================================================

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



More information about the pld-cvs-commit mailing list