package init
This commit is contained in:
parent
2c744a001a
commit
08f0a7879f
@ -12,11 +12,13 @@ BuildArch: noarch
|
|||||||
A collection of data structures and utilities to make thread-safe
|
A collection of data structures and utilities to make thread-safe
|
||||||
programming in Ruby easier.
|
programming in Ruby easier.
|
||||||
|
|
||||||
%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 @@ rspec -Ilib spec
|
|||||||
%exclude %{gem_cache}
|
%exclude %{gem_cache}
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
|
|
||||||
%files doc
|
%files help
|
||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
%{gem_instdir}/Gemfile
|
%{gem_instdir}/Gemfile
|
||||||
%doc %{gem_instdir}/README.md
|
%doc %{gem_instdir}/README.md
|
||||||
@ -67,5 +69,5 @@ rspec -Ilib spec
|
|||||||
%{gem_instdir}/yard-template
|
%{gem_instdir}/yard-template
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 10 2020 yanan li <liyanan032@huawei.com> - 0.3.6-1
|
* Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 0.3.6-1
|
||||||
- Package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user