actually build the thing
This commit is contained in:
parent
2f47df52a9
commit
95d0f75e5b
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
mesa-demos-20100615.tar.bz2
|
mesa-demos-20100615.tar.bz2
|
||||||
xdriinfo-1.0.3.tar.bz2
|
xdriinfo-1.0.3.tar.bz2
|
||||||
|
/mesa-demos-20101028.tar.bz2
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%define gitdate 20100615
|
%define gitdate 20101028
|
||||||
%define tarball mesa-demos
|
%define tarball mesa-demos
|
||||||
%define xdriinfo xdriinfo-1.0.3
|
%define xdriinfo xdriinfo-1.0.3
|
||||||
|
|
||||||
@ -6,20 +6,18 @@
|
|||||||
|
|
||||||
Summary: Mesa demos
|
Summary: Mesa demos
|
||||||
Name: mesa-demos
|
Name: mesa-demos
|
||||||
Version: 1.0
|
Version: 7.10
|
||||||
Release: 1%{gitdate}
|
Release: 1.%{gitdate}%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
||||||
|
|
||||||
Source0: %{tarball}-%{gitdate}.tar.bz2
|
Source0: %{tarball}-%{gitdate}.tar.bz2
|
||||||
Source1: http://www.x.org/pub/individual/app/%{xdriinfo}.tar.bz2
|
Source1: http://www.x.org/pub/individual/app/%{xdriinfo}.tar.bz2
|
||||||
Source2: mesad-git-snapshot.sh
|
Source2: mesad-git-snapshot.sh
|
||||||
|
|
||||||
BuildRequires: pkgconfig autoconf automake
|
BuildRequires: pkgconfig autoconf automake libtool
|
||||||
BuildRequires: freeglut-devel
|
BuildRequires: freeglut-devel
|
||||||
BuildRequires: elfutils
|
|
||||||
BuildRequires: libGL-devel
|
BuildRequires: libGL-devel
|
||||||
BuildRequires: libGLU-devel
|
BuildRequires: libGLU-devel
|
||||||
BuildRequires: glew-devel
|
BuildRequires: glew-devel
|
||||||
@ -83,5 +81,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/man/man1/xdriinfo.1*
|
%{_datadir}/man/man1/xdriinfo.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Jun 15 2010 Jerome Glisse <jglisse@redhat.com> 7.7
|
||||||
- Initial build.
|
- Initial build.
|
||||||
|
Loading…
Reference in New Issue
Block a user