[mesa-demos] actually build the thing

Adam Jackson ajax at fedoraproject.org
Thu Oct 28 11:06:43 UTC 2010


commit 95d0f75e5b96d86d08772920315f8141d9cb38d1
Author: Adam Jackson <ajax at redhat.com>
Date:   Thu Oct 28 07:06:46 2010 -0400

    actually build the thing

 .gitignore      |    1 +
 mesa-demos.spec |   15 +++++++++------
 sources         |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ccae5d7..bbcfaf2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mesa-demos-20100615.tar.bz2
 xdriinfo-1.0.3.tar.bz2
+/mesa-demos-20101028.tar.bz2
diff --git a/mesa-demos.spec b/mesa-demos.spec
index 712a81a..d495d32 100644
--- a/mesa-demos.spec
+++ b/mesa-demos.spec
@@ -1,4 +1,4 @@
-%define gitdate 20100615
+%define gitdate 20101028
 %define tarball mesa-demos
 %define xdriinfo xdriinfo-1.0.3
 
@@ -6,20 +6,18 @@
 
 Summary: Mesa demos
 Name: mesa-demos
-Version: 1.0
-Release: 1%{gitdate}
+Version: 7.10
+Release: 1.%{gitdate}%{?dist}
 License: MIT
 Group: System Environment/Libraries
 URL: http://www.mesa3d.org
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Source0: %{tarball}-%{gitdate}.tar.bz2
 Source1: http://www.x.org/pub/individual/app/%{xdriinfo}.tar.bz2
 Source2: mesad-git-snapshot.sh
 
-BuildRequires: pkgconfig autoconf automake
+BuildRequires: pkgconfig autoconf automake libtool
 BuildRequires: freeglut-devel
-BuildRequires: elfutils
 BuildRequires: libGL-devel
 BuildRequires: libGLU-devel
 BuildRequires: glew-devel
@@ -83,5 +81,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/man/man1/xdriinfo.1*
 
 %changelog
+* Thu Oct 28 2010 Adam Jackson <ajax at redhat.com> 7.10-1.20101028
+- Today's git snapshot
+- Arbitrary EVR bump to be newer than when the mesa source package dropped
+  the demos subpackage.
+
 * Tue Jun 15 2010 Jerome Glisse <jglisse at redhat.com> 7.7
 - Initial build.
diff --git a/sources b/sources
index 8c26bf9..2e9d534 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-9ed011dfe6f987c089723cc1fc33fad9  mesa-demos-20100615.tar.bz2
 cb304d1ce562ac48b68eedeba38c662f  xdriinfo-1.0.3.tar.bz2
+2d779d620b0799734c9ce5419a82b9fc  mesa-demos-20101028.tar.bz2


More information about the scm-commits mailing list