package init

This commit is contained in:
lyn1001 2020-08-24 09:49:39 +08:00
parent 6e468e99f8
commit 59626981c3

View File

@ -13,11 +13,13 @@ MessagePack is a binary-based efficient object serialization library. It
enables to exchange structured objects between many languages like JSON. But
unlike JSON, it is very fast and small.
%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
@ -58,7 +60,7 @@ popd
%exclude %{gem_cache}
%{gem_spec}
%files doc
%files help
%doc %{gem_docdir}
%doc %{gem_instdir}/ChangeLog
%{gem_instdir}/Gemfile
@ -69,5 +71,5 @@ popd
%{gem_instdir}/spec
%changelog
* Wed Aug 12 2020 yanan li <liyanan032@huawei.com> - 1.1.0-1
- Package init
* Mon Aug 24 2020 liyanan <liyanan32@huawei.com> - 1.1.0-1
- package init