Name: libgdiplus Version: 1.2.4 Release: 1%{?dist} Summary: libgdiplus: An Open Source implementation of the GDI+ API Group: System Environment/Libraries License: MIT X11 URL: http://www.mono-project.com/ Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: freetype-devel glib2-devel libjpeg-devel libtiff-devel BuildRequires: libungif-devel libpng-devel # We don't actually use the external cairo yet, but this is an easy way # to pull in the right cairo requirements for the internal copy # libXt-devel also required for now... BuildRequires: cairo-devel libXt-devel BuildRequires: zlib-devel %description An Open Source implementation of the GDI+ API, it is part of the Mono Project %package devel Summary: Development files for libgdiplus Group: Development/Libraries Requires: %{name} = %{version}-%{release} pkgconfig %description devel Development files for libgdiplus %prep %setup -q %build %configure perl -pi -e "s,-Werror,,g" src/Makefile make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT rm $RPM_BUILD_ROOT%{_libdir}/*.a rm $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-,root,root,-) %doc COPYING NEWS README TODO MPL-1.1.html AUTHORS # We need the .so in the main package, because mono opens libgdiplus.so %{_libdir}/lib*.so* %files devel %defattr(-,root,root,-) %doc ChangeLog %{_libdir}/pkgconfig/* %changelog * Sat Jun 2 2007 Christopher Aillon 1.2.4-1 - Update to 1.2.4 * Thu Feb 8 2007 Alexander Larsson - 1.2.3-1 - Update to 1.2.3 * Mon Dec 4 2006 Alexander Larsson - 1.2.2-1 - Update to 1.2.2 - add ldconfig post/postun - Added doc files * Fri Sep 1 2006 Alexander Larsson - 1.1.17-1 - update to 1.1.17 - Break out .pc file in devel subpackage (#205055) * Wed Jul 12 2006 Jesse Keating - sh: line 0: fg: no job control - rebuild * Fri Jul 7 2006 Alexander Larsson - 1.1.16-1 - update to 1.1.16 * Wed Jun 7 2006 Alexander Larsson - 1.1.15-1 - Update to 1.1.15 * Wed Apr 26 2006 Alexander Larsson - 1.1.13.6-2 - Upgrade to 1.1.13.6 * Fri Mar 3 2006 Christopher Aillon - 1.1.13.4-1 - Update to 1.1.13.4 * Fri Feb 10 2006 Christopher Aillon - 1.1.13.2-2 - Rebuild * Tue Feb 07 2006 Jesse Keating - 1.1.13.2-1.1 - rebuilt for new gcc4.1 snapshot and glibc changes * Tue Jan 31 2006 Christopher Aillon - 1.1.13.2-1 - Update to 1.1.13.2 * Fri Jan 13 2006 Alexander Larsson - 1.1.13-1 - update to 1.1.13 * Wed Jan 11 2006 Alexander Larsson 1.1.11-2 - Don't package debug info * Mon Jan 9 2006 Alexander Larsson - 1.1.11-1 - Update to 1.1.11 * Mon Jan 9 2006 Alexander Larsson - 1.1.10-3 - Rebuild, fix gcc4 issue * Thu Nov 17 2005 Alexander Larsson 1.1.10-2 - Build on s390* also * Thu Nov 17 2005 Alexander Larsson - 1.1.10-1 - Initial version