Hello community, here is the log from the commit of package libvnc for openSUSE:Factory checked in at 2012-03-02 16:37:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libvnc (Old) and /work/SRC/openSUSE:Factory/.libvnc.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libvnc", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libvnc/libvnc.changes 2012-02-28 19:24:51.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libvnc.new/libvnc.changes 2012-03-02 16:37:54.000000000 +0100 @@ -1,0 +2,5 @@ +Tue Feb 28 11:21:53 UTC 2012 - sndir...@suse.com + +- build vncproto in the same package + +------------------------------------------------------------------- New: ---- vncproto-20070501.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libvnc.spec ++++++ --- /var/tmp/diff_new_pack.2BRroQ/_old 2012-03-02 16:37:56.000000000 +0100 +++ /var/tmp/diff_new_pack.2BRroQ/_new 2012-03-02 16:37:56.000000000 +0100 @@ -29,10 +29,11 @@ #CVS-Clone: -d:pserver:anonym...@xf4vnc.cvs.sf.net:/cvsroot/xf4vnc co modular/src/lib/libvnc Source: %name-%version.tar.bz2 Source1: COPYING +Source2: vncproto-20070501.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: autoconf >= 2.57 automake libtool BuildRequires: pkgconfig pkgconfig(x11) pkgconfig(xext) -BuildRequires: pkgconfig(vncproto) pkgconfig(xextproto) +BuildRequires: pkgconfig(xextproto) %description xf4vnc provides two implementations of VNC in an Xserver. Both implementations @@ -95,14 +96,21 @@ in %lname. %prep -%setup -qn %name +%setup -qn %name -b2 %build -./autogen.sh -%configure --disable-static -make %{?_smp_mflags} %install +pushd ../vncproto +autoreconf -fi +%configure +%makeinstall +popd +autoreconf -fi +export PKG_CONFIG_PATH=${RPM_BUILD_ROOT}/%_libdir/pkgconfig +export VNCEXT_CFLAGS=-I${RPM_BUILD_ROOT}/usr/include +%configure --disable-static +make %{?_smp_mflags} %makeinstall rm -f "%buildroot/%_libdir"/*.la cp %{SOURCE1} . @@ -118,7 +126,10 @@ %files devel %defattr(-,root,root) +/usr/include/X11/extensions/vnc.h +/usr/include/X11/extensions/vncstr.h %_libdir/libVncExt.so %_libdir/pkgconfig/vnc.pc +%_libdir/pkgconfig/vncproto.pc %changelog -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org