rpms/w3c-libwww/devel w3c-libwww-multiarch.patch, NONE, 1.1 w3c-libwww.spec, 1.6, 1.7

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Sat Jan 5 00:26:09 UTC 2008


Author: awjb

Update of /cvs/pkgs/rpms/w3c-libwww/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7397/devel

Modified Files:
	w3c-libwww.spec 
Added Files:
	w3c-libwww-multiarch.patch 
Log Message:
- fix #343411 multiarch


w3c-libwww-multiarch.patch:

--- NEW FILE w3c-libwww-multiarch.patch ---
--- libwww-config.in.orig	2008-01-05 01:12:59.000000000 +0100
+++ libwww-config.in	2008-01-05 01:13:36.000000000 +0100
@@ -52,7 +52,7 @@
       fi
       ;;
     --libs)
-      echo -L at libdir@ @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@ 
+      echo @LWWWZIP@ @LWWWWAIS@ @LWWWSQL@ -lwwwinit -lwwwapp @LWWWXML@ -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils @LWWWMD5@ @LWWWSSL@ @LIBS@ 
       ;;
     *)
       echo "${usage}" 1>&2


Index: w3c-libwww.spec
===================================================================
RCS file: /cvs/pkgs/rpms/w3c-libwww/devel/w3c-libwww.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- w3c-libwww.spec	5 Dec 2007 22:21:08 -0000	1.6
+++ w3c-libwww.spec	5 Jan 2008 00:25:35 -0000	1.7
@@ -1,6 +1,6 @@
 Name:          w3c-libwww
 Version:       5.4.1
-Release:       0.7.20060206cvs%{?dist}
+Release:       0.8.20060206cvs%{?dist}
 Summary:       HTTP library of common code
 
 Group:         System Environment/Libraries
@@ -16,6 +16,7 @@
 Patch3:        w3c-libwww-md5.patch
 #external expat
 Patch100:      w3c-libwww-expat.patch
+Patch101:      w3c-libwww-multiarch.patch
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: libtool autoconf automake zlib-devel openssl-devel expat-devel
 
@@ -61,6 +62,7 @@
 %patch2 -p1 -b .ppc64
 %patch3
 %patch100
+%patch101
 
 # we don't want the libwww version
 rm -fr modules/expat
@@ -93,6 +95,10 @@
 
 rm -f ${RPM_BUILD_ROOT}/%{_libdir}/*.la
 
+# multiarch timestamps
+touch -r README.html ${RPM_BUILD_ROOT}/%{_bindir}/libwww-config \
+    ${RPM_BUILD_ROOT}/%{_includedir}/w3c-libwww/wwwconf.h
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -122,8 +128,12 @@
 %{_includedir}/w3c-libwww
 
 %changelog
+* Sat Jan 05 2008 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+- 5.4.1-0.8.20060206cvs
+- fix #343411 multiarch
+
 * Wed Dec 05 2007 Release Engineering <rel-eng at fedoraproject dot org> - 5.4.1-7
- - Rebuild for deps
+- Rebuild for deps
 
 * Fri Sep 07 2007 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 5.4.1-0.6.20060206cvs




More information about the fedora-extras-commits mailing list