[libgcal] more spec fixes

thomasj thomasj at fedoraproject.org
Sat Aug 7 20:03:59 UTC 2010


commit b3227726cd66efbbd870ed8f4a3dd3fd5853ddd5
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Sat Aug 7 22:03:55 2010 +0200

    more spec fixes

 libgcal.spec |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/libgcal.spec b/libgcal.spec
index 0925bf0..e5d08de 100644
--- a/libgcal.spec
+++ b/libgcal.spec
@@ -42,8 +42,9 @@ the development files that can be used to link against it.
 
 %build
 mkdir -p %{_target_platform}
-%cmake
-make %{?_smp_mflags}
+pushd %{_target_platform}
+%{cmake_kde4} ..
+popd
 
 %install
 rm -rf $RPM_BUILD_ROOT


More information about the scm-commits mailing list