diff --git a/eclipse-pdebuild.sh b/eclipse-pdebuild.sh index b5d9998..1a9be9f 100755 --- a/eclipse-pdebuild.sh +++ b/eclipse-pdebuild.sh @@ -205,13 +205,13 @@ if [ $debugPlatform -eq 1 ]; then fi if [ $testing != true ]; then - p2Generate="-Dp2.root.name=\"$featureName\"" \ -" -Dp2.root.version=\"$featureVersion\"" \ -" -Dgenerate.p2.metadata=true" \ -" -Dp2.metadata.repo=file:$buildDir/repo" \ -" -Dp2.artifact.repo=file:$buildDir/repo" \ -" -Dp2.flavor=tooling" \ -" -Dp2.publish.artifacts=true" + p2Generate="-Dp2.root.name=\"$featureName\" \ + -Dp2.root.version=\"$featureVersion\" \ + -Dgenerate.p2.metadata=true \ + -Dp2.metadata.repo=file:$buildDir/repo \ + -Dp2.artifact.repo=file:$buildDir/repo \ + -Dp2.flavor=tooling \ + -Dp2.publish.artifacts=true" fi echo diff --git a/eclipse.spec b/eclipse.spec index 28230ff..542403f 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -30,7 +30,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: %{eclipse_majmin}.%{eclipse_micro} -Release: 1%{?dist} +Release: 2%{?dist} License: EPL Group: Text Editors/Integrated Development Environments (IDE) URL: http://www.eclipse.org/ @@ -1530,6 +1530,9 @@ fi #%{_libdir}/%{name}/configuration/org.eclipse.equinox.source %changelog +* Thu Oct 16 2008 Alexander Kurtakov 3.4.1-2 +- Fix quoting bug in pdebuild.sh. + * Wed Oct 16 2008 Alexander Kurtakov 3.4.1-1 - Move copy-platform instead of copying it.