mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 17:35:18 +00:00
fix llvm BR
This commit is contained in:
parent
465efeb596
commit
86dc0b73d7
1 changed files with 5 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
Summary: Mesa graphics libraries
|
||||
Name: mesa
|
||||
Version: 7.10
|
||||
Release: 0.4%{?dist}
|
||||
Release: 0.5%{?dist}
|
||||
License: MIT
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.mesa3d.org
|
||||
|
@ -52,7 +52,7 @@ BuildRequires: libXi-devel
|
|||
BuildRequires: libXmu-devel
|
||||
BuildRequires: elfutils
|
||||
BuildRequires: python
|
||||
BuildRequires: llvm-devel
|
||||
BuildRequires: llvm-static
|
||||
BuildRequires: libxml2-python
|
||||
BuildRequires: libtalloc-devel
|
||||
|
||||
|
@ -334,6 +334,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_libdir}/libOSMesa.so
|
||||
|
||||
%changelog
|
||||
* Mon Nov 01 2010 Adam Jackson <ajax@redhat.com> 7.10-0.5
|
||||
- BR: llvm-static not llvm-devel (#627965)
|
||||
|
||||
* Thu Oct 28 2010 Adam Jackson <ajax@redhat.com> 7.10-0.4
|
||||
- -dri-drivers-experimental Requires dri-drivers (#556789)
|
||||
|
||||
|
|
Loading…
Reference in a new issue