[ruby-korundum] use korundum's CUSTOM_RUBY_... macros I guess. grr.

Rex Dieter rdieter at fedoraproject.org
Fri Feb 17 15:40:49 UTC 2012


commit 35a7daf8eb8c842014670fe61bf43982a50c3b3b
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Fri Feb 17 09:40:03 2012 -0600

    use korundum's CUSTOM_RUBY_... macros I guess. grr.

 ruby-korundum.spec |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)
---
diff --git a/ruby-korundum.spec b/ruby-korundum.spec
index d9d16d7..c9a396a 100644
--- a/ruby-korundum.spec
+++ b/ruby-korundum.spec
@@ -57,16 +57,13 @@ Requires: smokekde%{?_isa} >= %{version}
 %endif
 
 
-# just a cosmetic change for cmake defs
-sed -i -e 's|SITEARCH|VENDORARCH|' -e 's|SITELIB|VENDORLIB|' CMakeLists.txt
-
 
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
 %{cmake_kde4} \
-  -DRUBY_VENDORARCH_DIR:PATH=%{ruby_vendorarchdir} \
-  -DRUBY_VENDORLIB_DIR:PATH=%{ruby_vendorlibdir} \
+  -DCUSTOM_RUBY_SITEARCH_DIR:PATH=%{ruby_vendorarchdir} \
+  -DCUSTOM_RUBY_SITELIB_DIR:PATH=%{ruby_vendorlibdir} \
    ..
 popd
 


More information about the scm-commits mailing list