remove requirement for kdelibs [release 20.08.1-2mamba;Wed Sep 09 2020]

This commit is contained in:
Silvan Calarco 2024-01-06 00:54:10 +01:00
parent 7f09b1bac5
commit 06cbb432ae
2 changed files with 19 additions and 6 deletions

View File

@ -1,5 +1,4 @@
# kcron # kcron
Kcron is an editor for the cron command scheduler. Kcron is an editor for the cron command scheduler.
This package is part of KDE4,

View File

@ -1,6 +1,6 @@
Name: kcron Name: kcron
Version: 20.08.1 Version: 20.08.1
Release: 1mamba Release: 2mamba
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
Vendor: openmamba Vendor: openmamba
@ -11,19 +11,30 @@ Source: http://download.kde.org/stable/release-service/%{version}/src/kcr
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: kdelibs-devel BuildRequires: ldconfig
BuildRequires: libgcc BuildRequires: libgcc
BuildRequires: libqt4-devel BuildRequires: libkauth-devel
BuildRequires: libkcodecs-devel
BuildRequires: libkcompletion-devel
BuildRequires: libkconfig-devel
BuildRequires: libkconfigwidgets-devel
BuildRequires: libkcoreaddons-devel
BuildRequires: libki18n-devel
BuildRequires: libkiconthemes-devel
BuildRequires: libkio-devel
BuildRequires: libkjobwidgets-devel
BuildRequires: libkservice-devel
BuildRequires: libkwidgetsaddons-devel
BuildRequires: libkwindowsystem-devel
BuildRequires: libqt5-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: automoc4 BuildRequires: automoc4
BuildRequires: cmake BuildRequires: cmake
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
Kcron is an editor for the cron command scheduler. Kcron is an editor for the cron command scheduler.
This package is part of KDE4,
%debug_package %debug_package
@ -52,6 +63,9 @@ This package is part of KDE4,
%doc AUTHORS COPYING %doc AUTHORS COPYING
%changelog %changelog
* Wed Sep 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.08.1-2mamba
- remove requirement for kdelibs
* Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba * Thu Sep 03 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
- automatic version update by autodist - automatic version update by autodist