rpms/kde-plasma-lancelot/F-9 lancelot-1.0.2-cmake.patch, NONE, 1.1 kde-plasma-lancelot.spec, 1.5, 1.6

Than Ngo than at fedoraproject.org
Fri Sep 12 17:26:13 UTC 2008


Author: than

Update of /cvs/extras/rpms/kde-plasma-lancelot/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14164

Modified Files:
	kde-plasma-lancelot.spec 
Added Files:
	lancelot-1.0.2-cmake.patch 
Log Message:
1.0.2


lancelot-1.0.2-cmake.patch:

--- NEW FILE lancelot-1.0.2-cmake.patch ---
diff -up lancelot/CMakeLists.txt.orig lancelot/CMakeLists.txt
--- lancelot/CMakeLists.txt.orig	2008-09-12 15:36:53.000000000 +0200
+++ lancelot/CMakeLists.txt	2008-09-12 15:44:46.000000000 +0200
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 2.6)
+find_package(KDE4 REQUIRED)
 
 set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${CMAKE_MODULE_PATH})
 


Index: kde-plasma-lancelot.spec
===================================================================
RCS file: /cvs/extras/rpms/kde-plasma-lancelot/F-9/kde-plasma-lancelot.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- kde-plasma-lancelot.spec	12 Sep 2008 09:53:52 -0000	1.5
+++ kde-plasma-lancelot.spec	12 Sep 2008 17:25:43 -0000	1.6
@@ -1,12 +1,13 @@
 Name:           kde-plasma-lancelot
 Version:        1.0.2
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An alternative application launcher
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://www.kde-apps.org/content/show.php/Lancelot?content=87914
 Source0:        http://downloads.sourceforge.net/lancelot-menu/lancelot-%{version}.tar.bz2
+Patch0:         lancelot-1.0.2-cmake.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kde-filesystem >= 4
@@ -23,6 +24,8 @@
 %prep
 %setup -qn lancelot
 
+%patch0 -p1 -b .cmake
+
 %build
 mkdir -p %{_target_platform}
 pushd %{_target_platform}
@@ -66,6 +69,9 @@
 
 
 %changelog
+* Fri Sep 12 2008 Than Ngo <than at redhat.com> 1.0.2-3
+- bump release
+
 * Thu Sep 11 2008 Than Ngo <than at redhat.com> 1.0.2-2
 - use %%version
 




More information about the fedora-extras-commits mailing list