File fprint_demo.spec of Package fprint_demo
BuildRequires: pkg-config libfprint-devel gtk2-devel
Name: fprint_demo
Url: http://reactivated.net/fprint
License: GPL
Packager: Georges A.K. - <georgesak@gmail.com>
Group: Hardware/Other
PreReq: %fillup_prereq
Version: 0.4
Release: 1
Summary: A dimple GTK+ application to demonstrate and test libfprint's capabilities
ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#Requires: libfprint gtk2
Source0: %{name}-%{version}.tar.bz2
%description
fprint_demo is a simple GTK+ application to demonstrate and test libfprint's capabilities. It is written in C and licensed under the GNU GPL v2.
It provides access to many of the features offered by the backing library, libfprint.
%prep
%setup
%build
%ifarch x86_64
./configure --prefix=/usr --libdir=/usr/lib64
%else
./configure --prefix=/usr
%endif
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
%files
%defattr(-, root, root)
%{_bindir}/fprint_demo
%changelog
* Mon Aug 11 2008 georgesak@gmail.com
- initial version