update to 0.9.15 [release 0.9.15-1mamba;Wed Mar 21 2018]
This commit is contained in:
parent
997d936467
commit
8abe2a1300
13
x11vnc.spec
13
x11vnc.spec
@ -1,5 +1,5 @@
|
|||||||
Name: x11vnc
|
Name: x11vnc
|
||||||
Version: 0.9.13
|
Version: 0.9.15
|
||||||
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
|
||||||
@ -7,7 +7,7 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://sourceforge.net/projects/libvncserver/
|
URL: http://sourceforge.net/projects/libvncserver/
|
||||||
Source: http://downloads.sourceforge.net/libvncserver/x11vnc-%{version}.tar.gz
|
Source: https://github.com/LibVNC/x11vnc/archive/%{version}/x11vnc-%{version}.tar.gz
|
||||||
Patch0: %{name}-0.9.10-fix_redeclared_pointer.patch
|
Patch0: %{name}-0.9.10-fix_redeclared_pointer.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -46,6 +46,7 @@ This package contains static libraries and header files need for development.
|
|||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
./autogen.sh
|
||||||
%configure \
|
%configure \
|
||||||
--with-system-libvncserver
|
--with-system-libvncserver
|
||||||
%make
|
%make
|
||||||
@ -62,14 +63,16 @@ This package contains static libraries and header files need for development.
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%{_bindir}/Xdummy
|
||||||
%{_bindir}/x11vnc
|
%{_bindir}/x11vnc
|
||||||
%{_mandir}/man1/x11vnc.1.*
|
%{_mandir}/man1/x11vnc.1.*
|
||||||
%dir %{_datadir}/x11vnc
|
|
||||||
%{_datadir}/applications/x11vnc.desktop
|
%{_datadir}/applications/x11vnc.desktop
|
||||||
%{_datadir}/x11vnc/classes/*
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Mar 21 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.15-1mamba
|
||||||
|
- update to 0.9.15
|
||||||
|
|
||||||
* Sat Sep 17 2011 Automatic Build System <autodist@mambasoft.it> 0.9.13-1mamba
|
* Sat Sep 17 2011 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