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

Revision 6890, 4.0 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.0 & Cinnamon-1.6.1

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