From ad0394a88c4fddcf861ca32188aa72cb9b0e2041 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Wed, 31 Jul 2013 15:04:01 +0300 Subject: [PATCH] verbose desc --- bbswitch.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/bbswitch.spec b/bbswitch.spec index c284c35..9f7b068 100644 --- a/bbswitch.spec +++ b/bbswitch.spec @@ -9,24 +9,26 @@ %define rel 1 %define modname bbswitch -Summary: Disable discrete graphics (currently nvidia only) +Summary: Disable discrete graphics (currently nVidia only) Name: %{modname}%{_alt_kernel} Version: 0.7 Release: %{rel} License: GPL v2+ -URL: https://github.com/Bumblebee-Project/bbswitch +Group: Base/Kernel Source0: https://github.com/Bumblebee-Project/bbswitch/archive/v%{version}.tar.gz?/%{modname}-%{version}.tgz # Source0-md5: b9df5ea40109ef9766448a0577c798e6 -Group: Base/Kernel +URL: https://github.com/Bumblebee-Project/bbswitch %{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.20.2} BuildRequires: rpmbuild(macros) >= 1.379 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -Disable discrete graphics (currently nvidia only). +bbswitch is a kernel module which automatically detects the required +ACPI calls for two kinds of Optimus laptops. It has been verified to +work with "real" Optimus and "legacy" Optimus laptops. %package -n kernel%{_alt_kernel}-misc-%{modname} -Summary: Disable discrete graphics (currently nvidia only) +Summary: Disable discrete graphics (currently nVidia only) Release: %{rel}@%{_kernel_ver_str} Group: Base/Kernel Requires(post,postun): /sbin/depmod @@ -36,7 +38,9 @@ Requires(postun): %releq_kernel %endif %description -n kernel%{_alt_kernel}-misc-%{modname} -Disable discrete graphics (currently nvidia only). +bbswitch is a kernel module which automatically detects the required +ACPI calls for two kinds of Optimus laptops. It has been verified to +work with "real" Optimus and "legacy" Optimus laptops. %prep %setup -qn %{modname}-%{version} -- 2.44.0