rpms/plt-scheme/devel plt-x86_64-lib.patch, NONE, 1.1 plt-scheme.spec, 1.8, 1.9 plt-dep.patch, 1.1, NONE

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Sat Oct 15 15:50:26 UTC 2005


Author: gemi

Update of /cvs/extras/rpms/plt-scheme/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22316

Modified Files:
	plt-scheme.spec 
Added Files:
	plt-x86_64-lib.patch 
Removed Files:
	plt-dep.patch 
Log Message:


plt-x86_64-lib.patch:

--- NEW FILE plt-x86_64-lib.patch ---
--- plt/collects/make/setup-extension.ss.lib	2005-10-15 17:18:01.000000000 +0200
+++ plt/collects/make/setup-extension.ss	2005-10-15 17:18:09.000000000 +0200
@@ -97,7 +97,7 @@
 				(ormap (lambda (suffix)
 					 (file-exists? 
 					  (build-path x 
-						      "lib"
+						      "lib64"
 						      (format "~a~a.~a" 
 							      (if is-win? 
 								  ""


Index: plt-scheme.spec
===================================================================
RCS file: /cvs/extras/rpms/plt-scheme/devel/plt-scheme.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- plt-scheme.spec	15 Oct 2005 14:58:49 -0000	1.8
+++ plt-scheme.spec	15 Oct 2005 15:50:24 -0000	1.9
@@ -1,6 +1,6 @@
 Name:           plt-scheme
 Version:        299.200
-Release:        8%{?dist}
+Release:        10%{?dist}
 Summary:        Graphical environment for developing programs using Scheme
 
 Group:          Development/Languages
@@ -8,8 +8,7 @@
 URL:            http://www.drscheme.org
 Source:         http://download.plt-scheme.org/bundles/299.200/plt/plt-299.200-src-unix.tgz
 Source1:	drscheme.png
-# this patch disables dependency checking for openssl
-Patch0:		plt-dep.patch
+Patch0:		plt-x86_64-lib.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	XFree86-devel, libpng-devel, freetype-devel, fontconfig-devel, libjpeg-devel
 BuildRequires:	zlib-devel, openssl-devel
@@ -43,7 +42,9 @@
 
 %prep
 %setup -q -n plt
+%ifarch x86_64
 %patch0 -p1
+%endif
 
 
 %build
@@ -123,6 +124,9 @@
 
 
 %changelog
+* Sat Oct 15 2005 Gerard Milmeister <gemi at bluewin.ch> - 299.200-9
+- use lib64 instead of lib
+
 * Thu Oct  6 2005 Gerard Milmeister <gemi at bluewin.ch> - 299.200-8
 - try x86_64 again using patch for disabling dependency checking for openssl
 


--- plt-dep.patch DELETED ---




More information about the fedora-extras-commits mailing list