package init

This commit is contained in:
lyn1001 2020-08-24 09:43:49 +08:00
parent 11bf86f4de
commit e8ad5f388d

View File

@ -13,11 +13,13 @@ BuildArch: noarch
Docile turns any Ruby object into a DSL.
Especially useful with the Builder pattern.
%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
@ -46,7 +48,7 @@ rspec -Ilib spec
%exclude %{gem_instdir}/docile.gemspec
%{gem_spec}
%files doc
%files help
%doc %{gem_docdir}
%doc %{gem_instdir}/HISTORY.md
%doc %{gem_instdir}/README.md
@ -55,5 +57,5 @@ rspec -Ilib spec
%{gem_instdir}/spec
%changelog
* Wed Aug 12 2020 yanan li <liyanan032@huawei.com> - 1.1.5-1
- Package init
* Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 1.1.5-1
- package init