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

Revision 8721, 4.3 KB checked in by Takemikaduchi, 10 years ago (diff)

cinnamon-2.2.14, python-2.7.7, ImageMagick?-6.8.9.5

Line 
1Name:           libfprint
2Summary:        Tool kit for fingerprint scanner
3Summary(ja):    指紋スキャナツールキット
4Version:        0.5.1
5Release:        2%{?_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.xz
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 \
44        --disable-static \
45        --with-udev-rules-dir=%{_sysconfdir}/udev/rules.d
46make %{?_smp_mflags}
47pushd doc
48make docs
49popd
50
51%install
52rm -rf $RPM_BUILD_ROOT
53make install DESTDIR=$RPM_BUILD_ROOT
54find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
55
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60
61%post -p /sbin/ldconfig
62
63%postun -p /sbin/ldconfig
64
65
66%files
67%defattr(-,root,root,-)
68%doc COPYING INSTALL NEWS TODO THANKS AUTHORS
69%{_sysconfdir}/udev/rules.d/60-fprint-autosuspend.rules
70%{_libdir}/*.so.*
71
72%files devel
73%defattr(-,root,root,-)
74%doc HACKING doc/html
75%{_includedir}/*
76%{_libdir}/*.so
77%{_libdir}/pkgconfig/%{name}.pc
78
79%changelog
80* Wed Jul 02 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.1-2
81- new upstream release
82
83* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.5.1-1
84- new upstream release
85
86* Wed Aug 14 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-2
87- rebuild with ImageMagick-6.8.6.8
88
89* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.4.0-1
90- update to 0.4.0
91
92* Sun Mar 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-4.pre2
93- rebuilt with ImageMagick-6.7.5.10
94
95* Sun Oct  3 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.0-3.pre2
96- rebuilt with ImageMagick-6.6.4.8
97
98* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.1.0-2.pre2
99- rebuild with rpm-4.8.1 for pkg-config file
100
101* Thu Apr 29 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 0.1.0-1.pre2
102- new upstream release
103- dropt Patch0 (merged into upstream)
104- built with new toolchain and ImageMagick-6.6.1.5
105
106* Wed May 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.1.0-1.pre1
107- initial build for Vine Linux
108
109* Mon Mar 09 2009 pingou <pingou@pingoured.fr> - 0.1.0-6.pre1
110- Rebuilt for rawhide
111
112* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-5.pre1
113- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
114
115* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.0-4.pre1
116- rebuild with new openssl
117
118* Tue Nov 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-3.pre1
119- Fix possible crasher in libfprint when setting up the fds for polling
120
121* Mon Nov 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-2.pre1
122- And add some API docs
123
124* Tue Nov 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1.pre1
125- Fix build
126
127* Tue Nov 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-0.pre1
128- Update to 0.1.0-pre1
129
130* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-6
131- Correction on the Build Requires
132
133* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-5
134- Correction on the Build Requires
135
136* Tue May 13 2008  Pingou <pingoufc4@yahoo.fr> 0.0.5-4
137- Update the Build Requires due to the change on ImageMagick
138
139* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.5-3
140- Autorebuild for GCC 4.3
141
142* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-2
143- Change on the BuildRequires
144
145* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-1
146- Update to version 0.0.5
147
148* Sat Dec 01 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-3
149- Changes on the Requires
150
151* Sun Nov 25 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-2
152- Changes on the Requires
153
154* Sat Nov 24 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-1
155- First release
Note: See TracBrowser for help on using the repository browser.