[mesa-libGLU] libGLU 9.0

Adam Jackson ajax at fedoraproject.org
Tue Sep 18 13:28:04 UTC 2012


commit fd70a32698228a9fedc0d9f733588cfb2079237f
Author: Adam Jackson <ajax at redhat.com>
Date:   Tue Sep 18 09:28:03 2012 -0400

    libGLU 9.0

 .gitignore           |    1 +
 make-git-snapshot.sh |    2 +-
 mesa-libGLU.spec     |   14 ++++++++------
 sources              |    2 +-
 4 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d3ff1b..9b7677b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /libGLU-20120904.tar.xz
+/glu-9.0.0.tar.bz2
diff --git a/make-git-snapshot.sh b/make-git-snapshot.sh
index 12c8325..bfdfc6f 100755
--- a/make-git-snapshot.sh
+++ b/make-git-snapshot.sh
@@ -5,7 +5,7 @@
 # to make a snapshot of the given tag/branch.  Defaults to HEAD.
 # Point env var REF to a local mesa repo to reduce clone time.
 
-DIRNAME=libGLU-$( date +%Y%m%d )
+DIRNAME=glu-$( date +%Y%m%d )
 
 echo REF ${REF:+--reference $REF}
 echo DIRNAME $DIRNAME
diff --git a/mesa-libGLU.spec b/mesa-libGLU.spec
index 9d6fbbe..b1d6d8e 100644
--- a/mesa-libGLU.spec
+++ b/mesa-libGLU.spec
@@ -1,14 +1,13 @@
-%define gitdate 20120904
+#define gitdate 20120904
 
 Name:           mesa-libGLU
-Version:        9.0
-Release:        0.2%{?dist}
+Version:        9.0.0
+Release:        1%{?dist}
 Summary:        Mesa libGLU library
 
 License:        MIT
 URL:            http://mesa3d.org/
-# snapshot only at this point
-Source0:        libGLU-%{gitdate}.tar.xz
+Source0:        ftp://ftp.freedesktop.org/pub/mesa/glu/glu-%{version}.tar.bz2
 Source2:        make-git-snapshot.sh
 
 %if 0%{?gitdate}
@@ -32,7 +31,7 @@ The %{name}-devel package contains libraries and header files for
 developing applications that use %{name}.
 
 %prep
-%setup -q -n libGLU-%{?gitdate:%{gitdate}}%{?!gitdate:%{version}}
+%setup -q -n glu-%{?gitdate:%{gitdate}}%{?!gitdate:%{version}}
 
 %build
 %if 0%{?gitdate}
@@ -61,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/man/man3/gl[A-Z]*
 %{_libdir}/pkgconfig/glu.pc
 
 %changelog
+* Tue Sep 18 2012 Adam Jackson <ajax at redhat.com> 9.0.0-1
+- libGLU 9.0
+
 * Mon Sep 10 2012 Dave Airlie <airlied at redhat.com> 9.0-0.2
 - add back libGLU provides for now
 
diff --git a/sources b/sources
index 65a3acb..3adee93 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a1f8aca93eed0281bb25775b2aae1167  libGLU-20120904.tar.xz
+be9249132ff49275461cf92039083030  glu-9.0.0.tar.bz2


More information about the scm-commits mailing list