automatic version update by autodist [release 0.9.14-1mamba;Fri Dec 23 2022]
This commit is contained in:
parent
187d6bfbb6
commit
875c26483f
@ -1,12 +1,12 @@
|
||||
Name: libvncserver
|
||||
Version: 0.9.13
|
||||
Version: 0.9.14
|
||||
Release: 1mamba
|
||||
Summary: LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own vnc server
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Aleph0 <aleph0@openmamba.org>
|
||||
URL: http://sourceforge.net/projects/libvncserver/
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://sourceforge.net/projects/libvncserver/
|
||||
Source: https://github.com/LibVNC/libvncserver.git/LibVNCServer-%{version}/libvncserver-%{version}.tar.bz2
|
||||
Patch0: %{name}-0.9.1-backport-x11vnc0.9.5.patch
|
||||
Patch1: libvncserver-0.9.10-gcc-6.1.0-rfbmax.patch
|
||||
@ -14,33 +14,19 @@ Patch2: libvncserver-0.9.10-libva-1.7.1.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libX11-devel
|
||||
BuildRequires: libXau-devel
|
||||
BuildRequires: libXdmcp-devel
|
||||
BuildRequires: libXext-devel
|
||||
BuildRequires: libXfixes-devel
|
||||
BuildRequires: libbsd-devel
|
||||
BuildRequires: libdrm-devel
|
||||
BuildRequires: libffi-devel
|
||||
BuildRequires: libgcrypt-devel
|
||||
BuildRequires: libgmp-devel
|
||||
BuildRequires: libgnutls-devel
|
||||
BuildRequires: libgpg-error-devel
|
||||
BuildRequires: libidn-devel
|
||||
BuildRequires: libjpeg-devel
|
||||
BuildRequires: libnettle-devel
|
||||
BuildRequires: liblzo-devel
|
||||
BuildRequires: libopenssl-devel
|
||||
BuildRequires: libp11-kit-devel
|
||||
BuildRequires: libpng-devel
|
||||
BuildRequires: libtasn1-devel
|
||||
BuildRequires: libva-devel
|
||||
BuildRequires: libxcb-devel
|
||||
BuildRequires: libsasl2-devel
|
||||
BuildRequires: libsystemd-devel
|
||||
BuildRequires: libz-devel
|
||||
## AUTOBUILDREQ-END
|
||||
%if "%{stage1}" != "1"
|
||||
BuildRequires: libdirectfb-devel
|
||||
%endif
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
%description
|
||||
LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own vnc server.
|
||||
@ -52,7 +38,7 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
||||
|
||||
%description devel
|
||||
LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own vnc server.
|
||||
This package contains static libraries and header files need for development.
|
||||
This package contains static libraries and header files needed for development.
|
||||
|
||||
%debug_package
|
||||
|
||||
@ -95,10 +81,14 @@ sed -i "s|/lib/|/%{_lib}/|" CMakeLists.txt
|
||||
%{_libdir}/libvncserver.so
|
||||
%{_libdir}/pkgconfig/libvncclient.pc
|
||||
%{_libdir}/pkgconfig/libvncserver.pc
|
||||
#%doc examples/*.c
|
||||
%dir %{_libdir}/cmake/LibVNCServer
|
||||
%{_libdir}/cmake/LibVNCServer/LibVNCServer*.cmake
|
||||
%doc ChangeLog
|
||||
|
||||
%changelog
|
||||
* Fri Dec 23 2022 Automatic Build System <autodist@mambasoft.it> 0.9.14-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Mon Jun 15 2020 Automatic Build System <autodist@mambasoft.it> 0.9.13-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user