SPECS: tcb.spec - pl - proper dirs for libs (may require makefile ...
qboosh
qboosh at pld-linux.org
Mon Sep 11 19:12:59 CEST 2006
Author: qboosh Date: Mon Sep 11 17:12:59 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- pl
- proper dirs for libs (may require makefile fixes)
---- Files affected:
SPECS:
tcb.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: SPECS/tcb.spec
diff -u SPECS/tcb.spec:1.2 SPECS/tcb.spec:1.3
--- SPECS/tcb.spec:1.2 Sun Sep 3 20:58:06 2006
+++ SPECS/tcb.spec Mon Sep 11 19:12:53 2006
@@ -4,7 +4,8 @@
# - Integrate crypt_blowfish into glibc (or an external lib?)
# - Depend on the new glibc or external lib
#
-Summary: the alternative to shadow
+Summary: The alternative to shadow
+Summary(pl): Alternatywa dla shadow
Name: tcb
Version: 1.0
Release: 0.1
@@ -17,34 +18,54 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-The tcb package contains core components of our tcb suite implementing
-the alternative password shadowing scheme on Owl. It is being made
+The tcb package contains core components of tcb suite implementing the
+alternative password shadowing scheme on Owl. It is being made
available separately from Owl primarily for use by other
distributions.
+%description -l pl
+Pakiet tcb zawiera główne komponenty zestawu tcb implementującego
+alternatywny schemat ukrywania haseł w systemie Owl. Jest dostępny
+oddzielnie głównie do wykorzystania przez inne dystrybucje.
+
%package devel
Summary: Headers for libtcb
+Summary(pl): Pliki nagłówkowe libtcb
Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
%description devel
Headers for libtcb.
+%description devel -l pl
+Pliki nagłówkowe libtcb.
+
%package static
Summary: Static library for libtcb
+Summary(pl): Biblioteka statyczna libtcb
Group: Development/Libraries
+Requires: %{name}-devel = %{version}-%{release}
%description static
Static library for libtcb.
+%description static -l pl
+Biblioteka statyczna libtcb.
+
%package -n pam-pam_tcb
Summary: TCB module for PAM
+Summary(pl): Moduł TCB dla PAM
Group: Base
%description -n pam-pam_tcb
The alternative to shadow (TCB) PAM module.
+%description -n pam-pam_tcb -l pl
+Alternatywny dla shadow (TCB) moduł PAM.
+
%package -n nss_tcb
-Summary: Biblioteka TCB dla NSS
+Summary: TCB library for NSS
+Summary(pl): Biblioteka TCB dla NSS
Group: Base
%description -n nss_tcb
@@ -53,6 +74,13 @@
networks, protocols, users, RPCs, services and shadow passwords
(instead of or in addition to using flat files or NIS).
+%description -n nss_tcb -l pl
+nss_tcb to biblioteka rozszerzenia (moduł NSS) pozwalający na używanie
+usługi TCB jako głównego źródła aliasów (aliases), adresów kart
+sieciowych (ethers), grup (group), hostów (hosts), sieci (networks),
+protokołów (protocols), użytkowników (passwd), RPC, usług (services) i
+ukrytych haseł (shadow) zamiast płaskich plików lub NIS.
+
%prep
%setup -q
%patch0 -p1
@@ -82,7 +110,7 @@
%files
%defattr(644,root,root,755)
-%attr(755,root,root) /lib/libtcb.so.0.9.8
+%attr(755,root,root) /%{_lib}/libtcb.so.0.9.8
%attr(755,root,root) /sbin/tcb_convert
%attr(755,root,root) /sbin/tcb_unconvert
%attr(755,root,root) /sbin/tcb_chkpwd
@@ -92,11 +120,12 @@
%files devel
%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/libtcb.so
%{_includedir}/tcb.h
%files static
%defattr(644,root,root,755)
-%{_prefix}/lib/libtcb.a
+%{_libdir}/libtcb.a
#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/chsh
#%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/pam.d/passwd
@@ -119,9 +148,12 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2006/09/11 17:12:53 qboosh
+- pl
+- proper dirs for libs (may require makefile fixes)
+
Revision 1.2 2006/09/03 18:58:06 aredridel
- corrected build scripts and %files
Revision 1.1 2006/08/25 12:40:21 arekm
- raw
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/tcb.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list