mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
- Fix OSMesa file listing to use %version for DSO number. Note that this
will still break on Mesa 7; oh well. - Deleted file: directfbgl.h
This commit is contained in:
parent
ce9ee0c22f
commit
fbb11edd09
1 changed files with 9 additions and 5 deletions
14
mesa.spec
14
mesa.spec
|
@ -47,7 +47,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 6.5.2
|
Version: 6.5.2
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: MIT/X11
|
License: MIT/X11
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -350,7 +350,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%files libGL-devel
|
%files libGL-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_includedir}/GL/amesa.h
|
%{_includedir}/GL/amesa.h
|
||||||
%{_includedir}/GL/directfbgl.h
|
|
||||||
%{_includedir}/GL/dmesa.h
|
%{_includedir}/GL/dmesa.h
|
||||||
%{_includedir}/GL/fxmesa.h
|
%{_includedir}/GL/fxmesa.h
|
||||||
%{_includedir}/GL/ggimesa.h
|
%{_includedir}/GL/ggimesa.h
|
||||||
|
@ -389,11 +388,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%files libOSMesa
|
%files libOSMesa
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libOSMesa.so.6
|
%{_libdir}/libOSMesa.so.6
|
||||||
%{_libdir}/libOSMesa.so.6.5.1
|
%{_libdir}/libOSMesa.so.%{version}
|
||||||
%{_libdir}/libOSMesa16.so.6
|
%{_libdir}/libOSMesa16.so.6
|
||||||
%{_libdir}/libOSMesa16.so.6.5.1
|
%{_libdir}/libOSMesa16.so.%{version}
|
||||||
%{_libdir}/libOSMesa32.so.6
|
%{_libdir}/libOSMesa32.so.6
|
||||||
%{_libdir}/libOSMesa32.so.6.5.1
|
%{_libdir}/libOSMesa32.so.%{version}
|
||||||
|
|
||||||
%files libOSMesa-devel
|
%files libOSMesa-devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
|
@ -411,6 +410,11 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_bindir}/glxinfo
|
%{_bindir}/glxinfo
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Dec 4 2006 Adam Jackson <ajax@redhat.com> 6.5.2-2.fc6
|
||||||
|
- Fix OSMesa file listing to use %%version for DSO number. Note that this
|
||||||
|
will still break on Mesa 7; oh well.
|
||||||
|
- Deleted file: directfbgl.h
|
||||||
|
|
||||||
* Sun Dec 3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
|
* Sun Dec 3 2006 Kristian Høgsberg <krh@redhat.com> 6.5.2-1.fc6
|
||||||
- Update to 6.5.2.
|
- Update to 6.5.2.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue