This commit is contained in:
committed by
Git OBS Bridge
parent
5553dbf5bd
commit
a2ffd461e4
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 28 17:27:57 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Split out imports to separate package
|
||||
- Improve devel subpackage summary and description
|
||||
- Recommends libQt5Sql5-sqlite for sqlite plugin
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 11 09:29:08 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
@@ -49,7 +49,9 @@ BuildRequires: pkgconfig(Qt5Qml) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Sql) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
|
||||
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
|
||||
Obsoletes: kf5-kactivities
|
||||
Recommends: %{name}-imports = %{version}
|
||||
# for kactivitymanagerd_plugin_sqlite.so
|
||||
Recommends: libQt5Sql5-sqlite
|
||||
#Conflicts: kactivities4
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@@ -64,16 +66,24 @@ Recommends: %lname-lang = %{version}
|
||||
%description -n %lname
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
|
||||
%package imports
|
||||
Summary: KDE Plasma Activities support
|
||||
Group: System/GUI/KDE
|
||||
|
||||
%description imports
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
QML imports.
|
||||
|
||||
%package devel
|
||||
Summary: KDE Base Libraries
|
||||
Summary: KDE Plasma Activities support
|
||||
Group: Development/Libraries/KDE
|
||||
Requires: %lname = %{version}
|
||||
Requires: extra-cmake-modules >= 1.0.0
|
||||
Requires: pkgconfig(Qt5Core) >= 5.2.0
|
||||
Obsoletes: kf5-kactivities-devel
|
||||
|
||||
%description devel
|
||||
Provides the interface and basic tools for the KDE workspace.
|
||||
Kactivities provides an API for using and interacting with the Plasma Activities Manager.
|
||||
Development files.
|
||||
|
||||
%lang_package -n %lname
|
||||
%prep
|
||||
@@ -103,11 +113,14 @@ Provides the interface and basic tools for the KDE workspace.
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_bindir}/kactivitymanagerd5
|
||||
%{_kf5_qmldir}/org/
|
||||
%{_kf5_plugindir}/
|
||||
%{_kf5_servicesdir}/
|
||||
%{_kf5_servicetypesdir}/
|
||||
|
||||
%files imports
|
||||
%defattr(-,root,root)
|
||||
%{_kf5_qmldir}/
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root,-)
|
||||
%{_kf5_libdir}/libKF5Activities.so.*
|
||||
|
Reference in New Issue
Block a user