vim/spec-template.new

42 lines
444 B
Plaintext
Raw Normal View History

# 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/
Name:
Version:
Release: 0%{?dist}
Summary:
2012-02-07 13:41:32 +00:00
License:
URL:
Source0:
2012-02-07 13:41:32 +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
%license
2012-02-07 13:41:32 +00:00
%changelog