File vmgui.spec of Package vmgui
%define name vmgui
%define version 0.8.1
%define release 1
Name: %{name}
Version: %{version}
Release: %{release}
License: GPL 2.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: xen-devel paragui-devel zip tpm-tools-devel tpm-tools
Source0: %{name}-%{version}.tar.gz
Group: Productivity/Security
Summary: GUI for OpenTC
%description
SDL based GUI for the OpenTC CC@Home prototype
%prep
%setup
%build
make
%install
make install prefix=$RPM_BUILD_ROOT
%clean
rm -rf "$RPM_BUILD_ROOT"
%files
%defattr(-,root,root)
/etc/vmgui.conf.example
/usr/local/bin/vmgui
/usr/local/bin/example_client
/usr/share/paragui/vmgui.zip
/usr/share/paragui/icon_*
%changelog -n
* Tue Apr 28 2009 - ramunno@polito.it
- added tpm-tools-devel among BuildRequires
- added support for SRK password when unsealing
* Sun Jul 14 2008 - ramunno@polito.it
- version 0.8.1-1
- added support for SRK password when unsealing
* Thu Mar 27 2008 - wolfgang weidner
- version 0.8-1
- major cleanup
- first public release, under GPL V 2.0