rpms/libstroke/EL-5 import.log, NONE, 1.1 libstroke-multilib.patch, NONE, 1.1 libstroke.spec, 1.2, 1.3

Chitlesh GOORAH chitlesh at fedoraproject.org
Sat Dec 27 23:24:11 UTC 2008


Author: chitlesh

Update of /cvs/pkgs/rpms/libstroke/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv32349/EL-5

Modified Files:
	libstroke.spec 
Added Files:
	import.log libstroke-multilib.patch 
Log Message:
first package for EL-5


--- NEW FILE import.log ---
libstroke-0_5_1-20_fc10:EL-5:libstroke-0.5.1-20.fc10.src.rpm:1230420150

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/pkgs/rpms/libstroke/EL-5/libstroke.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libstroke.spec	1 Mar 2007 17:04:40 -0000	1.2
+++ libstroke.spec	27 Dec 2008 23:23:41 -0000	1.3
@@ -1,9 +1,9 @@
 Name:              libstroke
 Version:           0.5.1
-Release:           14%{?dist}
+Release:           20%{?dist}
 
 Summary:           A stroke interface library
-License:           GPL
+License:           GPLv2
 Url:               http://www.etla.net/%{name}/
 
 Source:            http://www.etla.net/%{name}/%{name}-%{version}.tar.gz
@@ -11,10 +11,14 @@
 BuildRoot:         %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:     gtk+-devel
+BuildRequires:     libtool
+
 Requires(post):    /sbin/ldconfig
 Requires(postun):  /sbin/ldconfig
 
 Patch0:            libstroke-aclocal.patch
+Patch1:            libstroke-multilib.patch
+
 
 %description
 LibStroke is a stroke interface library.  Strokes are motions
@@ -62,6 +66,16 @@
 %setup -q
 
 %patch0 -p1 -b .aclocal
+%patch1 -p1 -b .multilib
+
+# fix RHBZ # 465030
+%if 0%{?fedora} < 11
+cp -p %{_datadir}/libtool/config.sub .
+cp -p %{_datadir}/libtool/config.guess .
+%else
+cp -p %{_datadir}/libtool/config/config.sub .
+cp -p %{_datadir}/libtool/config/config.guess .
+%endif
 
 %build
 %configure \
@@ -124,6 +138,24 @@
 
 
 %Changelog
+* Sat Dec 20 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.5.1-20
+- fix for rawhide's libtool 2.2.6
+
+* Sat Dec 20 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.5.1-19
+- rebuild for proper tagging
+
+* Sat Dec 20 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.5.1-18
+- fix for x86_64 build fix RHBZ # 465030
+
+* Mon Jun 16 2008 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.5.1-17
+- Bugfix 449516 FTBFS libstroke-0.5.1-17.fc9
+
+* Thu Aug 23 2007 Chitlesh Goorah <chitlesh at fedoraproject.org> - 0.5.1-16
+- mass rebuild for fedora 8 - ppc32
+
+* 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