rpms/kde-plasma-lancelot/devel lancelot-1.0.2-cmake.patch, NONE, 1.1 kde-plasma-lancelot.spec, 1.1, 1.2 sources, 1.2, 1.3

Than Ngo than at fedoraproject.org
Fri Sep 12 17:14:09 UTC 2008


Author: than

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

Modified Files:
	kde-plasma-lancelot.spec sources 
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/devel/kde-plasma-lancelot.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kde-plasma-lancelot.spec	10 Sep 2008 09:44:33 -0000	1.1
+++ kde-plasma-lancelot.spec	12 Sep 2008 17:13:39 -0000	1.2
@@ -1,12 +1,13 @@
 Name:           kde-plasma-lancelot
-Version:        1.0
-Release:        1%{?dist}
+Version:        1.0.2
+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-1.0.tar.bz2
+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}
@@ -50,7 +53,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc TODO COPYING
+%doc COPYING
 %{_bindir}/lancelot
 %{_kde4_libdir}/kde4/plasma_applet_lancelot_launcher.so
 %{_kde4_libdir}/kde4/plasma_applet_lancelot_part.so
@@ -66,6 +69,15 @@
 
 
 %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
+
+* Thu Sep 11 2008 Than Ngo <than at redhat.com> 1.0.2-1
+- 1.0.2
+
 * Wed Sep 03 2008 Than Ngo <than at redhat.com> 1.0-1
 - 1.0
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kde-plasma-lancelot/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	10 Sep 2008 09:43:44 -0000	1.2
+++ sources	12 Sep 2008 17:13:39 -0000	1.3
@@ -1 +1 @@
-20ad6b20817ac0f0e6903930c27e7d85  lancelot-1.0.tar.bz2
+85a596521cdcf3c4214626f151506bd1  lancelot-1.0.2.tar.bz2




More information about the fedora-extras-commits mailing list