1
0

Update descriptions, part1

OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdesignerplugin?expand=0&rev=7
This commit is contained in:
Hrvoje Senjan 2014-02-10 23:18:56 +00:00 committed by Git OBS Bridge
parent 88a272ff9d
commit 3e7b62232a

View File

@ -42,7 +42,7 @@ BuildRequires: kwindowsystem-devel >= %{_kf5_version}
BuildRequires: kxmlgui-devel >= %{_kf5_version}
BuildRequires: pkgconfig(Qt5Core) >= 5.2.0
BuildRequires: pkgconfig(Qt5Designer) >= 5.2.0
Summary: KDE Base Libraries
Summary: Integrating KDE frameworks widgets with Qt Designer
License: LGPL-2.1+
Group: System/GUI/KDE
Url: http://www.kde.org
@ -50,20 +50,23 @@ Source0: kdesignerplugin-%{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 provides plugins for Qt Designer that allow it to display
the widgets provided by various KDE frameworks, as well as a utility
(kgendesignerplugin) that can be used to generate other such plugins
from ini-style description files.
%package devel
Summary: KDE Core Libraries: Build Environment
Summary: Integrating KDE frameworks widgets with Qt Designer
Group: Development/Libraries/KDE
Requires: %{name} = %{version}
Requires: extra-cmake-modules
Requires: pkgconfig(Qt5Core) >= 5.2.0
%description devel
This package contains all necessary include files and libraries needed
to develop non-graphical KDE applications.
This framework provides plugins for Qt Designer that allow it to display
the widgets provided by various KDE frameworks, as well as a utility
(kgendesignerplugin) that can be used to generate other such plugins
from ini-style description files. Development files.
%prep
%setup -q