Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d53cc0eb84 |
3 changed files with 12 additions and 5 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -4,3 +4,4 @@ libfprint-0.3.0.tar.bz2
|
|||
/libfprint-0.5.0.tar.xz
|
||||
/libfprint-0.5.1.tar.xz
|
||||
/libfprint-0.6.0.tar.xz
|
||||
/libfprint-0.7.0.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,16 +1,18 @@
|
|||
Name: libfprint
|
||||
Version: 0.6.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Toolkit for fingerprint scanner
|
||||
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2+
|
||||
URL: http://www.freedesktop.org/wiki/Software/fprint/libfprint
|
||||
Source0: http://freedesktop.org/~hadess/%{name}-%{version}.tar.xz
|
||||
Source0: http://freedesktop.org/~anarsoul/%{name}-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
ExcludeArch: s390 s390x
|
||||
|
||||
BuildRequires: libusb1-devel glib2-devel gtk2-devel nss-devel
|
||||
BuildRequires: libusb1-devel glib2-devel nss-devel pixman-devel
|
||||
# For the udev.pc to install the rules
|
||||
BuildRequires: systemd
|
||||
BuildRequires: doxygen autoconf automake libtool
|
||||
|
||||
%description
|
||||
|
|
@ -66,6 +68,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/pkgconfig/%{name}.pc
|
||||
|
||||
%changelog
|
||||
* Mon May 15 2017 Bastien Nocera <bnocera@redhat.com> - 0.7.0-1
|
||||
+ libfprint-0.7.0-1
|
||||
- Update to 0.7.0
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
1e66f6e786348b46075368cc682450a8 libfprint-0.6.0.tar.xz
|
||||
SHA512 (libfprint-0.7.0.tar.xz) = 7a5280a34408ebe129256195a1219ed6a8258a2f5a46d92de4e1e18e931b0c15bd3df3898a7ee1aa5ed9b569e77953d12d007f1b7ced8b708d4bf0946e993e16
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue