package init
This commit is contained in:
parent
d8a72c0ca8
commit
ccc2e12b57
@ -16,11 +16,13 @@ BuildArch: noarch
|
||||
%description
|
||||
Wire protocol for Cucumber.
|
||||
|
||||
%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
|
||||
@ -53,7 +55,7 @@ popd
|
||||
%exclude %{gem_cache}
|
||||
%{gem_spec}
|
||||
|
||||
%files doc
|
||||
%files help
|
||||
%doc %{gem_docdir}
|
||||
%{gem_instdir}/Gemfile
|
||||
%doc %{gem_instdir}/README.md
|
||||
@ -63,5 +65,5 @@ popd
|
||||
%{gem_instdir}/spec
|
||||
|
||||
%changelog
|
||||
* Wed Aug 12 2020 yanan li <liyanan032@huawei.com> - 0.0.1-1
|
||||
- Package init
|
||||
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 0.0.1-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user