Update descriptions, part3

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=7
This commit is contained in:
Hrvoje Senjan 2014-02-11 02:39:35 +00:00 committed by Git OBS Bridge
parent 7fb9c98904
commit 7e84b60434

View File

@ -56,7 +56,7 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(x11)
Summary: KDE Base Libraries
Summary: Network transparent access to files and data
License: LGPL-2.1+
Group: System/GUI/KDE
Url: http://www.kde.org
@ -64,12 +64,12 @@ Source0: kio-%{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.
This framework implements almost all the file management functions you
will ever need. In fact, the KDE file manager (Dolphin) and the KDE
file dialog also uses this to provide its network-enabled file management.
%package devel
Summary: KDE Core Libraries: Build Environment
Summary: Network transparent access to files and data
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
Requires: extra-cmake-modules
@ -82,14 +82,16 @@ Requires: solid-devel >= %{_kf5_version}
Requires: pkgconfig(Qt5Network) >= 5.2.0
%description devel
This package contains all necessary include files and libraries needed
to develop non-graphical KDE applications.
This framework implements almost all the file management functions you
will ever need. In fact, the KDE file manager (Dolphin) and the KDE
file dialog also uses this to provide its network-enabled file management.
Development files.
%prep
%setup -q
%build
%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
%cmake_kf5 -d build
%make_jobs
%install