8
0
forked from pool/LibVNCServer

Accepting request 94554 from home:coolo:removeautomake

add automake to buildrequires

OBS-URL: https://build.opensuse.org/request/show/94554
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/LibVNCServer?expand=0&rev=9
This commit is contained in:
Ismail Dönmez
2011-11-30 14:33:41 +00:00
committed by Git OBS Bridge
parent 38b259f0f0
commit e716a0646b
2 changed files with 12 additions and 7 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 30 14:30:22 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 17 09:39:03 UTC 2011 - jengelh@medozas.de Sat Sep 17 09:39:03 UTC 2011 - jengelh@medozas.de

View File

@@ -15,15 +15,17 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: LibVNCServer Name: LibVNCServer
BuildRequires: libavahi-devel libjpeg-devel slang-devel xorg-x11-devel BuildRequires: automake
BuildRequires: libavahi-devel
BuildRequires: libjpeg-devel
BuildRequires: slang-devel
BuildRequires: xorg-x11-devel
BuildRequires: lzo-devel BuildRequires: lzo-devel
License: GPLv2+ License: GPL-2.0+
Group: Development/Libraries/X11 Group: Development/Libraries/X11
Version: 0.9.8_git201104301110 Version: 0.9.8_git201104301110
Release: 1 Release: 0
Summary: VNC Development Library Summary: VNC Development Library
Url: http://libvncserver.sf.net/ Url: http://libvncserver.sf.net/
Source0: %{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
@@ -48,10 +50,8 @@ real running X11 server) has been split off into its own package on
2007-07-16. 2007-07-16.
%package devel %package devel
License: GPLv2+
Requires: %{name} = %{version} zlib-devel Requires: %{name} = %{version} zlib-devel
Summary: VNC Development Library Summary: VNC Development Library
Group: Development/Libraries/X11
%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.