forked from pool/fipscheck
Accepting request 295661 from security
1 OBS-URL: https://build.opensuse.org/request/show/295661 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fipscheck?expand=0&rev=5
This commit is contained in:
commit
5b095a09a0
@ -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
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user