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

Revision 941, 3.5 KB checked in by inagaki, 14 years ago (diff)

updated: ImageMagicj?, libfprint, dvdauthor, inkscape, koffice, pstoedit, xine-lib

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