mirror of
https://src.fedoraproject.org/rpms/mesa.git
synced 2024-11-24 09:32:42 +00:00
- Restore -fvisibility=hidden.
- Fix autotooling.
This commit is contained in:
parent
8eb2dd2ff4
commit
4e39dbd116
1 changed files with 8 additions and 2 deletions
10
mesa.spec
10
mesa.spec
|
@ -15,7 +15,7 @@
|
||||||
Summary: Mesa graphics libraries
|
Summary: Mesa graphics libraries
|
||||||
Name: mesa
|
Name: mesa
|
||||||
Version: 7.1
|
Version: 7.1
|
||||||
Release: 0.12%{?dist}
|
Release: 0.13%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.mesa3d.org
|
URL: http://www.mesa3d.org
|
||||||
|
@ -30,7 +30,7 @@ Source3: make-git-snapshot.sh
|
||||||
Patch0: mesa-7.1pre-osmesa-version.patch
|
Patch0: mesa-7.1pre-osmesa-version.patch
|
||||||
|
|
||||||
|
|
||||||
BuildRequires: pkgconfig autoconf
|
BuildRequires: pkgconfig autoconf automake
|
||||||
%if %{with_dri}
|
%if %{with_dri}
|
||||||
BuildRequires: libdrm-devel >= 2.4.0-0.4
|
BuildRequires: libdrm-devel >= 2.4.0-0.4
|
||||||
%endif
|
%endif
|
||||||
|
@ -162,6 +162,8 @@ sed -i 's,isosurf.dat,%{_libdir}/mesa-demos-data/&,' progs/demos/isosurf.c
|
||||||
sed -i 's,terrain.dat,%{_libdir}/mesa-demos-data/&,' progs/demos/terrain.c
|
sed -i 's,terrain.dat,%{_libdir}/mesa-demos-data/&,' progs/demos/terrain.c
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
export RPM_OPT_FLAGS="$RPM_OPT_FLAGS -fvisibility=hidden"
|
||||||
|
|
||||||
autoreconf --install
|
autoreconf --install
|
||||||
|
|
||||||
# first, build the osmesa variants
|
# first, build the osmesa variants
|
||||||
|
@ -389,6 +391,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%{_libdir}/mesa-demos-data
|
%{_libdir}/mesa-demos-data
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.13
|
||||||
|
- Restore -fvisibility=hidden.
|
||||||
|
- Fix autotooling.
|
||||||
|
|
||||||
* Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.12
|
* Fri Feb 15 2008 Adam Jackson <ajax@redhat.com> 7.1-0.12
|
||||||
- Fix file conflict with bsd-games on /usr/bin/rain.
|
- Fix file conflict with bsd-games on /usr/bin/rain.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue