Update descriptions, part3
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=7
This commit is contained in:
parent
db71a31b36
commit
c92f0e5cab
18
kio.spec
18
kio.spec
@ -56,7 +56,7 @@ BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
|||||||
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
Summary: KDE Base Libraries
|
Summary: Network transparent access to files and data
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/KDE
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
@ -64,12 +64,12 @@ Source0: kio-%{version}.tar.xz
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the core libraries of the K Desktop Environment.
|
This framework implements almost all the file management functions you
|
||||||
|
will ever need. In fact, the KDE file manager (Dolphin) and the KDE
|
||||||
This package is absolutely necessary for using KDE applications.
|
file dialog also uses this to provide its network-enabled file management.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: KDE Core Libraries: Build Environment
|
Summary: Network transparent access to files and data
|
||||||
Group: Development/Libraries/KDE
|
Group: Development/Libraries/KDE
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: extra-cmake-modules
|
Requires: extra-cmake-modules
|
||||||
@ -82,14 +82,16 @@ Requires: solid-devel >= %{_kf5_version}
|
|||||||
Requires: pkgconfig(Qt5Network) >= 5.2.0
|
Requires: pkgconfig(Qt5Network) >= 5.2.0
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
This package contains all necessary include files and libraries needed
|
This framework implements almost all the file management functions you
|
||||||
to develop non-graphical KDE applications.
|
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
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kf5 -d build -- -DSYSCONF_INSTALL_DIR=%{_kf5_sysconfdir}
|
%cmake_kf5 -d build
|
||||||
%make_jobs
|
%make_jobs
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user