source: projects/specs/trunk/lib/libf/libfprint/libfprint-vl.spec @ 521

Revision 521, 3.4 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Tool kit for fingerprint scanner
2Summary(ja):    指紋スキャナツールキット
3Name:           libfprint
4Version:        0.1.0
5Release:        1.pre1%{?_dist_release}
6
7Group:          System Environment/Libraries
8License:        LGPLv2+
9URL:            http://www.reactivated.net/fprint/wiki/Main_Page
10Source0:        http://downloads.sourceforge.net/fprint/%{name}-0.1.0-pre1.tar.bz2
11BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
12Patch0:         0002-Fix-fp_get_pollfds.patch
13
14# FIXME remove the ImageMagick dependency when we either have the
15# gdk-pixbuf support merged, or disable the driver that requires it (F10)
16BuildRequires:  libusb1-devel ImageMagick-devel glib2-devel openssl-devel
17BuildRequires:  doxygen
18Requires:       ConsoleKit
19
20%description
21libfprint offers support for consumer fingerprint reader devices.
22
23%package        devel
24Summary:        Development files for %{name}
25Group:          Development/Libraries
26Requires:       %{name} = %{version}-%{release}
27Requires:       pkgconfig
28
29
30%description    devel
31The %{name}-devel package contains libraries and header files for
32developing applications that use %{name}.
33
34
35%prep
36%setup -q -n %{name}-0.1.0-pre1
37%patch0 -p1
38
39%build
40%configure --disable-static
41make %{?_smp_mflags}
42pushd doc
43make docs
44popd
45
46%install
47rm -rf $RPM_BUILD_ROOT
48make install DESTDIR=$RPM_BUILD_ROOT
49find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
50
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55
56%post -p /sbin/ldconfig
57
58%postun -p /sbin/ldconfig
59
60
61%files
62%defattr(-,root,root,-)
63%doc COPYING INSTALL NEWS TODO THANKS AUTHORS
64%{_libdir}/*.so.*
65
66%files devel
67%defattr(-,root,root,-)
68%doc HACKING doc/html
69%{_includedir}/*
70%{_libdir}/*.so
71%{_libdir}/pkgconfig/%{name}.pc
72%{_datadir}/hal/fdi/information/20thirdparty/10-fingerprint-reader-fprint.fdi
73
74%changelog
75* Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.0-1.pre1
76- initial build for Vine Linux
77
78* Mon Mar 09 2009 pingou <pingou@pingoured.fr> - 0.1.0-6.pre1
79- Rebuilt for rawhide
80
81* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-5.pre1
82- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
83
84* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.0-4.pre1
85- rebuild with new openssl
86
87* Tue Nov 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-3.pre1
88- Fix possible crasher in libfprint when setting up the fds for polling
89
90* Mon Nov 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-2.pre1
91- And add some API docs
92
93* Tue Nov 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1.pre1
94- Fix build
95
96* Tue Nov 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-0.pre1
97- Update to 0.1.0-pre1
98
99* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-6
100- Correction on the Build Requires
101
102* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-5
103- Correction on the Build Requires
104
105* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-4
106- Update the Build Requires due to the change on ImageMagick
107
108* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.5-3
109- Autorebuild for GCC 4.3
110
111* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-2
112- Change on the BuildRequires
113
114* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-1
115- Update to version 0.0.5
116
117* Sat Dec 01 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-3
118- Changes on the Requires
119
120* Sun Nov 25 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-2
121- Changes on the Requires
122
123* Sat Nov 24 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-1
124- First release
Note: See TracBrowser for help on using the repository browser.