automatic version update by autodist [release 23.08.5-1mamba;Thu Feb 15 2024]

This commit is contained in:
Automatic Build System 2024-02-24 15:43:10 +01:00
parent 6941b4d885
commit 2b4c9beabd
2 changed files with 16 additions and 13 deletions

View File

@ -1,4 +1,4 @@
# kaccounts-providers # kaccounts-providers
KDE Frameworks 5 account providers plugins. KDE account providers plugins.

View File

@ -1,15 +1,15 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
Name: kaccounts-providers Name: kaccounts-providers
Version: 23.08.4 Version: 23.08.5
Release: 1mamba Release: 1mamba
Summary: KDE Frameworks 5 account providers plugins Summary: KDE account providers plugins
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://kde.org/ URL: https://kde.org/
Source: https://download.kde.org/stable/release-service/%{version}/src/kaccounts-providers-%{version}.tar.xz Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kaccounts-providers-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz # Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
@ -32,13 +32,13 @@ BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-qtdeclarative-devel BuildRequires: qt5-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
BuildRequires: libkaccounts-integration-devel >= 20.04.3 BuildRequires: libkaccounts-integration-devel >= 20.04.3
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description %description
KDE Frameworks 5 account providers plugins. KDE account providers plugins.
%package -n lib%{name} %package -n lib%{name}
Group: System/Libraries Group: System/Libraries
@ -61,19 +61,19 @@ This package contains libraries and header files for developing applications tha
%setup -q %setup -q
%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-html --with-man --all-name || touch %{name}5_qt.lang %find_lang %{name} --with-qt --with-html --with-man --all-name || touch %{name}.lang
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -f %{name}5_qt.lang %files -f %{name}.lang
%defattr(-,root,root) %defattr(-,root,root)
%{_sysconfdir}/signon-ui/webkit-options.d/accounts.google.com.conf %{_sysconfdir}/signon-ui/webkit-options.d/accounts.google.com.conf
%{_sysconfdir}/signon-ui/webkit-options.d/api.twitter.com.conf %{_sysconfdir}/signon-ui/webkit-options.d/api.twitter.com.conf
@ -96,10 +96,13 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{_libdir}/qt5/plugins/kaccounts/ui/nextcloud_plugin_kaccounts.so %{_libdir}/qt6/plugins/kaccounts/ui/nextcloud_plugin_kaccounts.so
%{_libdir}/qt5/plugins/kaccounts/ui/owncloud_plugin_kaccounts.so %{_libdir}/qt6/plugins/kaccounts/ui/owncloud_plugin_kaccounts.so
%changelog %changelog
* Thu Feb 15 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
- automatic version update by autodist
* Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba * Fri Dec 08 2023 Automatic Build System <autodist@mambasoft.it> 23.08.4-1mamba
- automatic version update by autodist - automatic version update by autodist