964c29439c
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/vim#64066330a22b17c25467dffb1d58f7f56c40128a
42 lines
444 B
Plaintext
42 lines
444 B
Plaintext
# 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:
|
|
|
|
License:
|
|
URL:
|
|
Source0:
|
|
|
|
BuildRequires:
|
|
Requires:
|
|
|
|
%description
|
|
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
|
|
%build
|
|
%configure
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
%install
|
|
%make_install
|
|
|
|
|
|
%files
|
|
%doc
|
|
%license
|
|
|
|
|
|
|
|
%changelog
|