From 72525ee18d15b7fb9831d0e659fe91f5ccc3867f Mon Sep 17 00:00:00 2001 From: chengzihan2 Date: Thu, 20 Aug 2020 17:43:36 +0800 Subject: [PATCH] package init --- aries-blueprint-api.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/aries-blueprint-api.spec b/aries-blueprint-api.spec index a5e38a2..0b94b95 100644 --- a/aries-blueprint-api.spec +++ b/aries-blueprint-api.spec @@ -13,9 +13,11 @@ BuildArch: noarch This bundle contains the blueprint API and the corresponding XML schema. -%package javadoc +%package help Summary: Javadoc for %{name} -%description javadoc +Provides: %{name}-javadoc = %{version}-%{release} +Obsoletes: %{name}-javadoc < %{version}-%{release} +%description help This package contains javadoc for %{name}. %prep @@ -56,7 +58,7 @@ This package contains javadoc for %{name}. %files -f .mfiles %license LICENSE NOTICE -%files javadoc -f .mfiles-javadoc +%files help -f .mfiles-javadoc %license LICENSE NOTICE %changelog