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
|
||||
to the right place.
|
||||
|
||||
%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
|
||||
@ -46,7 +48,7 @@ popd
|
||||
%exclude %{gem_cache}
|
||||
%{gem_spec}
|
||||
|
||||
%files doc
|
||||
%files help
|
||||
%doc %{gem_docdir}
|
||||
%doc %{gem_instdir}/CHANGES
|
||||
%doc %{gem_instdir}/EXPRESSIONS.md
|
||||
@ -57,5 +59,5 @@ popd
|
||||
%{gem_instdir}/test
|
||||
|
||||
%changelog
|
||||
* Mon Aug 10 2020 yanan li <liyanan032@huawei.com> - 0.8.0-1
|
||||
- Package init
|
||||
* Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 0.8.0-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user