[eclipse-emf-validation] Adapt to emf-runtime dropins change.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Dec 4 08:57:45 UTC 2014


commit 74a2d0bcc84240aceb240278c28b8aaec76acd8d
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Thu Dec 4 10:57:47 2014 +0200

    Adapt to emf-runtime dropins change.

 eclipse-emf-validation.spec |   11 +++++++----
 1 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/eclipse-emf-validation.spec b/eclipse-emf-validation.spec
index 8e26525..5ea99bf 100644
--- a/eclipse-emf-validation.spec
+++ b/eclipse-emf-validation.spec
@@ -4,7 +4,7 @@
 
 Name:      eclipse-emf-validation
 Version:   1.6.0
-Release:   6%{?dist}
+Release:   7%{?dist}
 Summary:   Verify the integrity of EMF models
 Group:     System Environment/Libraries
 License:   EPL
@@ -47,11 +47,11 @@ for listening to validation events.
 %build
 # build emf-validation features
 eclipse-pdebuild -f org.eclipse.emf.validation \
-  -d "emf mdt-ocl mdt-uml2"
+  -d "emf-runtime mdt-ocl mdt-uml2"
 eclipse-pdebuild -f org.eclipse.emf.validation.ocl \
-  -d "emf mdt-ocl mdt-uml2"
+  -d "emf-runtime mdt-ocl mdt-uml2"
 eclipse-pdebuild -f org.eclipse.emf.validation.doc \
-  -d "emf mdt-ocl mdt-uml2"
+  -d "emf-runtime mdt-ocl mdt-uml2"
 
 %install
 install -d -m 755 %{buildroot}%{eclipse_dropin}
@@ -64,6 +64,9 @@ unzip -q -n -d %{buildroot}%{eclipse_dropin}/emf-validation build/rpmBuild/org.e
 %doc org.eclipse.emf.validation-feature/rootfiles/*
 
 %changelog
+* Thu Dec 4 2014 Alexander Kurtakov <akurtako at redhat.com> 1.6.0-7
+- Adapt to emf-runtime dropins change.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.6.0-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list