[aces_container] Fixup include dir for cmake

Nicolas Chauvet kwizart at fedoraproject.org
Tue Dec 2 22:41:42 UTC 2014


commit 938e6633d14c912898d807daee8905daffea06bf
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Tue Dec 2 23:40:45 2014 +0100

    Fixup include dir for cmake

 Aces_container-fixup.patch |    2 +-
 aces_container.spec        |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/Aces_container-fixup.patch b/Aces_container-fixup.patch
index 4ea3356..e33f77a 100644
--- a/Aces_container-fixup.patch
+++ b/Aces_container-fixup.patch
@@ -50,7 +50,7 @@ diff -up aces_container-1.0/config/AcesContainerConfig.cmake.in.fixup aces_conta
  get_filename_component( AcesContainer_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH )
  
 -set(AcesContainer_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")
-+set(AcesContainer_INCLUDE_DIRS "@INCLUDE_INSTALL_DIR@")
++set(AcesContainer_INCLUDE_DIRS "@INCLUDE_INSTALL_DIR@/aces")
  
  set(AcesContainer_LIBRARIES AcesContainer )
 -set(AcesContainer_LIBRARY_DIRS "@CONF_LIB_DIRS@" )
diff --git a/aces_container.spec b/aces_container.spec
index 530a7bf..0913633 100644
--- a/aces_container.spec
+++ b/aces_container.spec
@@ -1,6 +1,6 @@
 Name:           aces_container
 Version:        1.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        ACES Container Reference
 
 License:        AMPAS BSD
@@ -75,6 +75,9 @@ rm %{buildroot}/%{_libdir}/CMake/AcesContainer/AcesContainerTargets-noconfig.cma
 
 
 %changelog
+* Tue Dec 02 2014 Nicolas Chauvet <kwizart at gmail.com> - 1.0-3
+- Fixup includedir for cmake
+
 * Mon Aug 25 2014 Nicolas Chauvet <kwizart at gmail.com> - 1.0-2
 - Add Requires cmake for -devel
 


More information about the scm-commits mailing list