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)
|
%define plasmaver %(echo %version | cut -d. -f1-3)
|
||||||
|
|
||||||
Name: plasma-integration
|
Name: plasma-integration
|
||||||
Version: 5.21.5
|
Version: 5.22.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Integration of Qt application with KDE workspaces
|
Summary: Integration of Qt application with KDE workspaces
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: https://download.kde.org/stable/plasma/%{plasmaver}/plasma-integration-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -46,6 +46,14 @@ BuildRequires: extra-cmake-modules
|
|||||||
%description
|
%description
|
||||||
Framework Integration is a set of plugins responsible for better integration of Qt applications when running on a KDE Plasma workspace.
|
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
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
@ -67,9 +75,23 @@ Framework Integration is a set of plugins responsible for better integration of
|
|||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/qt5/plugins/platformthemes/KDEPlasmaPlatformTheme.so
|
%{_libdir}/qt5/plugins/platformthemes/KDEPlasmaPlatformTheme.so
|
||||||
|
%{_libdir}/qt5/plugins/platforminputcontexts/plasmaimplatforminputcontextplugin.so
|
||||||
%{_datadir}/kconf_update/*
|
%{_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
|
%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
|
* Wed May 05 2021 Automatic Build System <autodist@mambasoft.it> 5.21.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user