diff --git a/ecryptfs-utils.changes b/ecryptfs-utils.changes index 67a4a7b..0d914b2 100644 --- a/ecryptfs-utils.changes +++ b/ecryptfs-utils.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de + +- Remove redundant/obsolete tags/sections from specfile + (cf. packaging guidelines) +- Put make call in the right spot +- Use %_smp_mflags for parallel build + ------------------------------------------------------------------- Thu Aug 11 17:25:21 CEST 2011 - meissner@suse.de diff --git a/ecryptfs-utils.spec b/ecryptfs-utils.spec index dd92448..cb368e7 100644 --- a/ecryptfs-utils.spec +++ b/ecryptfs-utils.spec @@ -15,14 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: ecryptfs-utils Url: https://launchpad.net/ecryptfs License: GPLv2+ Group: Productivity/Security -AutoReqProv: on Summary: Userspace Utilities for ecryptfs Version: 90 Release: 1 @@ -35,16 +33,6 @@ BuildRequires: update-desktop-files %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 @@ -57,9 +45,9 @@ autoreconf -i -f --enable-tspi \ --enable-pkcs11-helper \ --with-pamdir=/%_lib/security +make %{?_smp_mflags} %check -make make check %install @@ -70,9 +58,6 @@ mv $RPM_BUILD_ROOT/%{_datadir}/ecryptfs-utils/*desktop $RPM_BUILD_ROOT/%{_datadi %suse_update_desktop_file ecryptfs-setup-private %find_lang %{name} -%clean -rm -rf $RPM_BUILD_ROOT - %post -p /sbin/ldconfig %postun -p /sbin/ldconfig