- And now, 7.3.0.
This commit is contained in:
parent
77e6efff08
commit
0c24d45933
14
mesa.spec
14
mesa.spec
@ -1,3 +1,4 @@
|
||||
|
||||
# When bootstrapping an arch, omit the -demos subpackage.
|
||||
|
||||
# S390 doesn't have video cards, so it's not much use building DRI there.
|
||||
@ -14,19 +15,19 @@
|
||||
%define manpages gl-manpages-1.0.1
|
||||
%define xdriinfo xdriinfo-1.0.2
|
||||
%define gitdate 20081220
|
||||
%define snapshot -rc3
|
||||
#%define snapshot
|
||||
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 7.3
|
||||
Release: 0.5%{?dist}
|
||||
Release: 1%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
Source0: http://www.mesa3d.org/beta/MesaLib-7.3-rc3.tar.gz
|
||||
Source1: http://www.mesa3d.org/beta/MesaDemos-7.3-rc3.tar.gz
|
||||
Source0: http://www.mesa3d.org/beta/MesaLib-%{version}%{?snapshot}.tar.bz2
|
||||
Source1: http://www.mesa3d.org/beta/MesaDemos-%{version}%{?snapshot}.tar.bz2
|
||||
#Source0: %{name}-%{gitdate}.tar.bz2
|
||||
#Source2: %{manpages}.tar.bz2
|
||||
Source3: make-git-snapshot.sh
|
||||
@ -167,7 +168,7 @@ This package provides some demo applications for testing Mesa.
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n Mesa-%{version}%{snapshot} -b0 -b1
|
||||
%setup -q -n Mesa-%{version}%{?snapshot} -b0 -b1
|
||||
#%setup -q -n mesa-%{gitdate} -b2 -b5
|
||||
%patch0 -p1 -b .osmesa
|
||||
%patch2 -p1 -b .intel-glthread
|
||||
@ -420,6 +421,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_libdir}/mesa-demos-data
|
||||
|
||||
%changelog
|
||||
* Thu Jan 22 2009 Kristian Høgsberg <krh@redhat.com> 7.3-1
|
||||
- And now, 7.3.0.
|
||||
|
||||
* Tue Jan 20 2009 Kristian Høgsberg <krh@redhat.com> 7.3-0.5
|
||||
- Update to 7.3.0 rc3.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user