automatic version update by autodist [release 24.02.1-1mamba;Fri Mar 22 2024]
This commit is contained in:
parent
b0048dcf26
commit
555aefea14
58
kcron.spec
58
kcron.spec
@ -1,5 +1,5 @@
|
|||||||
Name: kcron
|
Name: kcron
|
||||||
Version: 23.08.5
|
Version: 24.02.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: An editor for the cron command scheduler
|
Summary: An editor for the cron command scheduler
|
||||||
Group: Graphical Desktop/Applications/Administration
|
Group: Graphical Desktop/Applications/Administration
|
||||||
@ -7,28 +7,28 @@ 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: http://download.kde.org/stable/release-service/%{version}/src/kcron-%{version}.tar.xz
|
Source: https://download.kde.org/%{stable_kde6}/release-service/%{version}/src/kcron-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libX11-devel
|
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libkauth-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libkcmutils-devel
|
BuildRequires: libkf6-kauth-devel
|
||||||
BuildRequires: libkcodecs-devel
|
BuildRequires: libkf6-kcmutils-devel
|
||||||
BuildRequires: libkcompletion-devel
|
BuildRequires: libkf6-kcolorscheme-devel
|
||||||
BuildRequires: libkconfig-devel
|
BuildRequires: libkf6-kcompletion-devel
|
||||||
BuildRequires: libkconfigwidgets-devel
|
BuildRequires: libkf6-kconfig-devel
|
||||||
BuildRequires: libkcoreaddons-devel
|
BuildRequires: libkf6-kconfigwidgets-devel
|
||||||
BuildRequires: libki18n-devel
|
BuildRequires: libkf6-kcoreaddons-devel
|
||||||
BuildRequires: libkio-devel
|
BuildRequires: libkf6-ki18n-devel
|
||||||
BuildRequires: libkjobwidgets-devel
|
BuildRequires: libkf6-kio-devel
|
||||||
BuildRequires: libkservice-devel
|
BuildRequires: libkf6-kjobwidgets-devel
|
||||||
BuildRequires: libkwidgetsaddons-devel
|
BuildRequires: libkf6-kservice-devel
|
||||||
BuildRequires: libkwindowsystem-devel
|
BuildRequires: libkf6-kwidgetsaddons-devel
|
||||||
BuildRequires: libsolid-devel
|
BuildRequires: libkf6-solid-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -42,31 +42,37 @@ Kcron is an editor for the cron command scheduler.
|
|||||||
%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 --all-name || touch %{name}5_qt.lang
|
%find_lang %{name} --with-qt --with-html --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)
|
||||||
%{_libdir}/qt5/plugins/plasma/kcms/systemsettings_qwidgets/kcm_cron.so
|
%{_libdir}/qt6/plugins/plasma/kcms/systemsettings_qwidgets/kcm_cron.so
|
||||||
%{_libexecdir}/kf5/kauth/kcron_helper
|
%{_libexecdir}/kf6/kauth/kcron_helper
|
||||||
%{_datadir}/applications/kcm_cron.desktop
|
%{_datadir}/applications/kcm_cron.desktop
|
||||||
%{_datadir}/dbus-1/system-services/local.kcron.crontab.service
|
%{_datadir}/dbus-1/system-services/local.kcron.crontab.service
|
||||||
%{_datadir}/dbus-1/system.d/local.kcron.crontab.conf
|
%{_datadir}/dbus-1/system.d/local.kcron.crontab.conf
|
||||||
%{_datadir}/metainfo/org.kde.kcron.metainfo.xml
|
%{_datadir}/metainfo/org.kde.kcron.metainfo.xml
|
||||||
%{_datadir}/polkit-1/actions/local.kcron.crontab.policy
|
%{_datadir}/polkit-1/actions/local.kcron.crontab.policy
|
||||||
%{_datadir}/qlogging-categories5/kcron.categories
|
%{_datadir}/qlogging-categories6/kcron.categories
|
||||||
%doc AUTHORS LICENSES
|
%doc AUTHORS LICENSES
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 22 2024 Automatic Build System <autodist@openmamba.org> 24.02.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Wed Feb 28 2024 Automatic Build System <autodist@openmamba.org> 24.02.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 23.08.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user