X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=ecryptfs-utils.spec;h=7647220562a87e1cc7c999d9491eea5a37d886d7;hb=27abda19cf5bde455198849241dfd757e8f236c0;hp=0758d9135a969605de5eede40ca1e0fdf822f4a4;hpb=68287c3eac6cdba746f32c7b0bb37b27a6e1f8f2;p=packages%2Fecryptfs-utils.git diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec index 0758d91..7647220 100644 --- a/ecryptfs-utils.spec +++ b/ecryptfs-utils.spec @@ -1,25 +1,50 @@ +# +# Conditional build: +%bcond_with gui # GTK+ GUI components (non-existing as of 104) +# Summary: The eCryptfs mount helper and support libraries Summary(pl.UTF-8): Narzędzie pomocnicze i biblioteki do montowania eCryptfs Name: ecryptfs-utils -Version: 30 +Version: 104 Release: 1 License: GPL v2+ Group: Base -Source0: http://dl.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2 -# Source0-md5: 7b4c343e17652f84c6615c6db6b286d9 -URL: http://ecryptfs.sourceforge.net/ +#Source0Download: https://launchpad.net/ecryptfs/+download +Source0: https://launchpad.net/ecryptfs/trunk/%{version}/+download/%{name}_%{version}.orig.tar.gz +# Source0-md5: 6ae93822bcf0d15470516c30a3deee32 +Patch0: %{name}-sh.patch +Patch1: %{name}-83-fixsalt.patch +Patch2: %{name}-83-splitnss.patch +Patch3: %{name}-84-fixsigness.patch +URL: http://ecryptfs.org/ +BuildRequires: autoconf >= 2.59 +BuildRequires: automake +BuildRequires: gettext-tools +BuildRequires: glib2-devel >= 2.0 BuildRequires: gpgme-devel +%{?with_gui:BuildRequires: gtk+2-devel >= 2.0} +BuildRequires: intltool >= 0.41.0 BuildRequires: keyutils-devel >= 1.0 -BuildRequires: libgcrypt-devel >= 1.2.0 +BuildRequires: libtool +BuildRequires: nss-devel >= 3 BuildRequires: openssl-devel >= 0.9.7 BuildRequires: pam-devel BuildRequires: perl-tools-pod BuildRequires: pkcs11-helper-devel >= 1.04 BuildRequires: pkgconfig +BuildRequires: python-devel >= 1:2.5 +BuildRequires: python-modules +BuildRequires: rpm-pythonprov +BuildRequires: rpmbuild(macros) >= 1.219 +BuildRequires: swig >= 1.3.31 +BuildRequires: swig-python >= 1.3.31 BuildRequires: trousers-devel Requires: uname(release) >= 2.6.19 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +# python module +%define skip_post_check_so _libecryptfs.so.0.0.0 + %description eCryptfs is a stacked cryptographic filesystem that ships in Linux kernel versions 2.6.19 and above. This package provides the mount @@ -42,7 +67,7 @@ Summary(pl.UTF-8): Pakiet programistyczny przestrzeni użytkownika dla eCryptfs Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: keyutils-devel >= 1.0 -Requires: libgcrypt-devel >= 1.2.0 +Requires: nss-devel >= 3 %description devel Userspace development files for eCryptfs. @@ -63,28 +88,56 @@ Static eCryptfs library. Statyczna biblioteka eCryptfs. %package -n pam-pam_ecryptfs -Summary: A PAM module - ecryptfs -Summary(pl.UTF-8): Moduł PAM ecryptfs +Summary: eCryptfs PAM module +Summary(pl.UTF-8): Moduł PAM eCryptfs Group: Base Requires: %{name} = %{version}-%{release} %description -n pam-pam_ecryptfs -A PAM module - ecryptfs. +eCryptfs PAM module. %description -n pam-pam_ecryptfs -l pl.UTF-8 -Moduł PAM ecryptfs. +Moduł PAM eCryptfs. + +%package -n python-ecryptfs +Summary: Python bindings for the eCryptfs utils +Summary(pl.UTF-8): Wiązania Pythona do narzędzi eCryptfs +Group: Libraries/Python +Requires: %{name} = %{version}-%{release} +Obsoletes: ecryptfs-utils-python + +%description -n python-ecryptfs +This package contains a module that permits applications written in +the Python programming language to use the interface supplied by the +ecryptfs-utils library. + +%description -n python-ecryptfs -l pl.UTF-8 +Ten pakiet zawiera moduł pozwalający aplikacjom napisanym w Pythonie +na korzystanie z interfejsu dostarczanego przez bibliotekę +ecryptfs-utils. %prep %setup -q +%patch0 -p1 +%patch1 -p1 +%patch2 -p1 +%patch3 -p1 %build +%{__libtoolize} +%{__aclocal} -I m4 +%{__autoconf} +%{__autoheader} +%{__automake} %configure \ - --disable-rpath \ --enable-gpg \ + %{?with_gui:--enable-gui} \ + --enable-nss \ --enable-openssl \ --enable-pam \ --enable-pkcs11-helper \ - --enable-tspi + --enable-tspi \ + --enable-static %{__make} @@ -94,38 +147,54 @@ rm -rf $RPM_BUILD_ROOT %{__make} -j1 install \ DESTDIR=$RPM_BUILD_ROOT -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 +%{__rm} $RPM_BUILD_ROOT%{py_sitedir}/%{name}/_libecryptfs.{la,a} +%py_postclean + +%find_lang %{name} %clean rm -rf $RPM_BUILD_ROOT +%pre +%groupadd -g 260 ecryptfs + +%postun +/sbin/ldconfig +if [ "$1" = "0" ]; then + %groupremove ecryptfs +fi + %post -p /sbin/ldconfig -%postun -p /sbin/ldconfig -%files +%files -f %{name}.lang %defattr(644,root,root,755) -%doc AUTHORS NEWS README THANKS doc/beginners_guide/final/ecryptfs_beginners_guide.{css,html} +%doc AUTHORS ChangeLog NEWS README THANKS doc/{ecryptfs-faq.html,ecryptfs-pkcs11-helper-doc.txt} %attr(755,root,root) /sbin/mount.ecryptfs +%attr(4754,root,ecryptfs) /sbin/mount.ecryptfs_private +%attr(755,root,root) /sbin/umount.ecryptfs_private +%attr(755,root,root) /sbin/umount.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 +%attr(755,root,root) %ghost %{_libdir}/libecryptfs.so.1 %dir %{_libdir}/ecryptfs %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_gpg.so %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_openssl.so %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_passphrase.so %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_pkcs11_helper.so %attr(755,root,root) %{_libdir}/ecryptfs/libecryptfs_key_mod_tspi.so +%{_datadir}/%{name} +%{_mandir}/man1/ecryptfs-*.1* +%{_mandir}/man1/mount.ecryptfs_private.1* +%{_mandir}/man1/umount.ecryptfs_private.1* %{_mandir}/man7/ecryptfs.7* %{_mandir}/man8/ecryptfs-*.8* %{_mandir}/man8/ecryptfsd.8* %{_mandir}/man8/mount.ecryptfs.8* +%{_mandir}/man8/umount.ecryptfs.8* %files devel %defattr(644,root,root,755) -%doc doc/design_doc/final/ecryptfs_design_doc_v0_2.{css,html} doc/design_doc/final/*.png %attr(755,root,root) %{_libdir}/libecryptfs.so %{_libdir}/libecryptfs.la %{_includedir}/ecryptfs.h @@ -138,3 +207,11 @@ rm -rf $RPM_BUILD_ROOT %files -n pam-pam_ecryptfs %defattr(644,root,root,755) %attr(755,root,root) /%{_lib}/security/pam_ecryptfs.so +%{_mandir}/man8/pam_ecryptfs.8* + +%files -n python-ecryptfs +%defattr(644,root,root,755) +%dir %{py_sitedir}/%{name} +%attr(755,root,root) %{py_sitedir}/%{name}/_libecryptfs.so* +%dir %{py_sitescriptdir}/%{name} +%{py_sitescriptdir}/%{name}/*.py[co]