automatic version update by autodist [release 24.02.1-1mamba;Mon Mar 25 2024]

This commit is contained in:
Automatic Build System 2024-03-29 18:38:40 +01:00
parent d83d03d813
commit 305543b0c8

View File

@ -1,15 +1,15 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: korganizer
Version: 23.08.5
Version: 24.02.1
Release: 1mamba
Summary: KDE Frameworks 5 calendar-of-events and todo-list manager
Summary: KDE calendar-of-events and todo-list manager
Group: Graphical Desktop/Applications/Internet
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/
Source: http://download.kde.org/stable/release-service/%{version}/src/korganizer-%{version}.tar.xz
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/korganizer-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -69,7 +69,7 @@ BuildRequires: libstdc++6-devel
BuildRequires: qt5-qtbase-devel
## AUTOBUILDREQ-END
BuildRequires: cmake
BuildRequires: rpm-macros-kde5
BuildRequires: kf6-rpm-macros
BuildRequires: extra-cmake-modules
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
Provides: korganizer4
@ -101,24 +101,23 @@ This package contains libraries and header files for developing applications tha
%setup -q
%build
%cmake_kde5 -d build
%cmake_kf6
%make
%cmake_build
%install
[ "%{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} --with-qt --with-man --with-html --all-name || touch %{name}.lang
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -n lib%{name} -p /sbin/ldconfig
%postun -n lib%{name} -p /sbin/ldconfig
%files -f %{name}5_qt.lang
%files -f %{name}.lang
%defattr(-,root,root)
%{_bindir}/korganizer
%{_datadir}/applications/korganizer-*.desktop
@ -128,9 +127,8 @@ This package contains libraries and header files for developing applications tha
%{_datadir}/dbus-1/interfaces/org.kde.korganizer.Korganizer.xml
%{_datadir}/dbus-1/services/org.kde.korganizer.service
%{_datadir}/knsrcfiles/korganizer.knsrc
#%{_kde5_servicetypesdir}/korganizerpart.desktop
%{_datadir}/qlogging-categories5/korganizer.categories
%{_datadir}/qlogging-categories5/korganizer.renamecategories
%{_datadir}/qlogging-categories6/korganizer.categories
%{_datadir}/qlogging-categories6/korganizer.renamecategories
%{_datadir}/korganizer/sounds/*.wav
%{_datadir}/metainfo/org.kde.korganizer.appdata.xml
%{_datadir}/icons/hicolor/*/apps/korg-journal.png
@ -141,18 +139,23 @@ This package contains libraries and header files for developing applications tha
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libkorganizer_core.so
%{_libdir}/libkorganizer_core.so.*
%{_libdir}/libkorganizer_interfaces.so.*
%{_libdir}/libkorganizerprivate.so.*
%{_libdir}/qt5/plugins/*.so
%dir %{_libdir}/qt5/plugins/pim5/kcms/korganizer
%{_libdir}/qt5/plugins/pim5/kcms/korganizer/korganizer_*.so
%{_libdir}/qt5/plugins/pim5/kcms/summary/*.so
%{_libdir}/qt5/plugins/pim5/kontact/kontact_*.so
%{_libdir}/qt6/plugins/*.so
%dir %{_qt6_plugindir}/pim6/kcms/korganizer
%{_qt6_plugindir}/pim6/kcms/korganizer/korganizer_*.so
%{_qt6_plugindir}/pim6/kcms/summary/kcm*.so
%{_qt6_plugindir}/pim6/kontact/kontact_*.so
%doc AUTHORS LICENSES
%changelog
* Mon Mar 25 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
- automatic version update by autodist
* Tue Mar 12 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
- automatic version update by autodist
* Tue Feb 20 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
- automatic version update by autodist