- build against system-wide libjpeg-turbo (#494458)
- build no longer requires nasm
This commit is contained in:
parent
dc728211d6
commit
56638e87e4
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: tigervnc
|
Name: tigervnc
|
||||||
Version: 1.0.90
|
Version: 1.0.90
|
||||||
Release: 0.15.%{snap}%{?dist}
|
Release: 0.16.%{snap}%{?dist}
|
||||||
Summary: A TigerVNC remote display system
|
Summary: A TigerVNC remote display system
|
||||||
|
|
||||||
Group: User Interface/Desktops
|
Group: User Interface/Desktops
|
||||||
@ -24,11 +24,6 @@ BuildRequires: mesa-libGL-devel, libXinerama-devel, ImageMagick
|
|||||||
BuildRequires: freetype-devel, libXdmcp-devel
|
BuildRequires: freetype-devel, libXdmcp-devel
|
||||||
BuildRequires: desktop-file-utils, java-1.5.0-gcj-devel
|
BuildRequires: desktop-file-utils, java-1.5.0-gcj-devel
|
||||||
|
|
||||||
%ifarch %ix86 x86_64
|
|
||||||
BuildRequires: nasm
|
|
||||||
%endif
|
|
||||||
|
|
||||||
|
|
||||||
Requires(post): coreutils
|
Requires(post): coreutils
|
||||||
Requires(postun):coreutils
|
Requires(postun):coreutils
|
||||||
|
|
||||||
@ -133,7 +128,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-omit-frame-pointer"
|
|||||||
export CXXFLAGS="$CFLAGS"
|
export CXXFLAGS="$CFLAGS"
|
||||||
|
|
||||||
autoreconf -fiv
|
autoreconf -fiv
|
||||||
%configure --disable-static
|
%configure --disable-static --with-system-jpeg
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -277,6 +272,10 @@ fi
|
|||||||
%{_datadir}/vnc/classes/*
|
%{_datadir}/vnc/classes/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jul 02 2010 Adam Tkac <atkac redhat com> 1.0.90-0.16.20100420svn4030
|
||||||
|
- build against system-wide libjpeg-turbo (#494458)
|
||||||
|
- build no longer requires nasm
|
||||||
|
|
||||||
* Mon Jun 28 2010 Adam Tkac <atkac redhat com> 1.0.90-0.15.20100420svn4030
|
* Mon Jun 28 2010 Adam Tkac <atkac redhat com> 1.0.90-0.15.20100420svn4030
|
||||||
- vncserver: accept <+optname> option when specified as the first one
|
- vncserver: accept <+optname> option when specified as the first one
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user