File tud-villach.spec of Package tud-villach
# norootforbuild
# Package name: oslo or tud-oslo?
Name: tud-villach
BuildRequires: openssl-devel
Version: trunk
Release: 0
Summary: Villach - extend PCRs
License: GPLv2
Group: System/Boot
URL: http://os.inf.tu-dresden.de/~kauer/oslo/
# svn checkout
Source: tud-villach-trunk.tar.bz2
# released version
#Source: ?
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Villach is a small linux program which can be used to extend a PCR in
a TPM via commandline.
%prep
%setup -n tud-villach
%build
make
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -m 755 villach $RPM_BUILD_ROOT%{_bindir}
%files
%defattr(0755,root,root,0755)
%{_bindir}/*
%defattr(0644,root,root,0755)
%doc README
%changelog -n tud-villach
* Thu Aug 02 2007 - skh@suse.de
- initial package