[eclipse-mylyn-commons] - Use source download link over custom source fetch script.

jerboaa jerboaa at fedoraproject.org
Wed Jul 13 20:02:53 UTC 2011


commit d2e33cd2309caabb83f142a9323e1686f094273d
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Wed Jul 13 15:59:18 2011 -0400

    - Use source download link over custom source fetch script.

 .gitignore                     |    1 +
 eclipse-mylyn-commons.spec     |   11 ++++++-----
 fetch-eclipse-mylyn-commons.sh |   26 --------------------------
 sources                        |    2 +-
 4 files changed, 8 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9cbc01e..70b8d72 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 eclipse-mylyn-commons-R_3_5_0-fetched-src.tar.bz2
 eclipse-mylyn-commons-R_3_5_1-fetched-src.tar.bz2
 eclipse-mylyn-commons-R_3_6_0-fetched-src.tar.bz2
+R_3_6_0.tar.bz2
diff --git a/eclipse-mylyn-commons.spec b/eclipse-mylyn-commons.spec
index 7d8929a..7e94490 100644
--- a/eclipse-mylyn-commons.spec
+++ b/eclipse-mylyn-commons.spec
@@ -7,13 +7,11 @@
 Name: eclipse-mylyn-commons
 Summary: Common libraries for Eclipse Mylyn
 Version: 3.6.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: EPL and ASL 2.0
 URL: http://www.eclipse.org/mylyn
 
-# bash fetch-eclipse-mylyn-commons.sh
-Source0: eclipse-mylyn-commons-R_3_6_0-fetched-src.tar.bz2
-Source1: fetch-eclipse-mylyn-commons.sh
+Source0: http://git.eclipse.org/c/mylyn/org.eclipse.mylyn.commons.git/snapshot/R_3_6_0.tar.bz2
 
 # Would require axis2+OSGi info. Remove once
 # https://bugzilla.redhat.com/show_bug.cgi?id=497126
@@ -56,7 +54,7 @@ information that is not relevant to the current task. This package includes
 common libraries used by other Eclipse Mylyn packages.
 
 %prep
-%setup -q -n org.eclipse.mylyn.commons
+%setup -q -n R_3_6_0
 
 rm -rf orbitDeps
 mkdir orbitDeps
@@ -116,6 +114,9 @@ popd
 %doc org.eclipse.mylyn.commons-feature/license.html
 
 %changelog
+* Wed Jul 13 2011 Severin Gehwolf <sgehwolf at redhat.com> 3.6.0-2
+- Use source download link over custom source fetch script.
+
 * Wed Jul 13 2011 Severin Gehwolf <sgehwolf at redhat.com> 3.6.0-1
 - Update to upstream 3.6.0 release.
 
diff --git a/sources b/sources
index 2a6f941..26d9912 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f2c2be7076060cb6689c5f12bec4fb22  eclipse-mylyn-commons-R_3_6_0-fetched-src.tar.bz2
+5e1ea0e079c8a96f38c50fcd6dae6154  R_3_6_0.tar.bz2


More information about the scm-commits mailing list