Fridrich Strba 2019-02-07 13:21:55 +00:00 committed by Git OBS Bridge
parent 9d7329f288
commit b7cf30a614

View File

@ -49,6 +49,7 @@ beneficial to most nontrivial applications.
%package tck
Summary: TCK for testing %{name} compatibility with JSR-330
Group: Development/Libraries/Java
Requires: %{name} = %{version}-%{release}
Requires: junit
@ -57,6 +58,7 @@ Requires: junit
%package javadoc
Summary: API documentation for %{name}
Group: Documentation/HTML
%description javadoc
API documentation for %{name}.
@ -110,7 +112,6 @@ cp -pr build/javadoc/* %{buildroot}%{_javadocdir}/%{name}/
%files tck -f .mfiles-tck
%files javadoc
%license LICENSE
%{_javadocdir}/%{name}
%changelog