mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix (libfprint): license identifier, improper %dir, use %conf, add packager line
Signed-off-by: Owen-sz <owen@fyralabs.com>
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
Name: libfprint-tod
|
||||
Version: 1.95.1+tod1
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
URL: https://gitlab.freedesktop.org/3v1n0/libfprint/
|
||||
Source: %{url}/-/archive/v%{version}/libfprint-v%{version}.tar.gz
|
||||
Summary: a light fork of libfprint to expose internal Drivers API in order to create drivers as shared libraries
|
||||
License: GPL-2.1
|
||||
License: GPL-2.1-or-later
|
||||
Conflicts: libfprint
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
@@ -24,6 +24,8 @@ BuildRequires: pkgconfig(udev)
|
||||
BuildRequires: pkgconfig(pixman-1)
|
||||
BuildRequires: terra-appstream-helper
|
||||
|
||||
Packager: metcya <metcya@gmail.com>
|
||||
|
||||
%description
|
||||
%summary.
|
||||
|
||||
@@ -38,6 +40,8 @@ Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%autosetup -n libfprint-v%{version}
|
||||
|
||||
%conf
|
||||
%meson -Ddrivers=all -Dinstalled-tests=false
|
||||
|
||||
%build
|
||||
@@ -57,7 +61,6 @@ Documentation for %{name}.
|
||||
%{_metainfodir}/%{appid}.metainfo.xml
|
||||
|
||||
%files doc
|
||||
%dir %{_datadir}/gtk-doc/html/libfprint-2
|
||||
%{_datadir}/gtk-doc/html/libfprint-2/*.{html,css,png,devhelp2}
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user