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 ---
|
# --- libtpm rpm-spec ---
|
||||||
|
|
||||||
%define name libtpms
|
%define name libtpms
|
||||||
%define version 0.5.1
|
%define version 0.5.2
|
||||||
%define release 20
|
%define release 1
|
||||||
|
|
||||||
# Valid crypto subsystems are 'freebl' and 'openssl'
|
# Valid crypto subsystems are 'freebl' and 'openssl'
|
||||||
%define crypto_subsystem freebl
|
%define crypto_subsystem freebl
|
||||||
@ -13,7 +13,7 @@
|
|||||||
Summary: Library providing Trusted Platform Module (TPM) functionality
|
Summary: Library providing Trusted Platform Module (TPM) functionality
|
||||||
Name: %{name}
|
Name: %{name}
|
||||||
Version: %{version}
|
Version: %{version}
|
||||||
Release: %{release}%{?dist}.1
|
Release: %{release}%{?dist}
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Url: http://sourceforge.net/projects/ibmswtpm
|
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-freebl-static >= 3.12.9-2
|
||||||
BuildRequires: nss-softokn-devel >= 3.12.9-2, gmp-devel
|
BuildRequires: nss-softokn-devel >= 3.12.9-2, gmp-devel
|
||||||
BuildRequires: pkgconfig gawk
|
BuildRequires: pkgconfig gawk
|
||||||
|
BuildRequires: automake autoconf libtool bash coreutils
|
||||||
Requires: nss-softokn-freebl >= 3.12.9-2, nss-softokn >= 3.12.9-2
|
Requires: nss-softokn-freebl >= 3.12.9-2, nss-softokn >= 3.12.9-2
|
||||||
Requires: gmp
|
Requires: gmp
|
||||||
%endif
|
%endif
|
||||||
@ -72,6 +73,7 @@ Libtpms header files and documentation.
|
|||||||
%define _enable_debug --enable-debug
|
%define _enable_debug --enable-debug
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
./bootstrap.sh
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
@ -94,6 +96,11 @@ make %{?_smp_mflags} install DESTDIR=${RPM_BUILD_ROOT}
|
|||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user