SPECS: libgdiplus.spec - added lt patch (fixes build with libtool ...

qboosh qboosh at pld-linux.org
Fri Mar 21 22:13:24 CET 2008


Author: qboosh                       Date: Fri Mar 21 21:13:24 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added lt patch (fixes build with libtool 2.2)
- ghost soname symlink

---- Files affected:
SPECS:
   libgdiplus.spec (1.52 -> 1.53) 

---- Diffs:

================================================================
Index: SPECS/libgdiplus.spec
diff -u SPECS/libgdiplus.spec:1.52 SPECS/libgdiplus.spec:1.53
--- SPECS/libgdiplus.spec:1.52	Fri Mar 14 20:24:12 2008
+++ SPECS/libgdiplus.spec	Fri Mar 21 22:13:19 2008
@@ -21,6 +21,7 @@
 Source0:	http://go-mono.com/sources/libgdiplus/%{name}-%{version}.tar.bz2
 # Source0-md5:	939f65903ea385ae1dc9bf0098669838
 Patch0:		%{name}-link.patch
+Patch1:		%{name}-lt.patch
 URL:		http://www.mono-project.com/
 BuildRequires:	autoconf >= 2.54
 BuildRequires:	automake >= 1:1.7
@@ -90,6 +91,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 cd cairo
@@ -126,6 +128,7 @@
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog %{?with_internal_cairo:LICENSE} NEWS README TODO
 %attr(755,root,root) %{_libdir}/libgdiplus.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libgdiplus.so.0
 # needed at runtime for mono to load it as gdiplus.dll
 %attr(755,root,root) %{_libdir}/libgdiplus.so
 
@@ -144,6 +147,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.53  2008-03-21 21:13:19  qboosh
+- added lt patch (fixes build with libtool 2.2)
+- ghost soname symlink
+
 Revision 1.52  2008-03-14 19:24:12  wolf
 - 1.9
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/libgdiplus.spec?r1=1.52&r2=1.53&f=u



More information about the pld-cvs-commit mailing list