*** empty log message ***
This commit is contained in:
parent
2f6bf8f31e
commit
746ec8dadc
@ -1,6 +1,6 @@
|
|||||||
Name: libfprint
|
Name: libfprint
|
||||||
Version: 0.0.5
|
Version: 0.0.5
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: Tool kit for fingerprint scanner
|
Summary: Tool kit for fingerprint scanner
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -9,7 +9,8 @@ URL: http://www.reactivated.net/fprint/wiki/Main_Page
|
|||||||
Source0: http://downloads.sourceforge.net/fprint/%{name}-%{version}.tar.bz2
|
Source0: http://downloads.sourceforge.net/fprint/%{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
BuildRequires: libusb-devel ImageMagick-devel glib2-devel
|
BuildRequires: libusb-devel ImageMagick-devel glib2-devel openssl-devel
|
||||||
|
Requires: ConsoleKit
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The fprint project aims to plug a gap in the Linux desktop: support for
|
The fprint project aims to plug a gap in the Linux desktop: support for
|
||||||
@ -34,7 +35,7 @@ developing applications that use %{name}.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-static
|
%configure --disable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -66,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/pkgconfig/%{name}.pc
|
%{_libdir}/pkgconfig/%{name}.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-2
|
||||||
|
- Change on the BuildRequires
|
||||||
|
|
||||||
* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-1
|
* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-1
|
||||||
- Update to version 0.0.5
|
- Update to version 0.0.5
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user