File tree 2 files changed +46
-6
lines changed
2 files changed +46
-6
lines changed Original file line number Diff line number Diff line change
1
+ --- libvncserver.spec 2024-12-11 19:17:46.381561858 +0800
2
+ +++ libvncserver.spec.new 2024-12-11 19:17:43.482565064 +0800
3
+ @@ -69,9 +69,17 @@
4
+ It hides the programmer from the tedious task of managing clients and
5
+ compression schemata.
6
+
7
+ + %pacakge -n libvncclient
8
+ + Summary: Library to make writing a VNC client easy
9
+ +
10
+ + %description
11
+ + LibVNCClient makes writing a VNC client (or more correctly, a program importing
12
+ + a frame-buffer via the Remote Frame Buffer protocol) easy.
13
+ +
14
+ %package devel
15
+ Summary: Development files for %{name}
16
+ Requires: %{name}%{?_isa} = %{version}-%{release}
17
+ + Requires: libvncclient%{?_isa} = %{version}-%{release}
18
+ # libvncserver-config deps
19
+ Requires: coreutils
20
+ # /usr/include/rfb/rfbproto.h:#include <zlib.h>
21
+ @@ -131,11 +139,15 @@
22
+ %files
23
+ %license COPYING
24
+ %doc AUTHORS ChangeLog NEWS* README* CONTRIBUTING.md HISTORY.md SECURITY.md
25
+ - %{_libdir}/libvncclient.so.1
26
+ - %{_libdir}/libvncclient.so.%{version}
27
+ %{_libdir}/libvncserver.so.1
28
+ %{_libdir}/libvncserver.so.%{version}
29
+
30
+ + %files -n libvncclient
31
+ + %license COPYING
32
+ + %doc AUTHORS ChangeLog NEWS* README* CONTRIBUTING.md HISTORY.md SECURITY.md
33
+ + %{_libdir}/libvncclient.so.1
34
+ + %{_libdir}/libvncclient.so.%{version}
35
+ +
36
+ %files devel
37
+ #{_bindir}/libvncserver-config
38
+ %{_includedir}/rfb/
Original file line number Diff line number Diff line change 1
- --- systemd.spec 2024-12-06 00:14:56.921400452 +0800
2
- +++ systemd.spec.new 2024-12-06 00:13:07.141409911 +0800
3
- @@ -536,28 +536,52 @@
1
+ --- systemd.spec 2024-12-11 19:22:25.389268108 +0800
2
+ +++ systemd.spec.new 2024-12-11 19:24:24.352149747 +0800
3
+ @@ -536,28 +536,54 @@
4
4
the version that works with Secure Boot.
5
5
%endif
6
6
14
14
Requires(preun): systemd%{_isa} = %{version}-%{release}
15
15
Requires(postun): systemd%{_isa} = %{version}-%{release}
16
16
- # For systemd-vmspawn which uses qemu:
17
- - Recommends: qemu-kvm-core
17
+ - Recommends: qemu-kvm
18
18
- Recommends: qemu-device-display-virtio-gpu
19
19
- Recommends: qemu-device-display-virtio-vga
20
20
# Obsolete parent package so that dnf will install new subpackage on upgrade (#1260394)
52
52
+ Requires(postun): systemd%{_isa} = %{version}-%{release}
53
53
+ # For systemd-vmspawn which uses qemu:
54
54
+ Requires: qemu-kvm-core
55
+ + %if 0%{?fedora}
55
56
+ Recommends: qemu-device-display-virtio-gpu
56
57
+ Recommends: qemu-device-display-virtio-vga
58
+ + %endif
57
59
+ License: LGPL-2.1-or-later
58
60
+
59
61
+ %description vmspawn
63
65
64
66
%package journal-remote
65
67
# Name is the same as in Debian
66
- @@ -1040,6 +1064 ,10 @@
68
+ @@ -1040,6 +1066 ,10 @@
67
69
# Split files in build root into rpms
68
70
python3 %{SOURCE2} %buildroot %{!?want_bootloader:--no-bootloader}
69
71
74
76
%check
75
77
%if %{with tests}
76
78
meson test -C %{_vpath_builddir} -t 6 --print-errorlogs
77
- @@ -1291,9 +1319 ,13 @@
79
+ @@ -1291,9 +1321 ,13 @@
78
80
%files boot-unsigned -f .file-list-boot
79
81
%endif
80
82
You can’t perform that action at this time.
0 commit comments