remove requirement for kdelibs [release 20.08.1-2mamba;Wed Sep 09 2020]
This commit is contained in:
parent
244bb41628
commit
92675c6f46
37
krfb.spec
37
krfb.spec
@ -1,6 +1,6 @@
|
|||||||
Name: krfb
|
Name: krfb
|
||||||
Version: 20.08.1
|
Version: 20.08.1
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: Allows you to invite somebody at a remote location to access and possibly control your desktop
|
Summary: Allows you to invite somebody at a remote location to access and possibly control your desktop
|
||||||
Group: Graphical Desktop/Applications/Networking
|
Group: Graphical Desktop/Applications/Networking
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,17 +11,34 @@ Source: http://download.kde.org/stable/release-service/%{version}/src/krf
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: kdelibs-devel
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libgcc
|
|
||||||
BuildRequires: libjpeg-devel
|
|
||||||
BuildRequires: libqt5-devel
|
|
||||||
BuildRequires: libstdc++6-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
BuildRequires: libXdamage-devel
|
BuildRequires: libXdamage-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXtst-devel
|
BuildRequires: libXtst-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libgcc
|
||||||
BuildRequires: telepathy-qt-devel
|
BuildRequires: libkauth-devel
|
||||||
|
BuildRequires: libkcodecs-devel
|
||||||
|
BuildRequires: libkcompletion-devel
|
||||||
|
BuildRequires: libkconfig-devel
|
||||||
|
BuildRequires: libkconfigwidgets-devel
|
||||||
|
BuildRequires: libkcoreaddons-devel
|
||||||
|
BuildRequires: libkdbusaddons-devel
|
||||||
|
BuildRequires: libkdnssd-devel
|
||||||
|
BuildRequires: libki18n-devel
|
||||||
|
BuildRequires: libknotifications-devel
|
||||||
|
BuildRequires: libkwallet-devel
|
||||||
|
BuildRequires: libkwidgetsaddons-devel
|
||||||
|
BuildRequires: libkwindowsystem-devel
|
||||||
|
BuildRequires: libkxmlgui-devel
|
||||||
|
%ifnarch arm
|
||||||
|
BuildRequires: libpipewire-devel
|
||||||
|
%endif
|
||||||
|
BuildRequires: libqt5-devel
|
||||||
|
BuildRequires: libstdc++6-devel
|
||||||
|
BuildRequires: libvncserver-devel
|
||||||
|
BuildRequires: libxcb-devel
|
||||||
|
BuildRequires: libxcb-image-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: automoc4
|
BuildRequires: automoc4
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
@ -29,7 +46,6 @@ Provides: libkrfb
|
|||||||
Obsoletes: libkrfb
|
Obsoletes: libkrfb
|
||||||
Provides: krfb4
|
Provides: krfb4
|
||||||
Obsoletes: krfb4
|
Obsoletes: krfb4
|
||||||
Requires: kdelibs%{?_kde4_version: >= %{_kde4_version}}
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -103,6 +119,9 @@ exit 0
|
|||||||
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
%doc AUTHORS COPYING COPYING.DOC COPYING.LIB
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 20.08.1-2mamba
|
||||||
|
- remove requirement for kdelibs
|
||||||
|
|
||||||
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 20.08.1-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user