mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
spec cleanup
This commit is contained in:
parent
ea17c6ce46
commit
52cda3841a
1 changed files with 4 additions and 1 deletions
|
@ -214,7 +214,7 @@ mv %{_lib} osmesa32
|
||||||
make clean
|
make clean
|
||||||
|
|
||||||
# just to be sure...
|
# just to be sure...
|
||||||
[ `find . -name \*.o | wc -l` -eq 0 ] || exit "make cleaner plz"
|
[ `find . -name \*.o | wc -l` -eq 0 ] || exit 1
|
||||||
|
|
||||||
# XXX should get visibility working again post-dricore.
|
# XXX should get visibility working again post-dricore.
|
||||||
export CFLAGS="$RPM_OPT_FLAGS -Os"
|
export CFLAGS="$RPM_OPT_FLAGS -Os"
|
||||||
|
@ -422,6 +422,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/mesa-demos-data
|
%{_libdir}/mesa-demos-data
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Oct 14 2008 Adam Jackson <ajax@redhat.com>
|
||||||
|
- spec-only fix: exit builtin needs a numeric arg, not string.
|
||||||
|
|
||||||
* Mon Oct 13 2008 Dave Airlie <airlied@redhat.com> 7.2-0.8
|
* Mon Oct 13 2008 Dave Airlie <airlied@redhat.com> 7.2-0.8
|
||||||
- r300-bufmgr.patch - fix sw fallbacks + kernel texture error.
|
- r300-bufmgr.patch - fix sw fallbacks + kernel texture error.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue