spec for libtpms-0.5.2-1
This commit is contained in:
parent
1c7ec8abe6
commit
36ac149b4b
13
libtpms.spec
13
libtpms.spec
@ -1,8 +1,8 @@
|
||||
# --- libtpm rpm-spec ---
|
||||
|
||||
%define name libtpms
|
||||
%define version 0.5.1
|
||||
%define release 20
|
||||
%define version 0.5.2
|
||||
%define release 1
|
||||
|
||||
# Valid crypto subsystems are 'freebl' and 'openssl'
|
||||
%define crypto_subsystem freebl
|
||||
@ -13,7 +13,7 @@
|
||||
Summary: Library providing Trusted Platform Module (TPM) functionality
|
||||
Name: %{name}
|
||||
Version: %{version}
|
||||
Release: %{release}%{?dist}.1
|
||||
Release: %{release}%{?dist}
|
||||
License: BSD
|
||||
Group: Development/Libraries
|
||||
Url: http://sourceforge.net/projects/ibmswtpm
|
||||
@ -27,6 +27,7 @@ BuildRequires: nss-softokn-freebl-devel >= 3.12.9-2
|
||||
BuildRequires: nss-softokn-freebl-static >= 3.12.9-2
|
||||
BuildRequires: nss-softokn-devel >= 3.12.9-2, gmp-devel
|
||||
BuildRequires: pkgconfig gawk
|
||||
BuildRequires: automake autoconf libtool bash coreutils
|
||||
Requires: nss-softokn-freebl >= 3.12.9-2, nss-softokn >= 3.12.9-2
|
||||
Requires: gmp
|
||||
%endif
|
||||
@ -72,6 +73,7 @@ Libtpms header files and documentation.
|
||||
%define _enable_debug --enable-debug
|
||||
%endif
|
||||
|
||||
./bootstrap.sh
|
||||
%configure \
|
||||
--disable-static \
|
||||
--prefix=/usr \
|
||||
@ -94,6 +96,11 @@ make %{?_smp_mflags} install DESTDIR=${RPM_BUILD_ROOT}
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%changelog
|
||||
* Mon Jun 30 2014 Stefan Berger - 0.5.2-1
|
||||
- Updated to version 0.5.2
|
||||
- coverity fixes
|
||||
- fixes for ARM64 using __aarch64__
|
||||
|
||||
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.5.1-20.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user