Modify spec file

This commit is contained in:
lei_ju 2020-08-25 14:01:16 +08:00
parent f0d107c319
commit c9d3da76f5

View File

@ -20,13 +20,11 @@ This package is a Java library that allows applications to easily parse XML Sche
and inspect information in them. It is expected to be useful for applications that need to and inspect information in them. It is expected to be useful for applications that need to
take XML Schema as an input. take XML Schema as an input.
%package help %package javadoc
Summary: Help documents for xsom Summary: Javadoc for xsom
Provides: xsom-javadoc = %{version}-%{release}
Obsoletes: xsom-javadoc < %{version}-%{release}
%description help %description javadoc
This package contains man pages and other related documents for xsom. This package contains javadoc for xsom.
%prep %prep
%autosetup -n xsom-xsom-20110809 -p1 %autosetup -n xsom-xsom-20110809 -p1
@ -41,7 +39,7 @@ sed -i 's|http://docs.oasis-open.org/regrep/v3.0/schema/lcm.xsd|file://%{SOURCE1
%files -f .mfiles %files -f .mfiles
%doc license.txt %doc license.txt
%files help -f .mfiles-javadoc %files javadoc -f .mfiles-javadoc
%doc license.txt %doc license.txt
%changelog %changelog