[eclipse-packagekit] Rebuild to remove content.jar and artifacts.jar (RHBZ#986618).

Krzysztof Daniel kdaniel at fedoraproject.org
Mon Jul 22 20:08:21 UTC 2013


commit 4482627a3662d1f4aee93e3b087e156bc59249ee
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon Jul 22 22:08:00 2013 +0200

    Rebuild to remove content.jar and artifacts.jar (RHBZ#986618).

 eclipse-packagekit.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/eclipse-packagekit.spec b/eclipse-packagekit.spec
index 99b2272..b8b3d8c 100644
--- a/eclipse-packagekit.spec
+++ b/eclipse-packagekit.spec
@@ -25,14 +25,14 @@ plugins integration code.
 %setup -q
 
 %build
-mvn-rpmbuild clean verify
+mvn-rpmbuild clean verify -DskipTychoVersionCheck
 
 %install
 install -d -m 755 %{buildroot}%{install_loc}
 
 mvn-rpmbuild org.fedoraproject:feclipse-maven-plugin:install \
     -DsourceRepo=org.eclipse.linuxtools.packagekit.repo/target/org.eclipse.linuxtools.packagekit.repo-%{version}-SNAPSHOT.zip \
-    -DtargetLocation=%{buildroot}%{install_loc}/eclipse
+    -DtargetLocation=%{buildroot}%{install_loc}/eclipse -DskipTychoVersionCheck
 pushd %{buildroot}%{install_loc}/eclipse/plugins
 ln -s %{_javadir}/dbus-java/dbus.jar dbus.jar
 ln -s %{_jnidir}/unix.jar unix.jar


More information about the scm-commits mailing list