This commit is contained in:
parent
e7eacc8ca8
commit
cc0e5f8359
@ -86,7 +86,7 @@ API documentation for %{name}.
|
|||||||
%patch -P 0 -p1
|
%patch -P 0 -p1
|
||||||
%patch -P 1 -p1
|
%patch -P 1 -p1
|
||||||
%patch -P 2 -p1
|
%patch -P 2 -p1
|
||||||
cp -p %{SOURCE1} LICENSE
|
cp -p %{SOURCE1} .
|
||||||
|
|
||||||
%pom_remove_plugin :maven-site-plugin
|
%pom_remove_plugin :maven-site-plugin
|
||||||
%pom_remove_plugin :maven-enforcer-plugin
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
@ -114,9 +114,9 @@ popd
|
|||||||
%fdupes -s %{buildroot}%{_javadocdir}
|
%fdupes -s %{buildroot}%{_javadocdir}
|
||||||
|
|
||||||
%files -f %{name}/.mfiles
|
%files -f %{name}/.mfiles
|
||||||
%license LICENSE
|
%license LICENSE.txt LICENSE-2.0.txt
|
||||||
|
|
||||||
%files javadoc -f %{name}/.mfiles-javadoc
|
%files javadoc -f %{name}/.mfiles-javadoc
|
||||||
%license LICENSE
|
%license LICENSE.txt LICENSE-2.0.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -99,7 +99,7 @@ API documentation for %{name}.
|
|||||||
%patch -P 0 -p1
|
%patch -P 0 -p1
|
||||||
%patch -P 1 -p1
|
%patch -P 1 -p1
|
||||||
%patch -P 2 -p1
|
%patch -P 2 -p1
|
||||||
cp -p %{SOURCE1} LICENSE
|
cp -p %{SOURCE1} .
|
||||||
|
|
||||||
%pom_remove_plugin :maven-site-plugin
|
%pom_remove_plugin :maven-site-plugin
|
||||||
%pom_remove_plugin :maven-enforcer-plugin
|
%pom_remove_plugin :maven-enforcer-plugin
|
||||||
@ -166,14 +166,14 @@ done
|
|||||||
%jpackage_script org.codehaus.modello.ModelloCli "" "" modello:aopalliance:atinject:google-guice:guava:jackson-core:javadoc-parser:plexus/plexus-build-api:plexus/plexus-build-api0:plexus/classworlds:plexus-containers/plexus-component-annotations:plexus/utils:plexus/xml:org.eclipse.sisu.inject:org.eclipse.sisu.plexus:slf4j/api:slf4j/simple:snakeyaml:velocity %{name} true
|
%jpackage_script org.codehaus.modello.ModelloCli "" "" modello:aopalliance:atinject:google-guice:guava:jackson-core:javadoc-parser:plexus/plexus-build-api:plexus/plexus-build-api0:plexus/classworlds:plexus-containers/plexus-component-annotations:plexus/utils:plexus/xml:org.eclipse.sisu.inject:org.eclipse.sisu.plexus:slf4j/api:slf4j/simple:snakeyaml:velocity %{name} true
|
||||||
|
|
||||||
%files -f .mfiles -f .mfiles-core
|
%files -f .mfiles -f .mfiles-core
|
||||||
%license LICENSE
|
%license LICENSE.txt LICENSE-2.0.txt
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%files test -f .mfiles-test
|
%files test -f .mfiles-test
|
||||||
%license LICENSE
|
%license LICENSE.txt LICENSE-2.0.txt
|
||||||
|
|
||||||
%files javadoc
|
%files javadoc
|
||||||
%license LICENSE
|
%license LICENSE.txt LICENSE-2.0.txt
|
||||||
%{_javadocdir}/%{name}
|
%{_javadocdir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user