mirror of
https://github.com/Kicksecure/security-misc.git
synced 2024-10-01 08:25:45 -04:00
314e5b490c
instead of outdated, incomplete list https://github.com/Kicksecure/security-misc/issues/160
38 lines
468 B
RPMSpec
38 lines
468 B
RPMSpec
Name: security-misc
|
|
Version: @VERSION@
|
|
Release: 1%{?dist}
|
|
Summary: enhances misc security settings
|
|
|
|
License: AGPL-3+
|
|
URL: https://github.com/Kicksecure/security-misc
|
|
Source0: %{name}-%{version}.tar.xz
|
|
|
|
BuildRequires: dpkg-dev
|
|
BuildRequires: genmkfile
|
|
Requires: make
|
|
BuildArch: noarch
|
|
|
|
%description
|
|
See README.
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%make_install
|
|
|
|
|
|
%files
|
|
%license debian/copyright
|
|
/etc/*
|
|
/lib/*
|
|
/usr/*
|
|
|
|
%changelog
|
|
@CHANGELOG@
|