forked from CESNET/pakiti-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pakiti.spec
41 lines (33 loc) · 946 Bytes
/
pakiti.spec
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
Summary: Patching status monitoring tool
Name: pakiti-client
Version: X
Release: 1%{?dist}
URL: https://github.com/CESNET/pakiti-client
License: ASL 2.0
Group: Applications/Internet
Source0: %{url}/archive/v%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildArch: noarch
BuildRequires: perl
Requires: openssl perl perl-LWP-Protocol-https
%description
Pakiti provides a monitoring mechanism to check the patching status of
Linux systems.
This package provides the client part that is able to send information
about installed software to a defined Pakiti server.
%prep
%setup -q
%build
make
%install
rm -rf %{buildroot}
install -D -m755 pakiti-client %{buildroot}%{_bindir}/pakiti-client
install -D -m644 pakiti-client.1 %{buildroot}%{_mandir}/man1/pakiti-client.1
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%{_bindir}/*
%{_mandir}/man?/*
#%changelog
# See debian/changelog