Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 572208 Details for
Bug 806234
Support for vfs 301
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
Updated spec file.
libfprint.spec (text/x-rpm-spec), 5.93 KB, created by
Ankur Sinha (FranciscoD)
on 2012-03-23 09:38:50 UTC
(
hide
)
Description:
Updated spec file.
Filename:
MIME Type:
Creator:
Ankur Sinha (FranciscoD)
Created:
2012-03-23 09:38:50 UTC
Size:
5.93 KB
patch
obsolete
>Name: libfprint >Version: 0.4.0 >Release: 4%{?dist} >Summary: Tool kit for fingerprint scanner > >Group: System Environment/Libraries >License: LGPLv2+ >URL: http://www.reactivated.net/fprint/wiki/Main_Page >Source0: http://freedesktop.org/~hadess/%{name}-%{version}.tar.bz2 > ># Drivers from: https://github.com/andree182/vfs301/tarball/master >Source1: andree182-vfs301-5871deb.tar.gz > ># Adds support for vfs301 ># https://bugs.launchpad.net/ubuntu/+source/libfprint/+bug/744310/comments/31 ># I've updated the patch to work with upstreams release >Patch0: libfprint-vfs301.patch >BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) >ExcludeArch: s390 s390x > >BuildRequires: libusb1-devel glib2-devel gtk2-devel nss-devel >BuildRequires: doxygen autoconf automake libtool > >%description >libfprint offers support for consumer fingerprint reader devices. > >%package devel >Summary: Development files for %{name} >Group: Development/Libraries >Requires: %{name} = %{version}-%{release} >Requires: pkgconfig > > >%description devel >The %{name}-devel package contains libraries and header files for >developing applications that use %{name}. > > >%prep >%setup -q >%patch0 -p1 > ># add the extra dist files >tar -xvf %{SOURCE1} >cp andree182-vfs301-5871deb/libfprint/vfs301.c libfprint/drivers/ -v >cp andree182-vfs301-5871deb/cli/vfs301_proto* libfprint/drivers/ -v > >%build >%configure --disable-static >#make %{?_smp_mflags} >make >pushd doc >make docs >popd > >%install >rm -rf $RPM_BUILD_ROOT >make install DESTDIR=$RPM_BUILD_ROOT >find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' > > >%clean >rm -rf $RPM_BUILD_ROOT > > >%post -p /sbin/ldconfig > >%postun -p /sbin/ldconfig > > >%files >%defattr(-,root,root,-) >%doc COPYING INSTALL NEWS TODO THANKS AUTHORS README >%{_libdir}/*.so.* >%{_sysconfdir}/udev/rules.d/60-fprint-autosuspend.rules > >%files devel >%defattr(-,root,root,-) >%doc HACKING doc/html >%{_includedir}/* >%{_libdir}/*.so >%{_libdir}/pkgconfig/%{name}.pc > >%changelog >* Fri Mar 23 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.4.0-4 >- Add patch for vfs 301 devices > >* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.4.0-3 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild > >* Mon Nov 21 2011 Adam Jackson <ajax@redhat.com> 0.4.0-2 >- Rebuild without Requires: ConsoleKit, going away in F17 > >* Thu Nov 10 2011 Bastien Nocera <bnocera@redhat.com> 0.4.0-1 >- Update to 0.4.0 > >* Mon Nov 07 2011 Adam Jackson <ajax@redhat.com> 0.3.0-3 >- Rebuild for libpng 1.5 > >* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.3.0-2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild > >* Wed Sep 08 2010 Bastien Nocera <bnocera@redhat.com> 0.3.0-1 >- Update to 0.3.0 > >* Thu Aug 19 2010 Bastien Nocera <bnocera@redhat.com> 0.2.0-1 >- Update to 0.2.0 > >* Wed Jun 30 2010 Matthew Garrett <mjg@redhat.com> 0.1.0-16.pre3 >- Fix #505438 to avoid message on boot on some systems > >* Tue Jun 01 2010 Bastien Nocera <bnocera@redhat.com> 0.1.0-16.pre2 >- Add README to package > >* Wed Jan 20 2010 Bastien Nocera <bnocera@redhat.com> 0.1.0-15.pre2 >- Require hal-filesystem for the fdi file > >* Tue Dec 01 2009 Bastien Nocera <bnocera@redhat.com> 0.1.0-14.pre2 >- Update AES1610 patch > >* Mon Nov 30 2009 Bastien Nocera <bnocera@redhat.com> 0.1.0-13.pre2 >- Add aes1610 driver (#499732) > >* Thu Oct 01 2009 Bastien Nocera <bnocera@redhat.com> 0.1.0-12.pre2 >- Update udev autosuspend rules and disable SGS Thomson reader > >* Fri Aug 21 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.0-11.pre2 >- rebuilt with new openssl > >* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-10.pre2 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild > >* Tue Jul 21 2009 Bastien Nocera <bnocera@redhat.com> 0.1.0-9.pre2 >- Use gdk-pixbuf for image manipulation instead of ImageMagick (#472103) > >* Sat Jun 20 2009 Bastien Nocera <bnocera@redhat.com> 0.1.0-8.pre2 >- Update to 0.1.0-pre2 > >* Tue Jun 09 2009 Matthew Garrett <mjg@redhat.com> 0.1.0-7.pre1 >- fprint-add-udev-rules.patch - build udev rules for autosuspend >- move hal fdi into the main package rather than -devel >- add autoreconf as a build depend while carrying the udev diff > >* Tue Apr 21 2009 Karsten Hopp <karsten@redhat.com> 0.1.0-6.pre1.1 >- Excludearch s390 s390x, we don't have USB devices there and this package > doesn't build without USB support > >* Mon Mar 09 2009 pingou <pingou@pingoured.fr> - 0.1.0-6.pre1 >- Rebuilt for rawhide > >* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.0-5.pre1 >- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild > >* Sat Jan 17 2009 Tomas Mraz <tmraz@redhat.com> - 0.1.0-4.pre1 >- rebuild with new openssl > >* Tue Nov 25 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-3.pre1 >- Fix possible crasher in libfprint when setting up the fds for polling > >* Mon Nov 24 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-2.pre1 >- And add some API docs > >* Tue Nov 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-1.pre1 >- Fix build > >* Tue Nov 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1.0-0.pre1 >- Update to 0.1.0-pre1 > >* Tue May 13 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-6 >- Correction on the Build Requires > >* Tue May 13 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-5 >- Correction on the Build Requires > >* Tue May 13 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-4 >- Update the Build Requires due to the change on ImageMagick > >* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.0.5-3 >- Autorebuild for GCC 4.3 > >* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-2 >- Change on the BuildRequires > >* Sat Jan 05 2008 Pingou <pingoufc4@yahoo.fr> 0.0.5-1 >- Update to version 0.0.5 > >* Sat Dec 01 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-3 >- Changes on the Requires > >* Sun Nov 25 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-2 >- Changes on the Requires > >* Sat Nov 24 2007 Pingou <pingoufc4@yahoo.fr> 0.0.4-1 >- First release
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 806234
: 572208