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
|
||||
requests.
|
||||
|
||||
%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}
|
||||
%doc %{gem_instdir}/CHANGELOG.md
|
||||
%{gem_instdir}/Gemfile
|
||||
@ -65,5 +67,5 @@ popd
|
||||
%{gem_instdir}/webmock.gemspec
|
||||
|
||||
%changelog
|
||||
* Sat Aug 8 2020 yanan li <liyanan032@huawei.com> - 3.5.1-1
|
||||
- Package init
|
||||
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 3.5.1-1
|
||||
- package init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user