[eclipse-mpc] Update to latest upstream.

Krzysztof Daniel kdaniel at fedoraproject.org
Mon May 6 13:25:58 UTC 2013


commit b4e2e9c2b4582f8df6720f209eeb49800ea6f686
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Mon May 6 15:25:54 2013 +0200

    Update to latest upstream.

 eclipse-mpc.spec |   25 +++++++++++++++++++------
 sources          |    2 +-
 2 files changed, 20 insertions(+), 7 deletions(-)
---
diff --git a/eclipse-mpc.spec b/eclipse-mpc.spec
index 63b9387..0036343 100644
--- a/eclipse-mpc.spec
+++ b/eclipse-mpc.spec
@@ -1,33 +1,40 @@
-%global src_repo_tag   R_1_1_1
+%global src_repo_tag   b114a50c4642bf89f062c2d499e8926ea25ba787
 %global install_loc    %{_datadir}/eclipse/dropins/mpc
 
 Name:           eclipse-mpc
-Version:        1.1.1
-Release:        4%{?dist}
+Version:        1.1.2
+Release:        0.1.gitb114a5%{?dist}
 Summary:        Eclipse Marketplace Client
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://www.eclipse.org/mpc/
-Source0:        http://git.eclipse.org/c/mpc/org.eclipse.epp.mpc.git/snapshot/%{src_repo_tag}.tar.bz2
+Source0:        http://git.eclipse.org/c/mpc/org.eclipse.epp.mpc.git/snapshot/org.eclipse.epp.mpc-%{src_repo_tag}.tar.bz2
 
 BuildArch: noarch
 
 BuildRequires: eclipse-pde >= 1:3.4.0
 BuildRequires: eclipse-p2-discovery >= 1.0.0
+BuildRequires: jakarta-commons-httpclient
 Requires: eclipse-platform >= 3.6.0
 Requires: eclipse-p2-discovery >= 1.0.0
+Requires: jakarta-commons-httpclient
 
 %description
 The Eclipse Marketplace Client provides access to extension catalogs.
 
 %prep
-%setup -q -n %{src_repo_tag}
+%setup -q -n org.eclipse.epp.mpc-%{src_repo_tag}
 
 %{__chmod} a-x org.eclipse.epp.mpc.feature/license.html
 
+mkdir -p orbit
+pushd orbit
+	ln -s %{_javadir}/commons-httpclient.jar
+popd
+
 %build
-eclipse-pdebuild -f org.eclipse.epp.mpc -d discovery
+eclipse-pdebuild -f org.eclipse.epp.mpc -d discovery -o `pwd`/orbit
 
 %install
 install -d -m 755 %{buildroot}%{install_loc}
@@ -35,6 +42,9 @@ install -d -m 755 %{buildroot}%{install_loc}
 %{__unzip} -q -d %{buildroot}%{install_loc} \
      build/rpmBuild/org.eclipse.epp.mpc.zip 
 
+pushd %{buildroot}%{install_loc}/eclipse/plugins
+	ln -s %{_javadir}/commons-httpclient.jar
+popd
 
 %files
 %{install_loc}
@@ -42,6 +52,9 @@ install -d -m 755 %{buildroot}%{install_loc}
 %doc org.eclipse.epp.mpc.feature/license.html
 
 %changelog
+* Mon May 6 2013 Krzysztof Daniel <kdaniel at redhat.com> 1.1.2-0.1.gitb114a5
+- Update to latest upstream.
+
 * Thu Feb 14 2013 Krzysztof Daniel <kdaniel at redhat.com> 1.1.1-4
 - Fix the build.
 
diff --git a/sources b/sources
index 7004c6d..fd977bd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2a9bb5d8c9040c4a3889cf8e3120abe7  R_1_1_1.tar.bz2
+37abdbcf1af66c3f8553033d77703fb1  org.eclipse.epp.mpc-b114a50c4642bf89f062c2d499e8926ea25ba787.tar.bz2


More information about the scm-commits mailing list