Package init

This commit is contained in:
jeff200902 2020-08-19 17:25:27 +08:00
parent a152d51b6f
commit 79f8dc2629

View File

@ -15,9 +15,9 @@ RelaxNGCC is a tool for generating Java source code from a given RELAX NG
grammar. By embedding code fragments in the grammar like yacc or JavaCC, you can
take appropriate actions while parsing valid XML documents against the grammar.
%package javadoc
%package help
Summary: Javadoc for %{name}
%description javadoc
%description help
This package contains javadoc for %{name}.
%prep
@ -53,7 +53,7 @@ cp -pr javadoc/* %{buildroot}%{_javadocdir}/%{name}/.
%doc src/HOWTO-readAutomata.txt LICENSE.txt readme.txt
%doc doc/*
%files javadoc
%files help
%{_javadocdir}/*
%doc LICENSE.txt