105 lines
2.9 KiB
RPMSpec
105 lines
2.9 KiB
RPMSpec
#
|
|
# spec file for package tpm-tools (Version 1.3.1)
|
|
#
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
#
|
|
# All modifications and additions to the file contributed by third parties
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
# upon. The license for this file, and modifications and additions to the
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
# license for the pristine package is not an Open Source License, in which
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
# published by the Open Source Initiative.
|
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
|
|
BuildRequires: atk-devel expat fontconfig-devel freetype2-devel glib2-devel gtk2-devel libtspi1 openssl-devel pango-devel trousers-devel xorg-x11-devel xorg-x11-libs
|
|
|
|
Name: tpm-tools
|
|
Url: http://trousers.sourceforge.net/
|
|
License: IBM Public License
|
|
Group: Productivity/Security
|
|
AutoReqProv: on
|
|
Version: 1.3.1
|
|
Release: 71
|
|
Summary: Trusted Platform Module (TPM) administration tools
|
|
Source0: %name-%version.tar.bz2
|
|
Source1: %name-rpmlintrc
|
|
#Patch0: %name-%version.diff
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
PreReq: %install_info_prereq
|
|
|
|
%description
|
|
Trusted Computing is a set of specifications published by the Trusted
|
|
Computing Group (TCG). The Trusted Platform Module (TPM) is the
|
|
hardware component for Trusted Computing. The tpm-tools package
|
|
provides tools for enablement and configuration of the TPM and
|
|
associated interfaces. Also look inside the trousers package for more
|
|
software for TC.
|
|
|
|
|
|
|
|
Authors:
|
|
--------
|
|
IBM Corp.
|
|
|
|
%prep
|
|
%setup -q
|
|
pwd
|
|
#%patch0 -p1
|
|
#%patch1 -p1
|
|
#cp %{S:1} .
|
|
|
|
%build
|
|
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 --disable-static
|
|
make
|
|
|
|
%check
|
|
make check
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir $RPM_BUILD_ROOT
|
|
make DESTDIR=$RPM_BUILD_ROOT install
|
|
rm $RPM_BUILD_ROOT/usr/%_lib/*.la
|
|
cp include/*.h $RPM_BUILD_ROOT/usr/include/tpm_tools
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README LICENSE
|
|
%{_mandir}/man*/*
|
|
/usr/sbin/*
|
|
/usr/bin/*
|
|
/usr/%{_lib}/*.so
|
|
/usr/%{_lib}/*.so.*
|
|
/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
|
|
- Imported from buildservice
|
|
- ingore rpmlint shared library errors, shared lib
|
|
is only used in here.
|
|
* Mon Aug 13 2007 skh@suse.de
|
|
- initial build service import with version 1.2.5.1
|
|
* Thu Nov 10 2005 draht@suse.de
|
|
- initial package, version 1.1.0
|