package init
This commit is contained in:
parent
e188c57309
commit
0eb12bd268
@ -11,11 +11,13 @@ BuildArch: noarch
|
|||||||
%description
|
%description
|
||||||
Test helper for ordering threaded code.
|
Test helper for ordering threaded code.
|
||||||
|
|
||||||
%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
|
||||||
@ -65,9 +67,9 @@ popd
|
|||||||
%{gem_libdir}
|
%{gem_libdir}
|
||||||
%{gem_spec}
|
%{gem_spec}
|
||||||
|
|
||||||
%files doc
|
%files help
|
||||||
%doc %{gem_docdir}
|
%doc %{gem_docdir}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 10 2020 yanan li <liyanan032@huawei.com> - 1.1.1-1
|
* Sat Aug 22 2020 liyanan <liyanan32@huawei.com> - 1.1.1-1
|
||||||
- Package init
|
- package init
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user