[eclipse-cmakeed] Update to new upstream version.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Nov 2 11:18:37 UTC 2011


commit 7a2ec0a26edb10f226a1700aa5bafbcf1eb3f04c
Author: Alexander Kurtakov < <akurtako at redhat.com>
Date:   Wed Nov 2 13:14:48 2011 +0200

    Update to new upstream version.

 .gitignore           |    1 +
 eclipse-cmakeed.spec |   20 ++++++++++----------
 sources              |    2 +-
 3 files changed, 12 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index c75f722..5976171 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 CMakeEd-Src_1.1.5.tar.gz
+eclipse-cmakeed-1.1.6.tar.xz
diff --git a/eclipse-cmakeed.spec b/eclipse-cmakeed.spec
index 1390162..9cc6eb7 100644
--- a/eclipse-cmakeed.spec
+++ b/eclipse-cmakeed.spec
@@ -2,15 +2,17 @@
 %global install_loc    %{_datadir}/eclipse/dropins/cmakeed
 
 Name:           eclipse-cmakeed
-Version:        1.1.5
-Release:        2%{?dist}
+Version:        1.1.6
+Release:        1%{?dist}
 Summary:        CMake Editor plug-in for Eclipse
 
 Group:          Development/Tools
 License:        CPL
 URL:            http://cmakeed.sourceforge.net
-Source0:        http://heanet.dl.sourceforge.net/sourceforge/cmakeed/CMakeEd-Src_%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+#svn export https://cmakeed.svn.sourceforge.net/svnroot/cmakeed/tags/1_1_6/ eclipse-cmakeed-1.1.6
+#rm -fr eclipse-cmakeed-1.1.6/com.cthing.cmakeed.site/
+# tar caf eclipse-cmakeed-1.1.6.tar.xz eclipse-cmakeed-1.1.6/
+Source0: eclipse-cmakeed-1.1.6.tar.xz
 
 BuildArch: noarch
 
@@ -22,7 +24,7 @@ The CMakeEd plug-in provides an editor for CMake files. The plug-in registers
 an editor for files named CMakeLists.txt and *.cmake.
 
 %prep
-%setup -q -n 1_1_5
+%setup -q
 #remove jar files
 find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
 
@@ -30,21 +32,19 @@ find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
 %{eclipse_base}/buildscripts/pdebuild
 
 %install
-%{__rm} -rf %{buildroot}
 %{__install} -d -m 755 %{buildroot}%{install_loc}
 
 %{__unzip} -q -d %{buildroot}%{install_loc} \
      build/rpmBuild/com.cthing.cmakeed.feature.zip
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
-%defattr(-,root,root,-)
 %{install_loc}
 %doc com.cthing.cmakeed.feature/License.html
 
 %changelog
+* Wed Nov 2 2011 Alexander Kurtakov <akurtako at redhat.com> 1.1.6-1
+- Update to new upstream version.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.5-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 9d70323..4950742 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02ae14fc29605162640989b4ac7425f7  CMakeEd-Src_1.1.5.tar.gz
+ffa9b7b7d3f91f14622f80ce4cfdf363  eclipse-cmakeed-1.1.6.tar.xz


More information about the scm-commits mailing list