2019-04-08 10:34:24 +00:00
|
|
|
# SPEC file overview:
|
|
|
|
# https://docs.fedoraproject.org/en-US/quick-docs/creating-rpm-packages/#con_rpm-spec-file-overview
|
|
|
|
# Fedora packaging guidelines:
|
|
|
|
# https://docs.fedoraproject.org/en-US/packaging-guidelines/
|
|
|
|
|
|
|
|
|
2019-07-19 05:45:17 +00:00
|
|
|
Name:
|
|
|
|
Version:
|
|
|
|
Release: 0%{?dist}
|
|
|
|
Summary:
|
2012-02-07 13:41:32 +00:00
|
|
|
|
2019-07-19 05:45:17 +00:00
|
|
|
License:
|
|
|
|
URL:
|
|
|
|
Source0:
|
2012-02-07 13:41:32 +00:00
|
|
|
|
2019-07-19 05:45:17 +00:00
|
|
|
BuildRequires:
|
|
|
|
Requires:
|
2012-02-07 13:41:32 +00:00
|
|
|
|
|
|
|
%description
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2015-01-15 14:55:38 +00:00
|
|
|
%make_install
|
2012-02-07 13:41:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%doc
|
2019-04-08 10:34:24 +00:00
|
|
|
%license
|
2012-02-07 13:41:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|