remove requirement for kdelibs [release 20.08.1-2mamba;Wed Sep 09 2020]
This commit is contained in:
parent
7f09b1bac5
commit
06cbb432ae
@ -1,5 +1,4 @@
|
||||
# kcron
|
||||
|
||||
Kcron is an editor for the cron command scheduler.
|
||||
This package is part of KDE4,
|
||||
|
||||
|
24
kcron.spec
24
kcron.spec
@ -1,6 +1,6 @@
|
||||
Name: kcron
|
||||
Version: 20.08.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: An editor for the cron command scheduler
|
||||
Group: Graphical Desktop/Applications/Administration
|
||||
Vendor: openmamba
|
||||
@ -11,19 +11,30 @@ Source: http://download.kde.org/stable/release-service/%{version}/src/kcr
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: kdelibs-devel
|
||||
BuildRequires: ldconfig
|
||||
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
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: automoc4
|
||||
BuildRequires: cmake
|
||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
Kcron is an editor for the cron command scheduler.
|
||||
This package is part of KDE4,
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -52,6 +63,9 @@ This package is part of KDE4,
|
||||
%doc AUTHORS COPYING
|
||||
|
||||
%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
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user