rpms/libstroke/devel libstroke-multilib.patch, NONE, 1.1 libstroke.spec, 1.3, 1.4

Chitlesh GOORAH (chitlesh) fedora-extras-commits at redhat.com
Tue Jun 26 13:25:59 UTC 2007


Author: chitlesh

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

Modified Files:
	libstroke.spec 
Added Files:
	libstroke-multilib.patch 
Log Message:


libstroke-multilib.patch:

--- NEW FILE libstroke-multilib.patch ---
--- libstroke-0.5.1/ltconfig.orig	2007-06-18 23:39:57.000000000 -0400
+++ libstroke-0.5.1/ltconfig	2007-06-18 23:40:26.000000000 -0400
@@ -1718,16 +1718,7 @@
   deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object'
   file_magic_command=file
   sys_lib_search_path="/lib /usr/lib /usr/local/lib `echo $LD_LIBRARY_PATH | sed -e 's/:/ /g'`"
-
-  if test -f /lib/ld.so.1; then
-    dynamic_linker='GNU ld.so'
-  else
-    # Only the GNU ld.so supports shared libraries on MkLinux.
-    case "$host_cpu" in
-    powerpc*) dynamic_linker=no ;;
-    *) dynamic_linker='Linux ld.so' ;;
-    esac
-  fi
+  dynamic_linker='GNU ld.so'
   ;;
 
 netbsd*)


Index: libstroke.spec
===================================================================
RCS file: /cvs/extras/rpms/libstroke/devel/libstroke.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libstroke.spec	1 Mar 2007 17:06:08 -0000	1.3
+++ libstroke.spec	26 Jun 2007 13:25:24 -0000	1.4
@@ -1,6 +1,6 @@
 Name:              libstroke
 Version:           0.5.1
-Release:           14%{?dist}
+Release:           15%{?dist}
 
 Summary:           A stroke interface library
 License:           GPL
@@ -15,6 +15,7 @@
 Requires(postun):  /sbin/ldconfig
 
 Patch0:            libstroke-aclocal.patch
+Patch1:            libstroke-multilib.patch
 
 %description
 LibStroke is a stroke interface library.  Strokes are motions
@@ -62,6 +63,7 @@
 %setup -q
 
 %patch0 -p1 -b .aclocal
+%patch1 -p1 -b .multilib
 
 %build
 %configure \
@@ -124,6 +126,9 @@
 
 
 %Changelog
+* Tue Jun 26 2007 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.5.1-15
+- patch for multilib #241448
+
 * Thu Mar 01 2007 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.5.1-14
 - patch for underquoted definitions #226886
 




More information about the fedora-extras-commits mailing list