-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathrpminspect-data-fedora.spec.in
61 lines (45 loc) · 1.42 KB
/
rpminspect-data-fedora.spec.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Name: rpminspect-data-fedora
Version: %%VERSION%%
Release: 1%{?dist}
Epoch: 1
Summary: Build deviation compliance tool data files
Group: Development/Tools
License: CC-BY-SA-4.0
URL: https://github.com/rpminspect/rpminspect-data-fedora
Source0: https://github.com/rpminspect/rpminspect/releases/download/v%{version}/%{name}-%{version}.tar.gz
Source1: https://github.com/rpminspect/rpminspect/releases/download/v%{version}/%{name}-%{version}.tar.gz.asc
Source2: %%GPGKEYRING%%
BuildArch: noarch
BuildRequires: meson
BuildRequires: ninja-build
BuildRequires: gnupg2
Requires: rpminspect >= 2.0
# Used by inspections enabled in the configuration file
Requires: fedora-license-data >= 1.7
Requires: xhtml1-dtds
Requires: html401-dtds
Requires: dash
Requires: ksh
Requires: zsh
Requires: tcsh
Requires: rc
Requires: bash
Requires: libabigail
Requires: /usr/bin/annocheck
%description
Fedora Linux specific configuration file for rpminspect and data files
used by the inspections provided by librpminspect.
%prep
%{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
%autosetup
%build
%meson
%meson_build
%install
%meson_install
%files
%license CC-BY-SA-4.0.txt
%doc AUTHORS.md README
%{_datadir}/rpminspect
%{_bindir}/rpminspect-fedora
%changelog