package init
This commit is contained in:
parent
05063012d2
commit
6710454376
@ -15,11 +15,13 @@ BuildArch: noarch
|
|||||||
WebMock allows stubbing HTTP requests and setting expectations on HTTP
|
WebMock allows stubbing HTTP requests and setting expectations on HTTP
|
||||||
requests.
|
requests.
|
||||||
|
|
||||||
%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
|
||||||
@ -53,7 +55,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}/CHANGELOG.md
|
%doc %{gem_instdir}/CHANGELOG.md
|
||||||
%{gem_instdir}/Gemfile
|
%{gem_instdir}/Gemfile
|
||||||
@ -65,5 +67,5 @@ popd
|
|||||||
%{gem_instdir}/webmock.gemspec
|
%{gem_instdir}/webmock.gemspec
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Sat Aug 8 2020 yanan li <liyanan032@huawei.com> - 3.5.1-1
|
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 3.5.1-1
|
||||||
- Package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user