package init
This commit is contained in:
parent
9ebc66c5f9
commit
3594064144
@ -15,11 +15,13 @@ languages. If you're interested in implementing your own template language,
|
|||||||
or anything else related to the internals of a template engine: You've come
|
or anything else related to the internals of a template engine: You've come
|
||||||
to the right place.
|
to the right place.
|
||||||
|
|
||||||
%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
|
||||||
@ -46,7 +48,7 @@ popd
|
|||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
|
|
||||||
%files doc
|
%files help
|
||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
%doc %{gem_instdir}/CHANGES
|
%doc %{gem_instdir}/CHANGES
|
||||||
%doc %{gem_instdir}/EXPRESSIONS.md
|
%doc %{gem_instdir}/EXPRESSIONS.md
|
||||||
@ -57,5 +59,5 @@ popd
|
|||||||
%{gem_instdir}/test
|
%{gem_instdir}/test
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 10 2020 yanan li <liyanan032@huawei.com> - 0.8.0-1
|
* Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 0.8.0-1
|
||||||
- Package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user