Update descriptions, part2
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesu?expand=0&rev=8
This commit is contained in:
parent
6ba87a2498
commit
dbe81d0a00
24
kdesu.spec
24
kdesu.spec
@ -29,7 +29,7 @@ BuildRequires: kpty-devel >= %{_kf5_version}
|
||||
BuildRequires: kservice-devel >= %{_kf5_version}
|
||||
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Summary: KDE Base Libraries
|
||||
Summary: User interface for running shell commands with root privileges
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
@ -37,21 +37,21 @@ Source0: kdesu-%{version}.tar.xz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
This package contains the core libraries of the K Desktop Environment.
|
||||
|
||||
This package is absolutely necessary for using KDE applications.
|
||||
libkdesu provides functionality for building GUI front ends for
|
||||
(password asking) console mode programs. For example, kdesu and
|
||||
kdessh use it to interface with su and ssh respectively.
|
||||
|
||||
%package -n %lname
|
||||
Summary: KDE Core Libraries
|
||||
Summary: User interface for running shell commands with root privileges
|
||||
Group: System/GUI/KDE
|
||||
|
||||
%description -n %lname
|
||||
This package contains the core libraries of the K Desktop Environment.
|
||||
|
||||
This package is absolutely necessary for using KDE applications.
|
||||
libkdesu provides functionality for building GUI front ends for
|
||||
(password asking) console mode programs. For example, kdesu and
|
||||
kdessh use it to interface with su and ssh respectively.
|
||||
|
||||
%package devel
|
||||
Summary: KDE Core Libraries: Build Environment
|
||||
Summary: User interface for running shell commands with root privileges
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
@ -59,8 +59,10 @@ Requires: kpty-devel >= %{_kf5_version}
|
||||
Requires: kservice-devel >= %{_kf5_version}
|
||||
|
||||
%description devel
|
||||
This package contains all necessary include files and libraries needed
|
||||
to develop non-graphical KDE applications.
|
||||
libkdesu provides functionality for building GUI front ends for
|
||||
(password asking) console mode programs. For example, kdesu and
|
||||
kdessh use it to interface with su and ssh respectively.
|
||||
Development files.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
Loading…
Reference in New Issue
Block a user