- fixed and simplified BuildRequires
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/glu?expand=0&rev=3
This commit is contained in:
parent
95d3acaa7d
commit
71644a8c1b
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 21 09:36:54 UTC 2012 - sndirsch@suse.com
|
||||
|
||||
- fixed and simplified BuildRequires
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 18 09:10:00 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
8
glu.spec
8
glu.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package libGLU
|
||||
# spec file for package glu
|
||||
#
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -28,10 +28,10 @@ Url: http://cgit.freedesktop.org/mesa/glu/
|
||||
#Git-Web: http://cgit.freedesktop.org/mesa/glu/
|
||||
Source: http://cgit.freedesktop.org/mesa/glu/snapshot/%{name}-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkgconfig(gl)
|
||||
BuildRequires: gcc-c++ libtool
|
||||
BuildRequires: Mesa-libIndirectGL-devel
|
||||
BuildRequires: pkgconfig(dri)
|
||||
|
||||
%description
|
||||
GLU offers simple interfaces for building mipmaps; checking for the
|
||||
|
Loading…
Reference in New Issue
Block a user