[eclipse-cmakeed] Use the new eclipse-pdebuild script.

Alexander Kurtakov akurtakov at fedoraproject.org
Mon Jul 23 07:55:29 UTC 2012


commit 0510ef35f74fd2107f4a5f825ed211eac3fd420b
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Mon Jul 23 10:54:38 2012 +0300

    Use the new eclipse-pdebuild script.

 eclipse-cmakeed.spec |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/eclipse-cmakeed.spec b/eclipse-cmakeed.spec
index d1462b5..340e69d 100644
--- a/eclipse-cmakeed.spec
+++ b/eclipse-cmakeed.spec
@@ -1,9 +1,8 @@
-%global eclipse_base   %{_libdir}/eclipse
 %global install_loc    %{_datadir}/eclipse/dropins/cmakeed
 
 Name:           eclipse-cmakeed
 Version:        1.1.6
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        CMake Editor plug-in for Eclipse
 
 Group:          Development/Tools
@@ -29,7 +28,7 @@ an editor for files named CMakeLists.txt and *.cmake.
 find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
 
 %build
-%{eclipse_base}/buildscripts/pdebuild
+eclipse-pdebuild
 
 %install
 %{__install} -d -m 755 %{buildroot}%{install_loc}
@@ -42,6 +41,9 @@ find -name '*.jar' -o -name '*.class' -exec rm -f '{}' \;
 %doc com.cthing.cmakeed.feature/License.html
 
 %changelog
+* Mon Jul 23 2012 Alexander Kurtakov <akurtako at redhat.com> 1.1.6-4
+- Use the new eclipse-pdebuild script.
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.6-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 


More information about the scm-commits mailing list