diff --git a/ovirt-jboss-modules-maven-plugin.spec b/ovirt-jboss-modules-maven-plugin.spec index b696b4f184f68adfc4b8457a1b316b7195c1684b..7cc9f5ca7f5ef3a3599e2814c5b1e4daef94f939 100644 --- a/ovirt-jboss-modules-maven-plugin.spec +++ b/ovirt-jboss-modules-maven-plugin.spec @@ -1,25 +1,9 @@ -# -# Copyright (c) 2014-2015 Red Hat, Inc. -# -# Licensed under the Apache License, Version 2.0 (the "License"); -# you may not use this file except in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, software -# distributed under the License is distributed on an "AS IS" BASIS, -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -# See the License for the specific language governing permissions and -# limitations under the License. -# - Name: ovirt-jboss-modules-maven-plugin Version: 2.0.2 Release: 1 Summary: oVirt JBoss Modules Maven Plugin Group: Development/Libraries -License: ASL 2.0 +License: Apache 2.0 URL: https://www.ovirt.org Source: https://resources.ovirt.org/pub/src/%{name}/ovirt-jboss-modules-maven-plugin-2.0.2.tar.gz BuildArch: noarch @@ -35,7 +19,8 @@ BuildRequires: mvn(org.apache.maven:maven-plugin-api) BuildRequires: mvn(org.apache.maven:maven-project) BuildRequires: mvn(org.codehaus.plexus:plexus-archiver) BuildRequires: mvn(org.codehaus.plexus:plexus-utils) - +BuildRequires: mvn(org.apache.maven.plugins:maven-javadoc-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-release-plugin) %description Maven Plugin used to generate and attach an artifact containing @@ -50,6 +35,7 @@ This package contains the API documentation for %{name}. %prep %setup -q -n %{name} + %build %mvn_build @@ -66,5 +52,6 @@ This package contains the API documentation for %{name}. %license LICENSE.txt %changelog -* Wed Jul 7 2021 lijunwei - 2.0.0-1 +* Wed Aug 18 2021 Python_Bot - 2.0.2-1 - Init Package +