automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024]
This commit is contained in:
parent
9e79d4404d
commit
469503e620
@ -1,15 +1,15 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: flatpak-kcm
|
Name: flatpak-kcm
|
||||||
Version: 5.27.10
|
Version: 6.0.2
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: KDE Plasma Flatpak Permissions Management KCM
|
Summary: KDE Plasma Flatpak Permissions Management KCM
|
||||||
Group: Graphical Desktop/Applications/Configuration
|
Group: Graphical Desktop/Applications/Configuration
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://kde.org
|
URL: https://kde.org/it/plasma-desktop/
|
||||||
Source: https://download.kde.org/stable/plasma/%{version}/flatpak-kcm-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kf6}/plasma/%{version}/flatpak-kcm-%{version}.tar.xz
|
||||||
Patch0: flatpak-kcm-5.27.3-gcc-12.2.0.patch
|
Patch0: flatpak-kcm-5.27.3-gcc-12.2.0.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -17,17 +17,17 @@ BuildRequires: glibc-devel
|
|||||||
BuildRequires: libflatpak-devel
|
BuildRequires: libflatpak-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglib-devel
|
BuildRequires: libglib-devel
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkf6-kcmutils-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkf6-kconfig-devel
|
||||||
BuildRequires: libkdeclarative-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libostree-devel
|
BuildRequires: libostree-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
BuildRequires: qt5-qtdeclarative-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: rpm-macros-kde5
|
BuildRequires: kf6-rpm-macros
|
||||||
BuildRequires: extra-cmake-modules
|
BuildRequires: extra-cmake-modules
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -40,12 +40,12 @@ Flatpak Permissions Management KCM. The KCM allows changing what permissions hav
|
|||||||
#%patch 0 -p1 -b .gcc-12.2.0
|
#%patch 0 -p1 -b .gcc-12.2.0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%cmake_kde5 -d build
|
%cmake_kf6
|
||||||
%make
|
%cmake_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall -C build
|
%cmake_install
|
||||||
|
|
||||||
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
%find_lang %{name}5_qt --with-qt --with-man --with-html --all-name || touch %{name}5_qt.lang
|
||||||
|
|
||||||
@ -54,14 +54,25 @@ Flatpak Permissions Management KCM. The KCM allows changing what permissions hav
|
|||||||
|
|
||||||
%files -f %{name}5_qt.lang
|
%files -f %{name}5_qt.lang
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings/kcm_flatpak.so
|
|
||||||
%{_datadir}/applications/kcm_flatpak.desktop
|
%{_datadir}/applications/kcm_flatpak.desktop
|
||||||
%dir %{_datadir}/kpackage/kcms/kcm_flatpak
|
%{_qt6_plugindir}/plasma/kcms/systemsettings/kcm_flatpak.so
|
||||||
%dir %{_datadir}/kpackage/kcms/kcm_flatpak/contents
|
|
||||||
%dir %{_datadir}/kpackage/kcms/kcm_flatpak/contents/ui
|
|
||||||
%{_datadir}/kpackage/kcms/kcm_flatpak/contents/ui/*
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Mar 01 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri Feb 02 2024 Automatic Build System <autodist@openmamba.org> 5.93.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jan 21 2024 Automatic Build System <autodist@openmamba.org> 5.92.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
* Thu Dec 07 2023 Automatic Build System <autodist@mambasoft.it> 5.27.10-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user