[eclipse-mylyn-fedora-integration] Update to 1.0.3 release.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Jul 2 09:19:41 UTC 2014


commit 72bf8c3997ca94ffc5970137ab4147239bf1799a
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed Jul 2 12:19:47 2014 +0300

    Update to 1.0.3 release.

 .gitignore                            |    1 +
 eclipse-mylyn-fedora-integration.spec |   26 ++++++++++++--------------
 fetchSource.sh                        |    7 -------
 sources                               |    2 +-
 4 files changed, 14 insertions(+), 22 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 29113af..8d54265 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 /Eclipse-Mylyn-Fedora-Integration-60b2380.tar.bz2
 /Eclipse-Mylyn-Fedora-Integration-f78c8c.tar.bz2
 /Eclipse-Mylyn-Fedora-Integration-76ad0b.tar.bz2
+/Eclipse-Mylyn-Fedora-Integration-1.0.3.tar.xz
diff --git a/eclipse-mylyn-fedora-integration.spec b/eclipse-mylyn-fedora-integration.spec
index 25b96e2..491d043 100644
--- a/eclipse-mylyn-fedora-integration.spec
+++ b/eclipse-mylyn-fedora-integration.spec
@@ -1,21 +1,19 @@
 %global install_loc    %{_datadir}/eclipse/dropins/%{name}
-%global source_tag 76ad0b
 
 Name:           eclipse-mylyn-fedora-integration
-Version:        1.0.2
-Release:        0.6%{?dist}
+Version:        1.0.3
+Release:        1%{?dist}
 Summary:        Eclipse Mylyn Fedora Integration
 
 Group:          Development/Tools
 License:        EPL
 URL:            https://fedorahosted.org/Eclipse-Mylyn-Fedora-Integration/
-# http://git.fedorahosted.org/git?p=Eclipse-Mylyn-Fedora-Integration.git;a=snapshot;h=%%{source_tag};sf=tbz2
-Source0:        Eclipse-Mylyn-Fedora-Integration-%{source_tag}.tar.bz2
+Source0:        https://git.fedorahosted.org/cgit/Eclipse-Mylyn-Fedora-Integration.git/snapshot/Eclipse-Mylyn-Fedora-Integration-%{version}.tar.xz
 BuildArch: noarch
 
-BuildRequires: eclipse-pde >= 1:4.2.0
 BuildRequires: eclipse-mylyn-tasks-bugzilla >= 3.7.0
-Requires: eclipse-platform >= 4.2.0
+BuildRequires: feclipse-maven-plugin
+BuildRequires: eclipse-license
 Requires: eclipse-mylyn-tasks-bugzilla >= 3.7.0
 
 %description
@@ -23,21 +21,18 @@ Integrates Eclipse Mylyn with Fedora ecosystem by providing possibility to
 report bugs and enhancements directly from within Eclipse.
 
 %prep
-%setup -q -n Eclipse-Mylyn-Fedora-Integration-%{source_tag}
+%setup -q -n Eclipse-Mylyn-Fedora-Integration-%{version}
 pushd plugins/org.fedoraproject.eclipse.mylyn.support/
     VER=`echo "%{?dist}" | sed 's/.fc//'`
     sed -i "s/@version@/${VER}/" plugin.xml
 popd
+sed -i "s/1.0.0/1.0.1/" features/org.fedoraproject.eclipse.mylyn.support.feature/feature.xml
 
 %build
-eclipse-pdebuild -f org.fedoraproject.eclipse.mylyn.support.feature \
-  -d "mylyn"
+%mvn_build -j -i 
 
 %install
-install -d -m 755 %{buildroot}%{install_loc}
-
-%{__unzip} -q -d %{buildroot}%{install_loc} \
-     build/rpmBuild/org.fedoraproject.eclipse.mylyn.support.feature.zip 
+xmvn -o org.fedoraproject:feclipse-maven-plugin:install -DsourceRepo=repo/target/repository -DtargetLocation=%{buildroot}%{install_loc}/eclipse
 
 %files
 %dir %{install_loc}
@@ -47,6 +42,9 @@ install -d -m 755 %{buildroot}%{install_loc}
 %doc %{install_loc}/eclipse/features/org.fedoraproject.eclipse.mylyn.support.feature_%{version}/epl-v10.html
 
 %changelog
+* Wed Jul 2 2014 Alexander Kurtakov <akurtako at redhat.com> 1.0.3-1
+- Update to 1.0.3 release.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-0.6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 9c7271b..b6b5616 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-77ec20af1aa0c0f219289549cc088892  Eclipse-Mylyn-Fedora-Integration-76ad0b.tar.bz2
+4e94e02640f914dcd5bf923dd7519db4  Eclipse-Mylyn-Fedora-Integration-1.0.3.tar.xz


More information about the scm-commits mailing list