From 994686f4dc8dc5299105d89db9ec5902b663351f Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Jun 23 2016 08:59:14 +0000 Subject: Update to upstream version 3.0.1 - Enable tests --- diff --git a/.gitignore b/.gitignore index ba103d2..77fc358 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ maven-source-plugin-2.1.2.tar.xz /maven-source-plugin-2.3-source-release.zip /maven-source-plugin-2.4-source-release.zip /maven-source-plugin-3.0.0-source-release.zip +/maven-source-plugin-3.0.1-source-release.zip diff --git a/maven-source-plugin.spec b/maven-source-plugin.spec index 5400483..7f23b9b 100644 --- a/maven-source-plugin.spec +++ b/maven-source-plugin.spec @@ -1,5 +1,5 @@ Name: maven-source-plugin -Version: 3.0.0 +Version: 3.0.1 Release: 1%{?dist} Summary: Plugin creating source JAR License: ASL 2.0 @@ -12,9 +12,10 @@ BuildRequires: maven-local BuildRequires: mvn(junit:junit) BuildRequires: mvn(org.apache.maven:maven-archiver) BuildRequires: mvn(org.apache.maven:maven-artifact) +BuildRequires: mvn(org.apache.maven:maven-compat) +BuildRequires: mvn(org.apache.maven:maven-core) BuildRequires: mvn(org.apache.maven:maven-model) BuildRequires: mvn(org.apache.maven:maven-plugin-api) -BuildRequires: mvn(org.apache.maven:maven-project) BuildRequires: mvn(org.apache.maven.plugins:maven-plugins:pom:) BuildRequires: mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness) BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) @@ -22,7 +23,7 @@ BuildRequires: mvn(org.codehaus.plexus:plexus-archiver) BuildRequires: mvn(org.codehaus.plexus:plexus-utils) %description -The Maven Source Plugin creates a JAR archive of the +The Maven Source Plugin creates a JAR archive of the source files of the current project. %package javadoc @@ -32,11 +33,11 @@ Summary: Javadoc for %{name} API documentation for %{name}. %prep -%setup -q +%setup -q %build %mvn_file : %{name} -%mvn_build -f +%mvn_build %install %mvn_install @@ -48,6 +49,10 @@ API documentation for %{name}. %license LICENSE NOTICE %changelog +* Thu Jun 23 2016 Michael Simacek - 3.0.1-1 +- Update to upstream version 3.0.1 +- Enable tests + * Mon May 02 2016 Michael Simacek - 3.0.0-1 - Update to upstream version 3.0.0 diff --git a/sources b/sources index a998c41..76b5d81 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e43192ec49c69545118051cb80932383 maven-source-plugin-3.0.0-source-release.zip +22eca435a6ea6c25862f29f4c4345112 maven-source-plugin-3.0.1-source-release.zip