package init

This commit is contained in:
lyn1001 2020-08-24 15:38:00 +08:00
parent 0686cd95fe
commit 773069929f

View File

@ -14,11 +14,13 @@ Like a modern code version of the mythical beast with 100 serpent heads,
Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling Typhoeus runs HTTP requests in parallel while cleanly encapsulating handling
logic. logic.
%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
@ -52,7 +54,7 @@ popd
%exclude %{gem_cache} %exclude %{gem_cache}
%{gem_spec} %{gem_spec}
%files doc %files help
%doc %{gem_instdir}/CONTRIBUTING.md %doc %{gem_instdir}/CONTRIBUTING.md
%doc %{gem_instdir}/CHANGELOG.md %doc %{gem_instdir}/CHANGELOG.md
%{gem_instdir}/Gemfile %{gem_instdir}/Gemfile
@ -66,5 +68,5 @@ popd
%doc %{gem_docdir} %doc %{gem_docdir}
%changelog %changelog
* Sat Aug 8 2020 yanan li <liyanan032@huawei.com> - 1.0.2-1 * Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 1.0.2-1
- Package init - package init