Hello community, here is the log from the commit of package Mesa-demo for openSUSE:Factory checked in at 2012-02-17 12:06:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/Mesa-demo (Old) and /work/SRC/openSUSE:Factory/.Mesa-demo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "Mesa-demo", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/Mesa-demo/Mesa-demo.changes 2012-02-14 11:25:05.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.Mesa-demo.new/Mesa-demo.changes 2012-02-17 12:06:06.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Feb 13 03:08:38 UTC 2012 - [email protected] + +- Update package BuildRequires to use pkgconfig symbols + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ Mesa-demo.spec ++++++ --- /var/tmp/diff_new_pack.6fsyFV/_old 2012-02-17 12:06:07.000000000 +0100 +++ /var/tmp/diff_new_pack.6fsyFV/_new 2012-02-17 12:06:07.000000000 +0100 @@ -1,7 +1,7 @@ # -# spec file for package Mesa-demo (Version 7.9) +# spec file for package Mesa-demo # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,24 +15,30 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Version: 8.0.1 Release: 0 Name: Mesa-demo -License: MIT Summary: Mesa demo programs for the OpenGL stack -Url: http://www.mesa3d.org +License: MIT Group: System/Libraries +Url: http://www.mesa3d.org Source: mesa-demos-%{version}.tar.bz2 # PATCH-MISSING-TAG -- See http://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines Patch0: u_mesa-demos_missing-libs.diff +BuildRequires: autoconf >= 2.59 BuildRequires: automake BuildRequires: freeglut-devel BuildRequires: gcc-c++ BuildRequires: glew-devel BuildRequires: libexpat-devel BuildRequires: pkgconfig -BuildRequires: xorg-x11-devel +BuildRequires: pkgconfig(gl) +BuildRequires: pkgconfig(glew) +BuildRequires: pkgconfig(glu) +BuildRequires: pkgconfig(x11) +BuildRequires: pkgconfig(xext) BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -53,11 +59,11 @@ * OpenGL is a trademark of Silicon Graphics Incorporated. %prep -%setup -n mesa-demos-%{version} -b0 +%setup -qn mesa-demos-%{version} -b0 %patch0 -p0 %build -%configure --bindir=/usr/%{_lib}/mesa-demos/bin +%configure --bindir=%_libdir/mesa-demos/bin make %{?_smp_mflags} %install -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
