3
0
forked from pool/fipscheck
Dominique Leuenberger 2015-04-21 08:49:13 +00:00 committed by Git OBS Bridge
commit 5b095a09a0
2 changed files with 12 additions and 11 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 13 08:50:02 UTC 2015 - jengelh@inai.de
- Set RPM groups anew. Drop implicit cleaning parts.
-------------------------------------------------------------------
Mon Jun 2 10:01:01 UTC 2014 - meissner@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package fipscheck
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,12 +18,12 @@
%define lname libfipscheck1
Summary: A library for integrity verification of FIPS validated modules
License: BSD-2-Clause
Group: System Environment/Libraries
Name: fipscheck
Version: 1.4.1
Release: 0
Summary: A library for integrity verification of FIPS validated modules
License: BSD-2-Clause
Group: Development/Libraries/C and C++
Url: http://fedorahosted.org/fipscheck/
Source0: http://fedorahosted.org/releases/f/i/%{name}/%{name}-%{version}.tar.bz2
Source1: baselibs.conf
@ -41,7 +41,7 @@ verification of the HMAC-SHA256 checksum files.
%package -n %lname
Summary: Library files for %{name}
Group: System Environment/Libraries
Group: System/Libraries
Requires: %{_bindir}/fipscheck
%description -n %lname
@ -49,8 +49,7 @@ This package contains the FIPSCheck library.
%package devel
Summary: Development files for %{name}
Group: System Environment/Libraries
Group: Development/Libraries/C and C++
Requires: %{lname} = %{version}
%description devel
@ -75,10 +74,7 @@ make %{?_smp_mflags} LDFLAGS="-Wl,-z,relro"
%{nil}
%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
%make_install
find $RPM_BUILD_ROOT -type f -name "*.la" -delete
mkdir -p $RPM_BUILD_ROOT%{_libdir}