mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-28 11:06:25 +00:00
cflags and swrastg motion
This commit is contained in:
parent
86dc0b73d7
commit
65e41ee5d4
1 changed files with 10 additions and 10 deletions
20
mesa.spec
20
mesa.spec
|
@ -15,7 +15,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.10
|
Version: 7.10
|
||||||
Release: 0.5%{?dist}
|
Release: 0.6%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -82,14 +82,12 @@ Group: User Interface/X Hardware Support
|
||||||
Mesa-based DRI drivers.
|
Mesa-based DRI drivers.
|
||||||
|
|
||||||
|
|
||||||
%if %{with_hardware}
|
|
||||||
%package dri-drivers-experimental
|
%package dri-drivers-experimental
|
||||||
Summary: Mesa-based DRI drivers (experimental)
|
Summary: Mesa-based DRI drivers (experimental)
|
||||||
Group: User Interface/X Hardware Support
|
Group: User Interface/X Hardware Support
|
||||||
Requires: mesa-dri-drivers = %{version}-%{release}
|
Requires: mesa-dri-drivers = %{version}-%{release}
|
||||||
%description dri-drivers-experimental
|
%description dri-drivers-experimental
|
||||||
Mesa-based DRI drivers (experimental).
|
Mesa-based DRI drivers (experimental).
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
%package libGL-devel
|
%package libGL-devel
|
||||||
|
@ -166,8 +164,8 @@ Group: User Interface/X Hardware Support
|
||||||
|
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
|
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -Os"
|
export CFLAGS="$RPM_OPT_FLAGS"
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -fvisibility=hidden -Os"
|
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||||
%ifarch %{ix86}
|
%ifarch %{ix86}
|
||||||
# i do not have words for how much the assembly dispatch code infuriates me
|
# i do not have words for how much the assembly dispatch code infuriates me
|
||||||
%define common_flags --enable-selinux --enable-pic --disable-asm
|
%define common_flags --enable-selinux --enable-pic --disable-asm
|
||||||
|
@ -186,10 +184,6 @@ make clean
|
||||||
# just to be sure...
|
# just to be sure...
|
||||||
[ `find . -name \*.o | wc -l` -eq 0 ] || exit 1
|
[ `find . -name \*.o | wc -l` -eq 0 ] || exit 1
|
||||||
|
|
||||||
# XXX should get visibility working again post-dricore.
|
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Os"
|
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS -Os"
|
|
||||||
|
|
||||||
# now build the rest of mesa
|
# now build the rest of mesa
|
||||||
%configure %{common_flags} \
|
%configure %{common_flags} \
|
||||||
--disable-glw \
|
--disable-glw \
|
||||||
|
@ -279,16 +273,18 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%dir %{_libdir}/dri
|
%dir %{_libdir}/dri
|
||||||
#%{_libdir}/dri/libdricore.so
|
#%{_libdir}/dri/libdricore.so
|
||||||
%{_libdir}/dri/*_dri.so
|
%{_libdir}/dri/*_dri.so
|
||||||
|
%exclude %{_libdir}/dri/swrastg_dri.so
|
||||||
%if %{with_hardware}
|
%if %{with_hardware}
|
||||||
#exclude %{_libdir}/dri/vmwgfx_dri.so
|
#exclude %{_libdir}/dri/vmwgfx_dri.so
|
||||||
%exclude %{_libdir}/dri/nouveau_dri.so
|
%exclude %{_libdir}/dri/nouveau_dri.so
|
||||||
%exclude %{_libdir}/dri/nouveau_vieux_dri.so
|
%exclude %{_libdir}/dri/nouveau_vieux_dri.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if %{with_hardware}
|
|
||||||
%files dri-drivers-experimental
|
%files dri-drivers-experimental
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc docs/COPYING
|
%doc docs/COPYING
|
||||||
|
%{_libdir}/dri/swrastg_dri.so
|
||||||
|
%if %{with_hardware}
|
||||||
#{_libdir}/dri/vmwgfx_dri.so
|
#{_libdir}/dri/vmwgfx_dri.so
|
||||||
%{_libdir}/dri/nouveau_dri.so
|
%{_libdir}/dri/nouveau_dri.so
|
||||||
%{_libdir}/dri/nouveau_vieux_dri.so
|
%{_libdir}/dri/nouveau_vieux_dri.so
|
||||||
|
@ -334,6 +330,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/libOSMesa.so
|
%{_libdir}/libOSMesa.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 02 2010 Adam Jackson <ajax@redhat.com> 7.10-0.6
|
||||||
|
- Use standard CFLAGS
|
||||||
|
- Move swrastg_dri to -experimental
|
||||||
|
|
||||||
* Mon Nov 01 2010 Adam Jackson <ajax@redhat.com> 7.10-0.5
|
* Mon Nov 01 2010 Adam Jackson <ajax@redhat.com> 7.10-0.5
|
||||||
- BR: llvm-static not llvm-devel (#627965)
|
- BR: llvm-static not llvm-devel (#627965)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue