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

Revision 7938, 4.2 KB checked in by Takemikaduchi, 11 years ago (diff)

GNOME-3.10.1

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