rpms/plt-scheme/F-9 plt-lib64.patch, NONE, 1.1 .cvsignore, 1.13, 1.14 plt-scheme.spec, 1.38, 1.39 sources, 1.14, 1.15 plt-x86_64-lib.patch, 1.1, NONE

Gérard Milmeister gemi at fedoraproject.org
Sun Nov 9 18:35:45 UTC 2008


Author: gemi

Update of /cvs/pkgs/rpms/plt-scheme/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14700/F-9

Modified Files:
	.cvsignore plt-scheme.spec sources 
Added Files:
	plt-lib64.patch 
Removed Files:
	plt-x86_64-lib.patch 
Log Message:
new release 4.1.2

plt-lib64.patch:

--- NEW FILE plt-lib64.patch ---
diff -up plt-4.1.2/collects/make/setup-extension.ss.lib64 plt-4.1.2/collects/make/setup-extension.ss
--- plt-4.1.2/collects/make/setup-extension.ss.lib64	2008-11-09 12:38:57.000000000 +0100
+++ plt-4.1.2/collects/make/setup-extension.ss	2008-11-09 12:39:29.000000000 +0100
@@ -142,7 +142,7 @@
                               (ormap (lambda (suffix)
                                        (file-exists? 
                                         (build-path x 
-                                                    "lib"
+                                                    "lib64"
                                                     (format "~a~a.~a" 
                                                             (if is-win? 
                                                               ""


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/plt-scheme/F-9/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	14 Jun 2008 21:16:24 -0000	1.13
+++ .cvsignore	9 Nov 2008 18:35:15 -0000	1.14
@@ -1 +1 @@
-plt-4.0-src-unix.tgz
+plt-4.1.2-src-unix.tgz


Index: plt-scheme.spec
===================================================================
RCS file: /cvs/pkgs/rpms/plt-scheme/F-9/plt-scheme.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- plt-scheme.spec	16 Jun 2008 18:25:11 -0000	1.38
+++ plt-scheme.spec	9 Nov 2008 18:35:15 -0000	1.39
@@ -1,6 +1,6 @@
 Name:           plt-scheme
-Version:        4.0
-Release:        2%{?dist}
+Version:        4.1.2
+Release:        1%{?dist}
 Epoch:          1
 Summary:        Graphical environment for developing programs using Scheme
 
@@ -9,7 +9,7 @@
 URL:            http://www.drscheme.org
 Source:		http://download.plt-scheme.org/bundles/%{version}/plt/plt-%{version}-src-unix.tgz
 Source1:	drscheme.png
-Patch0:		plt-x86_64-lib.patch
+Patch0:		plt-lib64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl-devel
 BuildRequires:  zlib-devel
@@ -59,20 +59,17 @@
 and an editor toolbox for creating multimedia editors.
 
 
+%define __arch_install_post %{nil}
+
 %prep
 %setup -q -n plt-%{version}
-%ifarch x86_64
+%ifarch x86_64 ppc64
 %patch0 -p1
 %endif
 
 
 %build
 cd src
-%ifarch x86_64
-%define plt_opt_flags `echo $RPM_OPT_FLAGS | sed 's/-O2/-O1/g'`
-%configure --enable-gl --enable-xrender --enable-xft CFLAGS="%plt_opt_flags" CXXFLAGS="%plt_opt_flags"
-%endif
-
 %ifarch ppc
 echo 'ac_cv_lib_Xaw_vendorShellClassRec=yes' > config.cache
 %configure -C --enable-gl --enable-xrender --enable-xft
@@ -82,11 +79,10 @@
 %configure --enable-gl --enable-xrender --enable-xft --enable-cgcdefault
 %endif
 
-%ifnarch x86_64 ppc ppc64
+%ifnarch ppc ppc64
 %configure --enable-gl --enable-xrender --enable-xft
 %endif
 
-
 make # %{?_smp_mflags}
 
 
@@ -98,9 +94,8 @@
 mkdir -p $RPM_BUILD_ROOT%{_datadir}/pixmaps
 cp %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/pixmaps
 
-find $RPM_BUILD_ROOT -size 0 | xargs rm -f
-fgrep -lr "$RPM_BUILD_ROOT" $RPM_BUILD_ROOT | xargs rm -f
-
+#find $RPM_BUILD_ROOT -size 0 | xargs rm -f
+#fgrep -lr "$RPM_BUILD_ROOT" $RPM_BUILD_ROOT | xargs rm -f
 
 mv $RPM_BUILD_ROOT%{_bindir}/planet $RPM_BUILD_ROOT%{_bindir}/plt-planet 
 
@@ -142,6 +137,12 @@
 
 
 %changelog
+* Sun Nov  9 2008 Gerard Milmeister <gemi at bluewin.ch> - 1:4.1.2-1
+- new release 4.1.2
+
+* Mon Sep 15 2008 Gerard Milmeister <gemi at bluewin.ch> - 1:4.1-1
+- new release 4.1
+
 * Mon Jun 16 2008 Gerard Milmeister <gemi at bluewin.ch> - 1:4.0-2
 - fix builds for different architectures
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/plt-scheme/F-9/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	14 Jun 2008 21:16:24 -0000	1.14
+++ sources	9 Nov 2008 18:35:15 -0000	1.15
@@ -1 +1 @@
-c4d1c05c306897a57b900ff3a609c655  plt-4.0-src-unix.tgz
+a38a3d4725fa2691f8175cb38dd9d04a  plt-4.1.2-src-unix.tgz


--- plt-x86_64-lib.patch DELETED ---




More information about the fedora-extras-commits mailing list