Modify spec packages
This commit is contained in:
parent
046d000d32
commit
ce80efe10e
@ -26,11 +26,13 @@ XML's code generator for generating Java beans and associated descriptor
|
|||||||
classes (required for marshaling to and unmarshaling from XML documents) from
|
classes (required for marshaling to and unmarshaling from XML documents) from
|
||||||
XML Schema files.
|
XML Schema files.
|
||||||
|
|
||||||
%package javadoc
|
%package help
|
||||||
Summary: Javadoc for %{name}
|
Summary: Documents for %{name}
|
||||||
|
Provides: %{name}-javadoc = %{version}-%{release}
|
||||||
|
Obsoletes: %{name}-javadoc < %{version}-%{release}
|
||||||
|
|
||||||
%description javadoc
|
%description help
|
||||||
This package contains the API documentation for %{name}.
|
This package contains man pages and other related documents for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n castor-maven-plugin-castor-maven-plugin-%{version}
|
%setup -q -n castor-maven-plugin-castor-maven-plugin-%{version}
|
||||||
@ -51,7 +53,7 @@ sed -i 's/\r/\n/g' src/main/java/org/codehaus/mojo/castor/ConvertDTD2XSDMojo.jav
|
|||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
%license LICENSE.TXT
|
%license LICENSE.TXT
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files help -f .mfiles-javadoc
|
||||||
%license LICENSE.TXT
|
%license LICENSE.TXT
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user