rpms/tigervnc/devel tigervnc.spec,1.41,1.42

Adam Tkac atkac at fedoraproject.org
Fri Jul 2 13:18:33 UTC 2010


Author: atkac

Update of /cvs/pkgs/rpms/tigervnc/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9938

Modified Files:
	tigervnc.spec 
Log Message:
- build against system-wide libjpeg-turbo (#494458)
- build no longer requires nasm



Index: tigervnc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tigervnc/devel/tigervnc.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -p -r1.41 -r1.42
--- tigervnc.spec	28 Jun 2010 13:53:18 -0000	1.41
+++ tigervnc.spec	2 Jul 2010 13:18:32 -0000	1.42
@@ -2,7 +2,7 @@
 
 Name:		tigervnc
 Version:	1.0.90
-Release:	0.15.%{snap}%{?dist}
+Release:	0.16.%{snap}%{?dist}
 Summary:	A TigerVNC remote display system
 
 Group:		User Interface/Desktops
@@ -24,11 +24,6 @@ BuildRequires:	mesa-libGL-devel, libXine
 BuildRequires:  freetype-devel, libXdmcp-devel
 BuildRequires:	desktop-file-utils, java-1.5.0-gcj-devel
 
-%ifarch %ix86 x86_64
-BuildRequires: nasm
-%endif
-
-
 Requires(post):	coreutils	
 Requires(postun):coreutils	
 
@@ -133,7 +128,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fno-omit-
 export CXXFLAGS="$CFLAGS"
 
 autoreconf -fiv
-%configure --disable-static
+%configure --disable-static --with-system-jpeg
 
 make %{?_smp_mflags}
 
@@ -277,6 +272,10 @@ fi
 %{_datadir}/vnc/classes/*
 
 %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
 - vncserver: accept <+optname> option when specified as the first one
 



More information about the scm-commits mailing list