Author: glen                         Date: Thu Dec  2 16:33:49 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- needs 32bit libstdc++ on 64bit
- add exclusive arch for ia archs

---- Files affected:
packages/nsis:
   nsis.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: packages/nsis/nsis.spec
diff -u packages/nsis/nsis.spec:1.2 packages/nsis/nsis.spec:1.3
--- packages/nsis/nsis.spec:1.2 Thu Dec  2 17:29:14 2010
+++ packages/nsis/nsis.spec     Thu Dec  2 17:33:44 2010
@@ -2,7 +2,7 @@
 Summary:       Open Source installer build tool for Windows applications
 Name:          nsis
 Version:       2.34
-Release:       0.1
+Release:       1
 License:       zlib/libpng
 Group:         Development/Tools
 URL:           http://nsis.sourceforge.net/
@@ -12,7 +12,11 @@
 # Source1-md5: 565d17b3ff12dffcf678ec252a892c04
 Patch0:                optflags.patch
 BuildRequires: libstdc++-devel
+%ifarch %{x8664}
+BuildRequires: libstdc++32-devel
+%endif
 BuildRequires: scons >= 0.96.93
+ExclusiveArch: %{ix86} %{x8664}
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -76,6 +80,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2010/12/02 16:33:44  glen
+- needs 32bit libstdc++ on 64bit
+- add exclusive arch for ia archs
+
 Revision 1.2  2010/12/02 16:29:14  glen
 - cflags, CC/CXX not set as scons just does not work with spaces in it
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/nsis/nsis.spec?r1=1.2&r2=1.3&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to