Modify spec file
This commit is contained in:
parent
f0d107c319
commit
c9d3da76f5
12
xsom.spec
12
xsom.spec
@ -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
|
||||
take XML Schema as an input.
|
||||
|
||||
%package help
|
||||
Summary: Help documents for xsom
|
||||
Provides: xsom-javadoc = %{version}-%{release}
|
||||
Obsoletes: xsom-javadoc < %{version}-%{release}
|
||||
%package javadoc
|
||||
Summary: Javadoc for xsom
|
||||
|
||||
%description help
|
||||
This package contains man pages and other related documents for xsom.
|
||||
%description javadoc
|
||||
This package contains javadoc for xsom.
|
||||
|
||||
%prep
|
||||
%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
|
||||
%doc license.txt
|
||||
|
||||
%files help -f .mfiles-javadoc
|
||||
%files javadoc -f .mfiles-javadoc
|
||||
%doc license.txt
|
||||
|
||||
%changelog
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user