83 lines
2.1 KiB
RPMSpec
83 lines
2.1 KiB
RPMSpec
#
|
|
# spec file for package ecryptfs-utils (Version 10)
|
|
#
|
|
# Copyright (c) 2007 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: GNU General Public License (GPL)
|
|
Group: Productivity/Security
|
|
Autoreqprov: on
|
|
Summary: Userspace utilities for ecryptfs
|
|
Version: 10
|
|
Release: 4
|
|
Source0: http://downloads.sourceforge.net/ecryptfs/%{name}-%{version}.tar.bz2
|
|
Patch0: ia64.patch
|
|
Patch1: ecryptfs-utils-fixes.patch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
BuildRequires: gtk2-devel keyutils-devel keyutils-libs libgcrypt-devel openssl-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
|
|
%patch1 -p1
|
|
|
|
%build
|
|
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
autoreconf -i -f
|
|
%configure
|
|
make
|
|
make check
|
|
|
|
%install
|
|
%makeinstall
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc COPYING NEWS README THANKS
|
|
/usr/include/ecryptfs.h
|
|
%{_prefix}/bin/*
|
|
/sbin/*
|
|
%{_libdir}/libecryptfs*
|
|
%{_mandir}/man7/ecryptfs*
|
|
%{_libdir}/ecryptfs*
|
|
|
|
%changelog
|
|
* 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
|