package init

This commit is contained in:
wangxiao65 2020-08-19 19:51:57 +08:00
parent 961ea9ff2c
commit b808d8faf2

View File

@ -13,11 +13,11 @@ BuildRequires: maven-local sonatype-oss-parent
Provides a simple mechanism for defining JVM property-based Provides a simple mechanism for defining JVM property-based
configuration for an application or library. configuration for an application or library.
%package javadoc %package help
Summary: Javadoc for %{name} Summary: help for %{name}
%description javadoc %description help
Javadoc for %{name}. Help for %{name}.
%prep %prep
%setup -q -n %{name}-%{name}-%{version} %setup -q -n %{name}-%{name}-%{version}
@ -33,7 +33,7 @@ cp %{SOURCE1} .
%dir %{_javadir}/%{name} %dir %{_javadir}/%{name}
%doc LICENSE-2.0.txt %doc LICENSE-2.0.txt
%files javadoc -f .mfiles-javadoc %files help -f .mfiles-javadoc
%doc LICENSE-2.0.txt %doc LICENSE-2.0.txt
%changelog %changelog