actually build the thing

This commit is contained in:
Adam Jackson 2010-10-28 07:06:46 -04:00
parent 2f47df52a9
commit 95d0f75e5b
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
mesa-demos-20100615.tar.bz2
xdriinfo-1.0.3.tar.bz2
/mesa-demos-20101028.tar.bz2

View File

@ -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@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@redhat.com> 7.7
- Initial build.

View File

@ -1,2 +1,2 @@
9ed011dfe6f987c089723cc1fc33fad9 mesa-demos-20100615.tar.bz2
cb304d1ce562ac48b68eedeba38c662f xdriinfo-1.0.3.tar.bz2
2d779d620b0799734c9ce5419a82b9fc mesa-demos-20101028.tar.bz2