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

Revision 1901, 3.6 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Summary:        Tool kit for fingerprint scanner
2Summary(ja):    指紋スキャナツールキット
3Name:           libfprint
4Version:        0.1.0
5Release:        2.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* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-2.pre2
74- rebuild with rpm-4.8.1 for pkg-config file
75
76* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.0-1.pre2
77- new upstream release
78- dropt Patch0 (merged into upstream)
79- built with new toolchain and ImageMagick-6.6.1.5
80
81* Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.0-1.pre1
82- initial build for Vine Linux
83
84* Mon Mar 09 2009 pingou <pingou@pingoured.fr> - 0.1.0-6.pre1
85- Rebuilt for rawhide
86
87* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-5.pre1
88- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
89
90* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.0-4.pre1
91- rebuild with new openssl
92
93* Tue Nov 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-3.pre1
94- Fix possible crasher in libfprint when setting up the fds for polling
95
96* Mon Nov 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-2.pre1
97- And add some API docs
98
99* Tue Nov 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1.pre1
100- Fix build
101
102* Tue Nov 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-0.pre1
103- Update to 0.1.0-pre1
104
105* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-6
106- Correction on the Build Requires
107
108* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-5
109- Correction on the Build Requires
110
111* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-4
112- Update the Build Requires due to the change on ImageMagick
113
114* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.5-3
115- Autorebuild for GCC 4.3
116
117* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-2
118- Change on the BuildRequires
119
120* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-1
121- Update to version 0.0.5
122
123* Sat Dec 01 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-3
124- Changes on the Requires
125
126* Sun Nov 25 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-2
127- Changes on the Requires
128
129* Sat Nov 24 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-1
130- First release
Note: See TracBrowser for help on using the repository browser.