Author: qboosh                       Date: Sat Sep  1 21:06:48 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- pl
- more docs

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

---- Diffs:

================================================================
Index: SPECS/ecryptfs-utils.spec
diff -u SPECS/ecryptfs-utils.spec:1.1 SPECS/ecryptfs-utils.spec:1.2
--- SPECS/ecryptfs-utils.spec:1.1       Fri Aug 31 10:23:09 2007
+++ SPECS/ecryptfs-utils.spec   Sat Sep  1 23:06:43 2007
@@ -1,18 +1,20 @@
 # $Revision$, $Date$
 Summary:       The eCryptfs mount helper and support libraries
+Summary(pl.UTF-8):     Narzędzie pomocnicze i biblioteki do montowania eCryptfs
 Name:          ecryptfs-utils
 Version:       23
 Release:       1
-License:       GPL
+License:       GPL v2+
 Group:         Base
-URL:           http://ecryptfs.sourceforge.net
 Source0:       http://dl.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2
 # Source0-md5: 63ed7aa33edf074bb3abdba6271b4370
+URL:           http://ecryptfs.sourceforge.net/
 BuildRequires: gpgme-devel
-BuildRequires: keyutils-devel
+BuildRequires: keyutils-devel >= 1.0
 BuildRequires: libgcrypt-devel
 BuildRequires: openssl-devel
 BuildRequires: pam-devel
+BuildRequires: perl-tools-pod
 Requires:      uname(version) >= 2.6.19
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -24,17 +26,40 @@
 
 Install ecryptfs-utils if you would like to mount eCryptfs.
 
+%description -l pl.UTF-8
+eCryptfs to stakowalny kryptograficzny system plików dostępny w jądrze
+Linuksa od wersji 2.6.19. Ten pakiet udostępnia narzędzie pomocnicze
+dla programu mount oraz wspierające je biblioteki wykonujące
+zarządzanie kluczami i funkcje związane z montowaniem.
+
+Pakiet ecryptfs-utils należy zainstalować, aby montować eCryptfs.
+
 %package devel
 Summary:       The eCryptfs userspace development package
-Group:         Base
+Summary(pl.UTF-8):     Pakiet programistyczny przestrzeni użytkownika dla 
eCryptfs
+Group:         Development/Libraries
 Requires:      %{name} = %{version}-%{release}
 Requires:      keyutils-devel
-Requires:      openssl-devel
-Requires:      pam-devel
+Requires:      libgcrypt-devel
 
 %description devel
 Userspace development files for eCryptfs.
 
+%description devel -l pl.UTF-8
+Pliki programistyczne przestrzeni użytkownika dla eCryptfs.
+
+%package static
+Summary:       Static eCryptfs library
+Summary(pl.UTF-8):     Statyczna biblioteka eCryptfs
+Group:         Development/Libraries
+Requires:      %{name}-devel = %{version}-%{release}
+
+%description static
+Static eCryptfs library.
+
+%description static -l pl.UTF-8
+Statyczna biblioteka eCryptfs.
+
 %package -n pam-pam_ecryptfs
 Summary:       A PAM module - ecryptfs
 Summary(pl.UTF-8):     Moduł PAM ecryptfs
@@ -63,38 +88,57 @@
 %{__make} -j1 install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
+install -D doc/manpage/ecryptfs-manager.8 
$RPM_BUILD_ROOT%{_mandir}/man8/ecryptfs-manager.8
+install -D doc/manpage/ecryptfsd.8 $RPM_BUILD_ROOT%{_mandir}/man8/ecryptfsd.8
+install -D doc/manpage/mount.ecryptfs.8 
$RPM_BUILD_ROOT%{_mandir}/man8/mount.ecryptfs.8
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+%post  -p /sbin/ldconfig
+%postun        -p /sbin/ldconfig
+
 %files
 %defattr(644,root,root,755)
-%doc README COPYING AUTHORS NEWS THANKS
+%doc AUTHORS NEWS README THANKS doc/ecryptfs-faq.html
 %attr(755,root,root) /sbin/mount.ecryptfs
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/libecryptfs.so.*
-%{_libdir}/ecryptfs
+%attr(755,root,root) %{_bindir}/ecryptfs-*
+%attr(755,root,root) %{_bindir}/ecryptfsd
+%attr(755,root,root) %{_libdir}/libecryptfs.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libecryptfs.so.0
+%dir %{_libdir}/ecryptfs
+%attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_*.so
 %{_mandir}/man7/ecryptfs.7*
+%{_mandir}/man8/ecryptfs-*.8*
+%{_mandir}/man8/ecryptfsd.8*
+%{_mandir}/man8/mount.ecryptfs.8*
 
 %files devel
 %defattr(644,root,root,755)
 %doc doc/design_doc/ecryptfs_design_doc_v0_2.tex doc/design_doc/*.eps
 %attr(755,root,root) %{_libdir}/libecryptfs.so
+#%{_libdir}/libecryptfs.la
 %{_includedir}/ecryptfs.h
 
+# removed on make install
+#%files static
+#%defattr(644,root,root,755)
+#%{_libdir}/libecryptfs.a
+
 %files -n pam-pam_ecryptfs
 %defattr(644,root,root,755)
+%doc doc/ecryptfs-pam-doc.txt
 %attr(755,root,root) /%{_lib}/security/pam_ecryptfs.so
 
-
 %define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
 * %{date} PLD Team <[EMAIL PROTECTED]>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007/09/01 21:06:43  qboosh
+- pl
+- more docs
+
 Revision 1.1  2007/08/31 08:23:09  arekm
 - initial
-
================================================================

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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to