- New upstream bug fix release
This commit is contained in:
parent
74c7425beb
commit
d8bb962ade
@ -1 +1,2 @@
|
||||
tpm-tools-1.3.4.tar.gz
|
||||
tpm-tools-1.3.5.tar.gz
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
a07183c6e5ea51a847adf7208c2b078f tpm-tools-1.3.4.tar.gz
|
||||
b64baa248cf30a57ad0e5fb6f096e7dc tpm-tools-1.3.5.tar.gz
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
%global name tpm-tools
|
||||
%global version 1.3.4
|
||||
%global version 1.3.5
|
||||
%global tarballrev -1
|
||||
%global release 2
|
||||
%global release 1
|
||||
|
||||
Name: %{name}
|
||||
Summary: Management tools for the TPM hardware
|
||||
@ -12,7 +12,7 @@ Group: Applications/System
|
||||
Source0: http://downloads.sourceforge.net/trousers/%{name}-%{version}.tar.gz
|
||||
URL: http://trousers.sourceforge.net
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: trousers-devel openssl-devel opencryptoki-devel chrpath
|
||||
BuildRequires: trousers-devel openssl-devel opencryptoki-devel
|
||||
# Working with upstream to fix this, but in the mean time we need this
|
||||
BuildRequires: automake
|
||||
|
||||
@ -47,9 +47,7 @@ for developing tpm-tools applications.
|
||||
%setup -q
|
||||
|
||||
%build
|
||||
%configure --disable-rpath
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
%configure
|
||||
make %{?_smp_mflags}
|
||||
|
||||
%install
|
||||
@ -57,7 +55,6 @@ mkdir -p ${RPM_BUILD_ROOT}
|
||||
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libtpm_unseal.la
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/libtpm_unseal.a
|
||||
chrpath -d %{buildroot}%{_bindir}/*
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -88,6 +85,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/tpmUnseal*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 01 2010 Steve Grubb <sgrubb@redhat.com> 1.3.5-1
|
||||
- New upstream bug fix release
|
||||
|
||||
* Fri Jan 29 2010 Steve Grubb <sgrubb@redhat.com> 1.3.4-2
|
||||
- Remove rpaths
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user