diff --git a/ovirt-jboss-modules-maven-plugin-2.0.2.tar.gz b/ovirt-jboss-modules-maven-plugin-2.0.2.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..771e6251565a5c54b480f548b4a5fedcc0f5d7c4 Binary files /dev/null and b/ovirt-jboss-modules-maven-plugin-2.0.2.tar.gz differ diff --git a/ovirt-jboss-modules-maven-plugin.spec b/ovirt-jboss-modules-maven-plugin.spec new file mode 100644 index 0000000000000000000000000000000000000000..b696b4f184f68adfc4b8457a1b316b7195c1684b --- /dev/null +++ b/ovirt-jboss-modules-maven-plugin.spec @@ -0,0 +1,70 @@ +# +# 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 +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 + +BuildRequires: javapackages-tools +BuildRequires: maven-local +BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) +BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) +BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) +BuildRequires: mvn(org.apache.maven:maven-artifact) +BuildRequires: mvn(org.apache.maven:maven-core) +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) + + +%description +Maven Plugin used to generate and attach an artifact containing +JBoss modules. + +%package javadoc +Summary: Javadoc for %{name}. + +%description javadoc +This package contains the API documentation for %{name}. + +%prep +%setup -q -n %{name} + +%build +%mvn_build + +%install +%mvn_install + +%files -f .mfiles +%dir %{_javadir}/%{name} +%doc AUTHORS.md +%doc README.md +%license LICENSE.txt + +%files javadoc -f .mfiles-javadoc +%license LICENSE.txt + +%changelog +* Wed Jul 7 2021 lijunwei - 2.0.0-1 +- Init Package