File libgdiplus0.spec of Package libgdiplus0
#
# spec file for package libgdiplus0 (Version 2.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
%define real_name libgdiplus
Name: libgdiplus0
Version: 2.0
Release: 11.<RELEASE33>
License: X11/MIT
Url: http://go-mono.org/
Source0: %{real_name}-%{version}.tar.bz2
Patch0: CVE-2010-1526_2.x.patch
Summary: Open Source Implementation of the GDI+ API
Group: Development/Libraries/Other
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Obsoletes: libgdiplus-devel
Provides: libgdiplus-devel
Obsoletes: libgdiplus
Provides: libgdiplus
#### suse ####
%if 0%{?suse_version}
# Common requires for suse distros
BuildRequires: fontconfig-devel freetype2-devel glib2-devel libexif libjpeg-devel libpng-devel libtiff-devel
%if %suse_version >= 1030
BuildRequires: giflib-devel libexif-devel xorg-x11-libSM-devel xorg-x11-libXrender-devel
%endif
%if %suse_version == 1020
BuildRequires: giflib-devel xorg-x11-libSM-devel xorg-x11-libXrender-devel
%endif
%if %sles_version == 10
BuildRequires: giflib-devel xorg-x11-devel
%endif
%if %suse_version == 1010
BuildRequires: giflib-devel xorg-x11-devel
%endif
%if %sles_version == 9
BuildRequires: XFree86-devel libungif pkgconfig
%endif
%endif
#### fedora ####
%if 0%{?fedora_version}
# All fedora distros have the same names, requirements
BuildRequires: fontconfig-devel glib2-devel libXrender-devel libXt-devel libexif-devel libjpeg-devel libpng-devel libtiff-devel libungif-devel
%endif
%if 0%{?rhel_version}
BuildRequires: fontconfig-devel glib2-devel libexif-devel libjpeg-devel libpng-devel libtiff-devel libungif-devel
%if %{rhel_version} >= 500
BuildRequires: libXrender-devel libXt-devel
%endif
%endif
%description
This is part of the Mono project. It is required when using
Windows.Forms.
Authors:
--------
Alexandre Pigolkine
Duncan Mak
Jordi Mas
Miguel de Icaza
Ravindra Kumar
%files
%defattr(-, root, root)
%_libdir/libgdiplus.so*
%_libdir/pkgconfig/libgdiplus.pc
%doc AUTHORS COPYING ChangeLog* NEWS README
%prep
%setup -q -n %{real_name}-%{version}
%patch0 -p1
%build
# Set PKG_CONFIG_PATH for sles9
%if 0%{?sles_version}
%if %sles_version == 9
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/%_lib/pkgconfig
%endif
%endif
export CFLAGS="$RPM_OPT_FLAGS"
%configure
make
%install
make install DESTDIR=$RPM_BUILD_ROOT
# Unwanted files:
rm -f $RPM_BUILD_ROOT/usr/%_lib/libgdiplus.a
rm -f $RPM_BUILD_ROOT/usr/%_lib/libgdiplus.la
# Remove generic non-usefull INSTALL file... (appeases
# suse rpmlint checks, saves 3kb)
find . -name INSTALL | xargs rm -f
%clean
rm -rf "$RPM_BUILD_ROOT"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%changelog