[libgcal] hopefully the last spec fixes

thomasj thomasj at fedoraproject.org
Sat Aug 7 20:37:12 UTC 2010


commit c9d092d767ae74e8dc01323f7c0ab0cacbb8599e
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Sat Aug 7 22:37:07 2010 +0200

    hopefully the last spec fixes

 libgcal.spec |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/libgcal.spec b/libgcal.spec
index f30be97..139813f 100644
--- a/libgcal.spec
+++ b/libgcal.spec
@@ -15,8 +15,7 @@ BuildRequires:	libcurl-devel
 BuildRequires:	libxml2-devel
 BuildRequires:	check-devel
 BuildRequires:	ca-certificates
-#To get the cmake_kde4 macro
-BuildRequires:	kde-filesystem
+BuildRequires:	cmake
 
 %description
 This is a library to access google calendar events and contacts, its purpose is
@@ -45,7 +44,7 @@ the development files that can be used to link against it.
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
-%{cmake_kde4} ..
+%{cmake}
 popd
 
 %install


More information about the scm-commits mailing list