[kcm_touchpad] - Requires: kdebase-runtime - cmake cosmetics

Rex Dieter rdieter at fedoraproject.org
Thu Oct 28 14:05:58 UTC 2010


commit 536a341d3835fe94fa0b93235f323251ad3f43ff
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Thu Oct 28 09:06:00 2010 -0500

    - Requires: kdebase-runtime
    - cmake cosmetics

 kcm_touchpad.spec |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/kcm_touchpad.spec b/kcm_touchpad.spec
index caf1b85..eee72a8 100644
--- a/kcm_touchpad.spec
+++ b/kcm_touchpad.spec
@@ -1,6 +1,6 @@
 Name:           kcm_touchpad
 Version:        0.3.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Synaptics driver based touchpads kcontrol module
 
 Group:          User Interfaces/Desktops
@@ -13,6 +13,10 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdelibs4-devel gettext
 
+# need kcmshell4 from kdebase-runtime at least
+Requires: kdebase-runtime%{?_kde4_version: >= %{_kde4_version}}
+
+
 %description
 A KDE System Settings module to to configure synaptics based touchpads.
 
@@ -26,12 +30,12 @@ pushd %{_target_platform}
 %{cmake_kde4} ..
 popd
 
-make %{?_smp_mflags}  -C %{_target_platform} VERBOSE=1
+make %{?_smp_mflags}  -C %{_target_platform}
 
 
 %install
 rm -rf %{buildroot}
-make install DESTDIR=%{buildroot}  -C %{_target_platform}
+make install/fast DESTDIR=%{buildroot}  -C %{_target_platform}
 
 rm -rf %{buildroot}%{_kde4_docdir}/%{name}/
 
@@ -51,6 +55,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Oct 28 2010 Rex Dieter <rdieter at fedoraproject.org> - 0.3.1-4
+- Requires: kdebase-runtime
+- cmake cosmetics
+
 * Tue Sep 7  2010 Ryan Rix <ry at n.rix.si> - 0.3.1-3
 - Update the category to adhere to new SC 4.5 systemsettings layout. Will now
   appear under the "input devices" section.


More information about the scm-commits mailing list