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
|
Name: libvncserver
|
||||||
Version: 0.9.13
|
Version: 0.9.14
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own vnc server
|
Summary: LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own vnc server
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Aleph0 <aleph0@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/libvncserver/
|
URL: https://sourceforge.net/projects/libvncserver/
|
||||||
Source: https://github.com/LibVNC/libvncserver.git/LibVNCServer-%{version}/libvncserver-%{version}.tar.bz2
|
Source: https://github.com/LibVNC/libvncserver.git/LibVNCServer-%{version}/libvncserver-%{version}.tar.bz2
|
||||||
Patch0: %{name}-0.9.1-backport-x11vnc0.9.5.patch
|
Patch0: %{name}-0.9.1-backport-x11vnc0.9.5.patch
|
||||||
Patch1: libvncserver-0.9.10-gcc-6.1.0-rfbmax.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
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
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: libgcrypt-devel
|
||||||
BuildRequires: libgmp-devel
|
|
||||||
BuildRequires: libgnutls-devel
|
BuildRequires: libgnutls-devel
|
||||||
BuildRequires: libgpg-error-devel
|
|
||||||
BuildRequires: libidn-devel
|
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libnettle-devel
|
BuildRequires: liblzo-devel
|
||||||
BuildRequires: libopenssl-devel
|
BuildRequires: libopenssl-devel
|
||||||
BuildRequires: libp11-kit-devel
|
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libtasn1-devel
|
BuildRequires: libsasl2-devel
|
||||||
BuildRequires: libva-devel
|
BuildRequires: libsystemd-devel
|
||||||
BuildRequires: libxcb-devel
|
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libz-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
%if "%{stage1}" != "1"
|
%if "%{stage1}" != "1"
|
||||||
BuildRequires: libdirectfb-devel
|
BuildRequires: libdirectfb-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own vnc server.
|
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
|
%description devel
|
||||||
LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own vnc server.
|
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
|
%debug_package
|
||||||
|
|
||||||
@ -95,10 +81,14 @@ sed -i "s|/lib/|/%{_lib}/|" CMakeLists.txt
|
|||||||
%{_libdir}/libvncserver.so
|
%{_libdir}/libvncserver.so
|
||||||
%{_libdir}/pkgconfig/libvncclient.pc
|
%{_libdir}/pkgconfig/libvncclient.pc
|
||||||
%{_libdir}/pkgconfig/libvncserver.pc
|
%{_libdir}/pkgconfig/libvncserver.pc
|
||||||
#%doc examples/*.c
|
%dir %{_libdir}/cmake/LibVNCServer
|
||||||
|
%{_libdir}/cmake/LibVNCServer/LibVNCServer*.cmake
|
||||||
%doc ChangeLog
|
%doc ChangeLog
|
||||||
|
|
||||||
%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
|
* Mon Jun 15 2020 Automatic Build System <autodist@mambasoft.it> 0.9.13-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user