108 lines
2.7 KiB
RPMSpec
108 lines
2.7 KiB
RPMSpec
#
|
|
# spec file for package ecryptfs-utils (Version 40)
|
|
#
|
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
# This file and all modifications and additions to the pristine
|
|
# package are under the same license as the package itself.
|
|
#
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
|
|
Name: ecryptfs-utils
|
|
Url: http://ecryptfs.sourceforge.net/
|
|
License: GPL v2 or later
|
|
Group: Productivity/Security
|
|
AutoReqProv: on
|
|
Summary: Userspace Utilities for ecryptfs
|
|
Version: 40
|
|
Release: 1
|
|
Source0: http://downloads.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2
|
|
Patch0: ecryptfs-utils-fixes.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: gtk2-devel keyutils-devel keyutils-libs libgcrypt-devel openssl-devel pam-devel
|
|
|
|
%description
|
|
A stacked cryptographic filesystem for Linux.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
Mike Halcrow designed and implemented eCryptfs, which is a fork from
|
|
Cryptfs. Erez Zadok, along with the fileystem research lab at Stony
|
|
Brook University, designed and implemented Cryptfs. Michael
|
|
C. Thompson has contributed a substantial amount of code to the
|
|
project.
|
|
|
|
%prep
|
|
%setup -q
|
|
%patch0 -p0
|
|
|
|
%build
|
|
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
autoreconf -i -f
|
|
%configure \
|
|
--docdir=%_defaultdocdir/%{name} \
|
|
--with-pamdir=/%_lib/security
|
|
|
|
%check
|
|
make
|
|
make check
|
|
|
|
%install
|
|
%makeinstall
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%post
|
|
%run_ldconfig
|
|
|
|
%postun
|
|
%run_ldconfig
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc COPYING NEWS README THANKS doc/ecryptfs-faq.html doc/ecryptfs-pam-doc.txt
|
|
/usr/include/ecryptfs.h
|
|
%{_prefix}/bin/*
|
|
/sbin/*
|
|
%{_libdir}/libecryptfs*
|
|
%{_libdir}/pkgconfig/libecryptfs.pc
|
|
%{_mandir}/man7/ecryptfs*
|
|
%{_mandir}/man8/*ecryptfs*
|
|
%{_libdir}/ecryptfs*
|
|
/%_lib/security/pam_ecryptfs.so
|
|
|
|
%changelog
|
|
* Mon Feb 25 2008 meissner@suse.de
|
|
- Upgraded to version 40
|
|
- more manpages
|
|
- some new features
|
|
- lots of bugfixes
|
|
* Fri Aug 03 2007 meissner@suse.de
|
|
- fixed pam module path for ia64 and s390x too.
|
|
* Sun Jul 29 2007 meissner@suse.de
|
|
- fixed pam module path
|
|
* Fri Jul 27 2007 meissner@suse.de
|
|
- uphgraded to version 18.
|
|
- TPM support (not yet enabled)
|
|
- added PAM module
|
|
* Tue Mar 20 2007 meissner@suse.de
|
|
- build on IA64
|
|
- fixed compiler warnings
|
|
* Tue Mar 06 2007 meissner@suse.de
|
|
- fixed build on lib64
|
|
* Mon Mar 05 2007 meissner@suse.de
|
|
- upgraded to version 10.
|
|
- unlisted enhancements and bugfixes.
|
|
* Thu Dec 14 2006 meissner@suse.de
|
|
- use lib64 correctly.
|
|
- fixed "is used uninitialized" warnings.
|
|
* Tue Dec 05 2006 meissner@suse.de
|
|
- initial checkin of version 5.
|
|
- userland utilities to control ecryptfs filesystems
|