rebuilt with debug package and -fcommon [release 0.9.16-2mamba;Tue Dec 29 2020]
This commit is contained in:
parent
97d61229e2
commit
1944aa997d
31
x11vnc.spec
31
x11vnc.spec
@ -1,6 +1,6 @@
|
|||||||
Name: x11vnc
|
Name: x11vnc
|
||||||
Version: 0.9.16
|
Version: 0.9.16
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -12,20 +12,22 @@ Patch0: %{name}-0.9.10-fix_redeclared_pointer.patch
|
|||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
%if "%{stage1}" != "1"
|
BuildRequires: ldconfig
|
||||||
BuildRequires: libavahi-devel
|
|
||||||
%endif
|
|
||||||
BuildRequires: libjpeg-devel
|
|
||||||
BuildRequires: libopenssl-devel
|
|
||||||
BuildRequires: libvncserver-devel
|
|
||||||
BuildRequires: libX11-devel
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXcomposite-devel
|
||||||
|
BuildRequires: libXcursor-devel
|
||||||
BuildRequires: libXdamage-devel
|
BuildRequires: libXdamage-devel
|
||||||
BuildRequires: libXext-devel
|
BuildRequires: libXext-devel
|
||||||
BuildRequires: libXfixes-devel
|
BuildRequires: libXfixes-devel
|
||||||
|
BuildRequires: libXi-devel
|
||||||
BuildRequires: libXinerama-devel
|
BuildRequires: libXinerama-devel
|
||||||
BuildRequires: libXrandr-devel
|
BuildRequires: libXrandr-devel
|
||||||
BuildRequires: libXtst-devel
|
BuildRequires: libXtst-devel
|
||||||
BuildRequires: libz-devel
|
BuildRequires: libavahi-devel
|
||||||
|
BuildRequires: libcairo-devel
|
||||||
|
BuildRequires: libnsl-devel
|
||||||
|
BuildRequires: libopenssl-devel
|
||||||
|
BuildRequires: libvncserver-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
@ -39,16 +41,20 @@ 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
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure \
|
%configure \
|
||||||
--with-system-libvncserver
|
--with-system-libvncserver \
|
||||||
|
CFLAGS="%{optflags} -fcommon"
|
||||||
|
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -70,6 +76,9 @@ This package contains static libraries and header files need for development.
|
|||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 29 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 0.9.16-2mamba
|
||||||
|
- rebuilt with debug package and -fcommon
|
||||||
|
|
||||||
* Sun Jan 13 2019 Automatic Build System <autodist@mambasoft.it> 0.9.16-1mamba
|
* Sun Jan 13 2019 Automatic Build System <autodist@mambasoft.it> 0.9.16-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user