rpms/libdockapp/F-7 dockapp-0.6.1-ppc64.patch, NONE, 1.1 libdockapp.spec, 1.1, 1.2

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Thu May 24 08:07:43 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/libdockapp/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25718

Modified Files:
	libdockapp.spec 
Added Files:
	dockapp-0.6.1-ppc64.patch 
Log Message:
* Thu May 24 2007 Patrice Dumas <pertusus at free.fr> 0.6.1-3
- fix libtool bug on ppc64


dockapp-0.6.1-ppc64.patch:

--- NEW FILE dockapp-0.6.1-ppc64.patch ---
--- dockapp-0.6.1/ltconfig.ppc64	2005-07-16 13:50:02.000000000 +0200
+++ dockapp-0.6.1/ltconfig	2007-05-24 09:55:55.000000000 +0200
@@ -2002,16 +2002,7 @@ linux-gnu*)
   shlibpath_var=LD_LIBRARY_PATH
   shlibpath_overrides_runpath=no
   deplibs_check_method=pass_all
-
-  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: libdockapp.spec
===================================================================
RCS file: /cvs/extras/rpms/libdockapp/F-7/libdockapp.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libdockapp.spec	10 Jan 2007 10:00:26 -0000	1.1
+++ libdockapp.spec	24 May 2007 08:07:08 -0000	1.2
@@ -2,7 +2,7 @@
 
 Name:           libdockapp
 Version:        0.6.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        DockApp Development Standard Library
 
 Group:          System Environment/Libraries
@@ -11,6 +11,8 @@
 Source0:        http://solfertje.student.utwente.nl/~dalroi/libdockapp/files/libdockapp-%{version}.tar.bz2
 # add prototypes and includes
 Patch0:         libdockapp-0.6.1-stdinc_decl.patch
+# fix ancient libtool bug on ppc64
+Patch1:         dockapp-0.6.1-ppc64.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libXpm-devel libXext-devel libX11-devel
@@ -51,6 +53,7 @@
 %prep
 %setup -q -n dockapp-%{version}
 %patch0 -p1 -b .stdinc_decl
+%patch1 -p1 -b .ppc64
 
 %build
 %configure --disable-static --without-examples
@@ -111,6 +114,9 @@
 #%{_x11fontdir}/dockapp/
 
 %changelog
+* Thu May 24 2007 Patrice Dumas <pertusus at free.fr> 0.6.1-3
+- fix libtool bug on ppc64
+
 * Wed Jan 10 2007 Patrice Dumas <pertusus at free.fr> 0.6.1-2
 - don't ship the empty fonts.alias
 




More information about the fedora-extras-commits mailing list