rpms/nx/devel nx.spec,1.18,1.19

Axel Thimm (athimm) fedora-extras-commits at redhat.com
Sat Feb 23 12:10:37 UTC 2008


Author: athimm

Update of /cvs/extras/rpms/nx/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8867

Modified Files:
	nx.spec 
Log Message:
Add libstdc++-devel as BR


Index: nx.spec
===================================================================
RCS file: /cvs/extras/rpms/nx/devel/nx.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- nx.spec	23 Feb 2008 11:05:06 -0000	1.18
+++ nx.spec	23 Feb 2008 12:10:01 -0000	1.19
@@ -8,7 +8,7 @@
 Summary: Proxy system for X11
 Name: nx
 Version: 3.1.0
-Release: 25%{?dist}
+Release: 25.1%{?dist}
 License: GPL, MIT/X11 for X11 bits
 Group: Applications/Internet
 URL: http://www.nomachine.com
@@ -36,12 +36,17 @@
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 
-BuildRequires: gcc-c++, redhat-release
+BuildRequires: gcc-c++, libstdc++-devel, redhat-release
 BuildRequires: expat-devel, audiofile-devel, openssl-devel, libjpeg-devel, libpng-devel
 BuildRequires: libXt-devel, xorg-x11-proto-devel, libXp-devel, imake
 # Better mention what we really require on a file basis.
 # Requires: xorg-x11-utils
 
+# Fails with
+# Core.o: relocation R_X86_64_32S against `vtable for CorePoller' can not be used when making a shared object; recompile with -fPIC
+# but Core.o has been built with -fPIC :(
+ExcludeArch: x86_64
+
 %description
 NX provides a proxy system for the X Window System.
 




More information about the fedora-extras-commits mailing list