This commit is contained in:
parent
78896d6686
commit
d45070dbb8
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 16 11:57:34 CEST 2008 - meissner@suse.de
|
||||
|
||||
- disable static
|
||||
- make check added, even if it does nothing currently.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 15 16:12:55 CEST 2008 - meissner@suse.de
|
||||
|
||||
|
@ -18,7 +18,7 @@ License: IBM Public License
|
||||
Group: Productivity/Security
|
||||
AutoReqProv: on
|
||||
Version: 1.3.1
|
||||
Release: 7
|
||||
Release: 8
|
||||
Summary: Trusted Platform Module (TPM) administration tools
|
||||
Source0: %name-%version.tar.bz2
|
||||
Source1: %name-rpmlintrc
|
||||
@ -48,23 +48,15 @@ pwd
|
||||
#cp %{S:1} .
|
||||
|
||||
%build
|
||||
CC=gcc
|
||||
CFLAGS="$RPM_OPT_FLAGS -Wall -pipe -fno-strict-aliasing"
|
||||
SHARE=/usr/share
|
||||
DOC=%_defaultdocdir
|
||||
export CC CFLAGS
|
||||
RPMOPTFLAGS="$RPM_OPT_FLAGS -Wall -pipe -fno-strict-aliasing"
|
||||
rm -f config.guess config.sub ltmain.sh depcomp install-sh missing mkinstalldirs
|
||||
sh ./bootstrap.sh
|
||||
./configure \
|
||||
--prefix=/usr \
|
||||
--mandir=$SHARE/man \
|
||||
--infodir=$SHARE/info \
|
||||
--datadir=$DOC \
|
||||
--libdir=%_libdir
|
||||
#make clean
|
||||
#make distclean
|
||||
%configure --disable-static
|
||||
make
|
||||
|
||||
%check
|
||||
make check
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
@ -90,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/usr/include/tpm_tools
|
||||
|
||||
%changelog
|
||||
* Wed Apr 16 2008 meissner@suse.de
|
||||
- disable static
|
||||
- make check added, even if it does nothing currently.
|
||||
* Tue Apr 15 2008 meissner@suse.de
|
||||
- do not build static library for now.
|
||||
* Fri Mar 28 2008 meissner@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user