diff --git a/libvncserver.spec b/libvncserver.spec index 64c9a4b..95ac3ee 100644 --- a/libvncserver.spec +++ b/libvncserver.spec @@ -1,5 +1,5 @@ Name: libvncserver -Version: 0.9.12 +Version: 0.9.13 Release: 1mamba Summary: LibVNCServer is ripped out of Xvnc to provide an easy API to write one's own vnc server Group: System/Libraries @@ -54,6 +54,8 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} 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. +%debug_package + %prep %setup -q #%patch1 -p1 @@ -94,9 +96,12 @@ sed -i "s|/lib/|/%{_lib}/|" CMakeLists.txt %{_libdir}/pkgconfig/libvncclient.pc %{_libdir}/pkgconfig/libvncserver.pc #%doc examples/*.c -%doc ChangeLog NEWS TODO +%doc ChangeLog %changelog +* Mon Jun 15 2020 Automatic Build System 0.9.13-1mamba +- automatic version update by autodist + * Sun May 26 2019 Automatic Build System 0.9.12-1mamba - automatic version update by autodist