Modify spec file
This commit is contained in:
parent
a9aebc88c3
commit
dde7e6781a
@ -13,11 +13,13 @@ BuildArch: noarch
|
|||||||
%description
|
%description
|
||||||
Aries Quiesce API.
|
Aries Quiesce API.
|
||||||
|
|
||||||
%package javadoc
|
%package help
|
||||||
Summary: Javadoc for %{name}
|
Provides: %{name}-javadoc = %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||||
|
Summary: Documents for %{name}
|
||||||
|
|
||||||
%description javadoc
|
%description help
|
||||||
This package contains javadoc for %{name}.
|
This package contains man pages and other related documents for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{bundle}-%{version}
|
%setup -q -n %{bundle}-%{version}
|
||||||
@ -55,7 +57,7 @@ This package contains javadoc for %{name}.
|
|||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files help -f .mfiles-javadoc
|
||||||
%license LICENSE NOTICE
|
%license LICENSE NOTICE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user