automatic version update by autodist [release 5.22.1-1mamba;Wed Jun 16 2021]
This commit is contained in:
parent
58782bddb8
commit
efc78e3534
@ -1,14 +1,14 @@
|
||||
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||
|
||||
Name: plasma-integration
|
||||
Version: 5.21.5
|
||||
Version: 5.22.1
|
||||
Release: 1mamba
|
||||
Summary: Integration of Qt application with KDE workspaces
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.kde.org
|
||||
URL: https://kde.org/
|
||||
Source: https://download.kde.org/stable/plasma/%{plasmaver}/plasma-integration-%{version}.tar.xz
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
@ -46,6 +46,14 @@ BuildRequires: extra-cmake-modules
|
||||
%description
|
||||
Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace.
|
||||
|
||||
%package devel
|
||||
Group: Development/Libraries
|
||||
Summary: Development files for %{name}
|
||||
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
This package contains libraries and header files for developing applications that use %{name}.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
@ -67,9 +75,23 @@ Framework Integration is a set of plugins responsible for better integration of
|
||||
%files -f %{name}5_qt.lang
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/qt5/plugins/platformthemes/KDEPlasmaPlatformTheme.so
|
||||
%{_libdir}/qt5/plugins/platforminputcontexts/plasmaimplatforminputcontextplugin.so
|
||||
%{_datadir}/kconf_update/*
|
||||
%doc COPYING.LGPL-3
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/PlasmaKeyData
|
||||
%{_includedir}/PlasmaKeyData/plasmakeydata.h
|
||||
%{_libdir}/pkgconfig/plasma-key-data.pc
|
||||
|
||||
%changelog
|
||||
* Wed Jun 16 2021 Automatic Build System <autodist@mambasoft.it> 5.22.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Jun 11 2021 Automatic Build System <autodist@mambasoft.it> 5.22.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 5.21.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user