rpms/glew/EL-4 glew.spec,1.7,1.8

Orion Poplawski orion at fedoraproject.org
Fri Sep 4 20:47:29 UTC 2009


Author: orion

Update of /cvs/pkgs/rpms/glew/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv659

Modified Files:
	glew.spec 
Log Message:
* Fri Sep 4 2009 Orion Poplawski <orion at cora.nwra.com> - 1.5.1-3.1
- Fixup BR and patch for EL-4



Index: glew.spec
===================================================================
RCS file: /cvs/pkgs/rpms/glew/EL-4/glew.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- glew.spec	25 Jul 2009 00:18:57 -0000	1.7
+++ glew.spec	4 Sep 2009 20:47:29 -0000	1.8
@@ -1,6 +1,6 @@
 Name:           glew
 Version:        1.5.1
-Release:        3%{?dist}
+Release:        3%{?dist}.1
 Summary:        The OpenGL Extension Wrangler Library
 Group:          System Environment/Libraries
 License:        BSD and MIT
@@ -9,6 +9,7 @@ URL:            http://glew.sourceforge.
 Source0:        http://downloads.sourceforge.net/glew/glew-%{version}-src.tgz
 Patch0:         glew-1.5.1-makefile.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  xorg-x11-Mesa-libGLU
 BuildRequires:  libGLU-devel
 
 %description
@@ -24,6 +25,7 @@ Mac OS X, FreeBSD, Irix, and Solaris.
 Summary:        Development files for glew
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
+Requires:       xorg-x11-Mesa-libGLU
 Requires:       libGLU-devel
 
 %description devel
@@ -32,6 +34,8 @@ Development files for glew
 
 %prep
 %setup -q -n %{name}
+tr -d '\r' < config/Makefile.linux > config/Makefile.linux.new
+mv config/Makefile.linux.new config/Makefile.linux
 %patch0 -p1
 
 sed -i -e 's/\r//g' config/config.guess
@@ -70,6 +74,9 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/*
 
 %changelog
+* Fri Sep 4 2009 Orion Poplawski <orion at cora.nwra.com> - 1.5.1-3.1
+- Fixup BR and patch for EL-4
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list