Accepting request 83398 from home:jengelh:bl-e

- Remove redundant/obsolete tags/sections from specfile
  (cf. packaging guidelines)
- Put make call in the right spot
- Use %_smp_mflags for parallel build

OBS-URL: https://build.opensuse.org/request/show/83398
OBS-URL: https://build.opensuse.org/package/show/security/ecryptfs-utils?expand=0&rev=18
This commit is contained in:
Marcus Meissner 2011-09-20 13:29:03 +00:00 committed by Git OBS Bridge
parent c97217a8b1
commit ce7b810aad
2 changed files with 9 additions and 16 deletions

View File

@ -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

View File

@ -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