[eclipse-changelog/f17] Update to 0.10.0 Linux Tools release.

Andrew Robinson arobinso at fedoraproject.org
Thu Apr 12 17:11:51 UTC 2012


commit 2d846c9be986555a4bd0045ab98eeb4b9235e94f
Author: Andrew Robinson <arobinso at localhost.localdomain>
Date:   Thu Apr 12 12:34:59 2012 -0400

    Update to 0.10.0 Linux Tools release.

 .gitignore             |    1 +
 eclipse-changelog.spec |   29 ++++++++++-------------------
 sources                |    2 +-
 3 files changed, 12 insertions(+), 20 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1207cdc..1450b29 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ eclipse-changelog-src-R0_6_0
 /eclipse-changelog-src-R0_6_1.tar.bz2
 linuxtools-changelog-0.0.1-src.tar.bz2
 /linuxtools-changelog-parent-0.9.0-src.tar.bz2
+/linuxtools-changelog-parent-0.10.0-src.tar.bz2
diff --git a/eclipse-changelog.spec b/eclipse-changelog.spec
index 66853a2..002e2be 100644
--- a/eclipse-changelog.spec
+++ b/eclipse-changelog.spec
@@ -5,7 +5,7 @@ Epoch: 1
 
 Name:           eclipse-changelog
 Version:        2.7.0
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Eclipse ChangeLog plug-in
 
 Group:          Development/Tools
@@ -18,8 +18,8 @@ Obsoletes:      eclipse-changelog-jdt < %{epoch}:%{version}-%{release}
 Provides:       eclipse-changelog-cdt = %{epoch}:%{version}-%{release}
 Provides:       eclipse-changelog-jdt = %{epoch}:%{version}-%{release}
 
-# Note that 0.9.0 is the linuxtools release, not individual features
-Source0:        http://download.eclipse.org/technology/linuxtools/0.9.0-sources/linuxtools-changelog-parent-0.9.0-src.tar.bz2
+# Note that 0.10.0 is the linuxtools release, not individual features
+Source0:        http://download.eclipse.org/technology/linuxtools/0.10.0-sources/linuxtools-changelog-parent-0.10.0-src.tar.bz2
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -46,12 +46,10 @@ fragments for parsing C, C++, and Java source files to create more detailed
 entries containing function or method names.
 
 %prep
-%setup -q -c -n linuxtools-changelog-parent-0.9.0-src
+%setup -q -c -n linuxtools-changelog-parent-0.10.0-src
 
 %build
-%{eclipse_base}/buildscripts/pdebuild -d cdt \
- -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier}" \
- -j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
+%{_bindir}/eclipse-pdebuild -d cdt \
  -f org.eclipse.linuxtools.changelog
 
 
@@ -62,22 +60,15 @@ install -d -m 755 $installDir
 unzip -q -d $installDir \
  build/rpmBuild/org.eclipse.linuxtools.changelog.zip
 
-%post
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-%postun
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
-%defattr(-,root,root)
-%doc linuxtools-changelog-parent-0.9.0-src/org.eclipse.linuxtools.changelog/epl-v10.html
+%doc linuxtools-changelog-parent-0.10.0-src/org.eclipse.linuxtools.changelog/epl-v10.html
 %{eclipse_base}/dropins/changelog
 
 %changelog
+* Thu Apr 12 2012 Andrew Robinson <arobinso at redhat.com>
+- Update to Linux Tools 0.10.0 release.
+- Rebuild for Eclipse update.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:2.7.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index a8620fd..9ec8847 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-64f30ef695ae785b8b823464f40abcc5  linuxtools-changelog-parent-0.9.0-src.tar.bz2
+6048b6251a966e55a18cdc55e58c52a1  linuxtools-changelog-parent-0.10.0-src.tar.bz2


More information about the scm-commits mailing list