forked from pool/LibVNCServer
Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
|
|
ae5c90f000 |
@@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 19 13:02:36 UTC 2025 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- fix devel package dependencies (by Christophe Marin) [bsc#1247887]
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 23 14:44:58 UTC 2023 - pgajdos@suse.com
|
Fri Jun 23 14:44:58 UTC 2023 - pgajdos@suse.com
|
||||||
|
|
||||||
@@ -581,4 +586,3 @@ Sun Aug 21 03:27:19 CEST 2005 - garloff@suse.de
|
|||||||
|
|
||||||
- Initial creation of package LibVNCServer-0.7.1.
|
- Initial creation of package LibVNCServer-0.7.1.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
|
|||||||
@@ -76,12 +76,19 @@ LibVNCServer/LibVNCClient are cross-platform C libraries that allow
|
|||||||
implementing VNC server or client functionality in your program.
|
implementing VNC server or client functionality in your program.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Requires: gnutls-devel
|
|
||||||
Requires: libvncclient%{libnum} = %version
|
|
||||||
Requires: libvncserver%{libnum} = %version
|
|
||||||
Requires: zlib-devel
|
|
||||||
Summary: VNC Development Library
|
Summary: VNC Development Library
|
||||||
Group: Development/Libraries/X11
|
Group: Development/Libraries/X11
|
||||||
|
Requires: gnutls-devel
|
||||||
|
Requires: libgcrypt-devel
|
||||||
|
Requires: libgnutls-devel
|
||||||
|
Requires: libjpeg-devel
|
||||||
|
Requires: libpng-devel
|
||||||
|
Requires: libvncclient%{libnum} = %{version}
|
||||||
|
Requires: libvncserver%{libnum} = %{version}
|
||||||
|
Requires: lzo-devel
|
||||||
|
Requires: openssl-devel
|
||||||
|
Requires: zlib-devel
|
||||||
|
|
||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
VNC is a set of programs using the RFB (Remote Frame Buffer) protocol.
|
VNC is a set of programs using the RFB (Remote Frame Buffer) protocol.
|
||||||
|
|||||||
Reference in New Issue
Block a user