[eclipse-egit/f17: 1/2] Use eclipse-pdebuild over pdebuild in lib.

jerboaa jerboaa at fedoraproject.org
Fri Apr 27 13:52:54 UTC 2012


commit 6f003fea0d93d64223ffe6e003cfae7b5b1e3267
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Fri Apr 27 09:47:47 2012 -0400

    Use eclipse-pdebuild over pdebuild in lib.

 eclipse-egit.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-egit.spec b/eclipse-egit.spec
index a8ebf1d..3103f64 100644
--- a/eclipse-egit.spec
+++ b/eclipse-egit.spec
@@ -1,10 +1,9 @@
-%global eclipse_base     %{_libdir}/eclipse
 %global install_loc      %{_datadir}/eclipse/dropins/egit
 
 Summary:          Eclipse Git Integration
 Name:             eclipse-egit
 Version:          1.3.0
-Release:          2%{?dist}
+Release:          3%{?dist}
 License:          EPL
 URL:              http://www.eclipse.org/egit
 Group:            Development/Tools
@@ -30,7 +29,7 @@ interacting with Git repositories.
 %patch0 -p1
 
 %build
-%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.egit -d "jgit"
+%{_bindir}/eclipse-pdebuild -f org.eclipse.egit -d "jgit"
 
 %install
 install -d -m 755 $RPM_BUILD_ROOT%{install_loc}
@@ -43,6 +42,9 @@ unzip -q -d $RPM_BUILD_ROOT%{install_loc}/ build/rpmBuild/org.eclipse.egit.zip
 %doc LICENSE README
 
 %changelog
+* Fri Apr 27 2012 Severin Gehwolf <sgehwolf at redhat.com> 1.3.0-3
+- Use eclipse-pdebuild over pdebuild in lib.
+
 * Thu Apr 26 2012 Severin Gehwolf <sgehwolf at redhat.com> 1.3.0-2
 - Fix 1.3.0 which was previously using wrong sources.
 - Fix JGit BR/R since EGit depends on the same version of JGit.


More information about the scm-commits mailing list