package init
This commit is contained in:
parent
961ea9ff2c
commit
b808d8faf2
10
options.spec
10
options.spec
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user