diff --git a/geronimo-ejb.spec b/geronimo-ejb.spec index 189d8e5..8c52ab0 100644 --- a/geronimo-ejb.spec +++ b/geronimo-ejb.spec @@ -18,9 +18,12 @@ Contains the Enterprise JavaBeans classes and interfaces that define the contracts between the enterprise bean and its clients and between the enterprise bean and the EJB container. -%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 the API documentation for %{name}. %prep @@ -42,7 +45,7 @@ sed -i 's/\r//' LICENSE %files -f .mfiles %license LICENSE NOTICE -%files javadoc -f .mfiles-javadoc +%files help -f .mfiles-javadoc %license LICENSE NOTICE %changelog