[eclipse-jgit/f17: 1/2] Use eclipse-pdebuild over old pdebuild script.

jerboaa jerboaa at fedoraproject.org
Fri Apr 27 14:11:52 UTC 2012


commit d3cbd39b14fa300a27fe84c067d0a870ec65f4b3
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Fri Apr 27 10:09:55 2012 -0400

    Use eclipse-pdebuild over old pdebuild script.

 eclipse-jgit.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-jgit.spec b/eclipse-jgit.spec
index 9c432a5..2cc25a7 100644
--- a/eclipse-jgit.spec
+++ b/eclipse-jgit.spec
@@ -1,10 +1,9 @@
-%global eclipse_base   %{_libdir}/eclipse
 %global install_loc    %{_datadir}/eclipse/dropins/jgit
 %global version_suffix 201202151440-r
 
 Name:           eclipse-jgit
 Version:        1.3.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Eclipse JGit
 
 Group:          Development/Tools
@@ -62,7 +61,7 @@ sed -i -e "s|\${bundle-manifest}|\${source-bundle-manifest}|g" \
 
 %build
 # build plugin
-%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.jgit
+%{_bindir}/eclipse-pdebuild -f org.eclipse.jgit
 # build JARs
 mvn-rpmbuild -Dtranslate-qualifier=true install \
  -pl "org.eclipse.jgit,org.eclipse.jgit.ui,org.eclipse.jgit.console,org.eclipse.jgit.iplog,org.eclipse.jgit.pgm"
@@ -124,6 +123,9 @@ install -m 755 org.eclipse.jgit.pgm/jgit.sh %{buildroot}%{_bindir}/jgit
 %doc README
 
 %changelog
+* Fri Apr 27 2012 Severin Gehwolf <sgehwolf at redhat.com> 1.3.0-3
+- Use eclipse-pdebuild over old pdebuild script.
+
 * Thu Apr 26 2012 Severin Gehwolf <sgehwolf at redhat.com> 1.3.0-2
 - Tweak .spec so as to avoid modifying to much of the .spec file
 - Fix upstream 1.3 release sources.


More information about the scm-commits mailing list