From ff92aa411de6a3189d32105c8ee67c21aeb60b29 Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Tue, 11 Sep 2012 14:56:43 +0200 Subject: [PATCH] Rebuild without bootstrap --- maven-plugin-tools.spec | 12 ++++-------- sources | 1 - 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/maven-plugin-tools.spec b/maven-plugin-tools.spec index 0a112e7..e5d74e1 100644 --- a/maven-plugin-tools.spec +++ b/maven-plugin-tools.spec @@ -1,6 +1,6 @@ Name: maven-plugin-tools Version: 3.1 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 0 Summary: Maven Plugin Tools @@ -40,8 +40,6 @@ Requires: jpackage-utils Requires: java Requires: maven -Source666: http://search.maven.org/remotecontent?filepath=org/apache/maven/plugins/maven-plugin-plugin/3.1/maven-plugin-plugin-3.1.jar - %description The Maven Plugin Tools contains the necessary tools to be able to produce Maven @@ -187,9 +185,6 @@ API documentation for %{name}. # For easier installation ln -s maven-script/maven-script-{ant,beanshell} . -# For bootstrapping only -sed -i "s|maven-plugin|jar|" maven-plugin-plugin/pom.xml - %pom_xpath_inject "pom:project/pom:properties" " UTF-8 UTF-8" @@ -233,8 +228,6 @@ done # javadoc cp -pr target/site/apidocs/* %{buildroot}%{_javadocdir}/%{name} -# bootstrap -cp %{SOURCE666} %{buildroot}%{_javadir}/%{name}/maven-plugin-plugin.jar %files %doc LICENSE NOTICE @@ -311,6 +304,9 @@ cp %{SOURCE666} %{buildroot}%{_javadir}/%{name}/maven-plugin-plugin.jar %changelog +* Tue Sep 11 2012 Mikolaj Izdebski - 0:3.1-4 +- Rebuild without bootstrap + * Tue Sep 11 2012 Mikolaj Izdebski - 0:3.1-3 - Add obsoletes for maven-plugin-annotations diff --git a/sources b/sources index 9e39753..0c89f75 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ bb89380c61047753cbbacdba9375f168 maven-plugin-tools-3.1-source-release.zip -cb9c6db787d5adb69f113feec9891059 maven-plugin-plugin-3.1.jar