rpms/libitl/devel import.log, NONE, 1.1 libitl-makefile-ld.patch, NONE, 1.1 libitl.spec, 1.2, 1.3

Mohd Izhar Firdaus Ismail (izhar) fedora-extras-commits at redhat.com
Mon Jun 9 09:58:14 UTC 2008


Author: izhar

Update of /cvs/pkgs/rpms/libitl/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26808/devel

Modified Files:
	libitl.spec 
Added Files:
	import.log libitl-makefile-ld.patch 
Log Message:
- fix FTBFS bug #449622 . thanks mtasaka



--- NEW FILE import.log ---
libitl-0_6_4-5_fc9:HEAD:libitl-0.6.4-5.fc9.src.rpm:1212998833

libitl-makefile-ld.patch:

--- NEW FILE libitl-makefile-ld.patch ---
--- libitl-0.6.4/Makefile.old	2008-06-09 15:57:37.000000000 +0800
+++ libitl-0.6.4/Makefile	2008-06-09 15:58:14.000000000 +0800
@@ -23,7 +23,7 @@
 	@false
 
 build/libitl.so: components
-	$(LD) build/*.o $(LDFLAGS) -shared -lm -lc -soname=$(SONAME) -o build/$(FULLNAME)
+	$(CC) build/*.o $(LDFLAGS) -shared -lm -lc -Wl,-soname,$(SONAME) -o build/$(FULLNAME)
 	(cd build/ && ln -sf $(FULLNAME) $(SONAME))
 	(cd build/ && ln -sf $(FULLNAME) libitl.so)
 


Index: libitl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libitl/devel/libitl.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libitl.spec	2 Mar 2008 18:27:24 -0000	1.2
+++ libitl.spec	9 Jun 2008 09:57:28 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           libitl
 Version:        0.6.4 
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Libraries for The Islamic Tools and Libraries Project
 
 Group:          System Environment/Libraries
@@ -13,6 +13,7 @@
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 Patch101:  libitl-makefile-destdir.patch
+Patch102:  libitl-makefile-ld.patch
 #BuildRequires:  autoconf
 
 %description
@@ -37,6 +38,7 @@
 %prep
 %setup -q
 %patch101 -p1 -b .makefile-destdir
+%patch102 -p1 -b .makefile-ld
 #./autogen.sh
 cp %{SOURCE1} configure
 chmod +x configure
@@ -77,6 +79,9 @@
 
 
 %changelog
+* Mon Jun 09 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus at gmail.com> 0.6.4-5
+- fix for FTBFS bug #449622
+
 * Mon Mar 03 2008 Mohd Izhar Firdaus Ismail <mohd.izhar.firdaus at gmail.com> 0.6.4-4
 - remove --build-id from makefile
 




More information about the fedora-extras-commits mailing list