package init

This commit is contained in:
lyn1001 2020-08-24 15:45:04 +08:00
parent 15452a1209
commit 7d80072386

View File

@ -20,11 +20,13 @@ BuildArch: noarch
%description %description
Generic interface to multiple Ruby template engines. Generic interface to multiple Ruby template engines.
%package doc %package help
Summary: Documentation for %{name} Summary: Documentation for %{name}
Requires: %{name} = %{version}-%{release} Requires: %{name} = %{version}-%{release}
BuildArch: noarch BuildArch: noarch
%description doc Provides: %{name}-doc = %{version}-%{release}
Obsoletes: %{name}-doc < %{version}-%{release}
%description help
Documentation for %{name}. Documentation for %{name}.
%prep %prep
@ -71,7 +73,7 @@ popd
%{gem_spec} %{gem_spec}
%doc %{_mandir}/man1/* %doc %{_mandir}/man1/*
%files doc %files help
%doc %{gem_docdir} %doc %{gem_docdir}
%doc %{gem_instdir}/CHANGELOG.md %doc %{gem_instdir}/CHANGELOG.md
%doc %{gem_instdir}/HACKING %doc %{gem_instdir}/HACKING
@ -80,5 +82,5 @@ popd
%{gem_instdir}/test %{gem_instdir}/test
%changelog %changelog
* Mon Aug 10 2020 yanan li <liyanan032@huawei.com> - 2.0.8-1 * Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 2.0.8-1
- Package init - package init