Hello community,

here is the log from the commit of package xfig for openSUSE:Factory checked in 
at 2014-02-11 13:15:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfig (Old)
 and      /work/SRC/openSUSE:Factory/.xfig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfig/xfig.changes        2014-02-11 
10:59:26.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.xfig.new/xfig.changes   2014-02-11 
13:15:38.000000000 +0100
@@ -1,0 +2,10 @@
+Tue Feb 11 10:26:27 UTC 2014 - wer...@suse.de
+
+- Provide a pkgconfig file for older Xaw3d package 
+
+-------------------------------------------------------------------
+Tue Feb 11 09:34:13 UTC 2014 - wer...@suse.de
+
+- Make if build for oS 13.1 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ xfig.spec ++++++
--- /var/tmp/diff_new_pack.P3M2jm/_old  2014-02-11 13:15:39.000000000 +0100
+++ /var/tmp/diff_new_pack.P3M2jm/_new  2014-02-11 13:15:39.000000000 +0100
@@ -20,7 +20,11 @@
 BuildRequires:  dos2unix
 BuildRequires:  flex
 BuildRequires:  freetype2-devel
+%if 0%{suse_version} > 1310
 BuildRequires:  libXaw3d-devel
+%else
+BuildRequires:  xaw3d-devel
+%endif
 BuildRequires:  libjpeg-devel
 BuildRequires:  netpbm
 BuildRequires:  update-desktop-files
@@ -128,6 +132,23 @@
 test ! -e Libraries/Examples/aircraft.fig || { echo forbidden file found 1>&2; 
exit 1; }
 
 %build
+%if 0%{suse_version} <= 1310
+cat > xaw3d.pc <<-'EOF'
+       prefix=/usr
+       exec_prefix=/usr
+       libdir=/usr/lib
+       includedir=/usr/include
+       Name: Xaw3d
+       Description: X 3D Athena Widgets Library
+       Version: 1.5E
+       Requires: xproto xmu xt
+       Requires.private: x11 xext
+       Cflags: -I${includedir}  -DXAW_INTERNATIONALIZATION 
-DXAW_MULTIPLANE_PIXMAPS -DXAW_GRAY_BLKWHT_STIPPLES -DXAW_ARROW_SCROLLBARS
+       Libs: -L${libdir} -lXaw3d
+EOF
+PKG_CONFIG_PATH=/usr/share/pkgconfig:/usr/lib/pkgconfig:${PWD}
+export PKG_CONFIG_PATH
+%endif
 xmkmf -a -D_DATA='%{_data}' -DStandardDefines=''
 CCOPTIONS="$RPM_OPT_FLAGS -fno-strict-aliasing -w -D_GNU_SOURCE -std=gnu99"
 CCOPTIONS="$CCOPTIONS -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to