diff --git a/rubygem-typhoeus.spec b/rubygem-typhoeus.spec index e656465..1458498 100644 --- a/rubygem-typhoeus.spec +++ b/rubygem-typhoeus.spec @@ -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 logic. -%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 @@ -52,7 +54,7 @@ popd %exclude %{gem_cache} %{gem_spec} -%files doc +%files help %doc %{gem_instdir}/CONTRIBUTING.md %doc %{gem_instdir}/CHANGELOG.md %{gem_instdir}/Gemfile @@ -66,5 +68,5 @@ popd %doc %{gem_docdir} %changelog -* Sat Aug 8 2020 yanan li - 1.0.2-1 -- Package init +* Mon Aug 24 2020 liyanan - 1.0.2-1 +- package init