mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-12-01 12:10:53 +00:00
Today's snapshot and misc.
This commit is contained in:
parent
3f2f8cafa8
commit
5d705973fb
4 changed files with 25 additions and 6 deletions
|
@ -1,2 +1,2 @@
|
|||
mesa-20080612.tar.bz2
|
||||
gl-manpages-1.0.1.tar.bz2
|
||||
mesa-20080627.tar.bz2
|
||||
|
|
1
import.log
Normal file
1
import.log
Normal file
|
@ -0,0 +1 @@
|
|||
mesa-7_1-0_36_fc9:F-9:mesa-7.1-0.36.fc9.src.rpm:1214593148
|
26
mesa.spec
26
mesa.spec
|
@ -10,12 +10,12 @@
|
|||
%endif
|
||||
|
||||
%define manpages gl-manpages-1.0.1
|
||||
%define gitdate 20080612
|
||||
%define gitdate 20080627
|
||||
|
||||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 7.1
|
||||
Release: 0.35%{?dist}
|
||||
Release: 0.36%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -67,11 +67,22 @@ Obsoletes: Mesa XFree86-libs XFree86-Mesa-libGL xorg-x11-Mesa-libGL
|
|||
Obsoletes: xorg-x11-libs
|
||||
%if %{with_dri}
|
||||
Requires: libdrm >= 2.3.0
|
||||
Requires: mesa-dri-drivers = %{version}-%{release}
|
||||
Conflicts: xorg-x11-server-Xorg < 1.4.99.901-14
|
||||
%endif
|
||||
|
||||
%description libGL
|
||||
Mesa libGL runtime libraries and DRI drivers.
|
||||
Mesa libGL runtime library.
|
||||
|
||||
|
||||
%if %{with_dri}
|
||||
%package dri-drivers
|
||||
Summary: Mesa-based DRI drivers.
|
||||
Group: User Interface/X Hardware Support
|
||||
%description dri-drivers
|
||||
Mesa-based DRI drivers.
|
||||
%endif
|
||||
|
||||
|
||||
%package libGL-devel
|
||||
Summary: Mesa libGL development package
|
||||
|
@ -235,7 +246,7 @@ make install DESTDIR=$RPM_BUILD_ROOT DRI_DIRS=
|
|||
%if %{with_dri}
|
||||
install -d $RPM_BUILD_ROOT%{_libdir}/dri
|
||||
install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri %{_lib}/libdricore.so >& /dev/null
|
||||
for f in i810 i915 i965 mach64 mga r128 r200 r300 radeon savage sis tdfx unichrome; do
|
||||
for f in i810 i915 i965 mach64 mga r128 r200 r300 radeon savage sis swrast tdfx unichrome; do
|
||||
so=%{_lib}/${f}_dri.so
|
||||
test -e $so && echo $so
|
||||
done | xargs install -m 0755 -t $RPM_BUILD_ROOT%{_libdir}/dri >& /dev/null || :
|
||||
|
@ -294,7 +305,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libGL.so.1
|
||||
%{_libdir}/libGL.so.1.2
|
||||
|
||||
%if %{with_dri}
|
||||
%files dri-drivers
|
||||
%dir %{_libdir}/dri
|
||||
%{_libdir}/dri/libdricore.so
|
||||
%{_libdir}/dri/*_dri.so
|
||||
|
@ -412,6 +425,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/mesa-demos-data
|
||||
|
||||
%changelog
|
||||
* Fri Jun 27 2008 Adam Jackson <ajax@redhat.com> 7.1-0.36
|
||||
- Today's snapshot.
|
||||
- Package swrast_dri for the new X world order.
|
||||
- Split DRI drivers to their own subpackage.
|
||||
|
||||
* Thu Jun 12 2008 Dave Airlie <airlied@redhat.com> 7.1-0.35
|
||||
- Update mesa to latest git snapshot - drop patches merged upstream
|
||||
|
||||
|
|
2
sources
2
sources
|
@ -1,2 +1,2 @@
|
|||
cb23563c7ce33823de218351abfdc424 mesa-20080612.tar.bz2
|
||||
6ae05158e678f4594343f32c2ca50515 gl-manpages-1.0.1.tar.bz2
|
||||
a5f03ee286c07885c49d5f3d9cc896b3 mesa-20080627.tar.bz2
|
||||
|
|
Loading…
Reference in a new issue