package init
This commit is contained in:
parent
15452a1209
commit
7d80072386
@ -20,11 +20,13 @@ BuildArch: noarch
|
||||
%description
|
||||
Generic interface to multiple Ruby template engines.
|
||||
|
||||
%package doc
|
||||
%package help
|
||||
Summary: Documentation for %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
BuildArch: noarch
|
||||
%description doc
|
||||
Provides: %{name}-doc = %{version}-%{release}
|
||||
Obsoletes: %{name}-doc < %{version}-%{release}
|
||||
%description help
|
||||
Documentation for %{name}.
|
||||
|
||||
%prep
|
||||
@ -71,7 +73,7 @@ popd
|
||||
%{gem_spec}
|
||||
%doc %{_mandir}/man1/*
|
||||
|
||||
%files doc
|
||||
%files help
|
||||
%doc %{gem_docdir}
|
||||
%doc %{gem_instdir}/CHANGELOG.md
|
||||
%doc %{gem_instdir}/HACKING
|
||||
@ -80,5 +82,5 @@ popd
|
||||
%{gem_instdir}/test
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2020 yanan li <liyanan032@huawei.com> - 2.0.8-1
|
||||
- Package init
|
||||
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 2.0.8-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user