|
|
|
@ -2,13 +2,13 @@
|
|
|
|
|
#%define date 072209
|
|
|
|
|
Name: libgdiplus
|
|
|
|
|
Version: 2.6
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: libgdiplus: An Open Source implementation of the GDI+ API
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://mono.ximian.com/monobuild/snapshot/sources-preview/
|
|
|
|
|
Source0: %{name}-%{svnver}.tar.bz2
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: freetype-devel glib2-devel libjpeg-devel libtiff-devel
|
|
|
|
@ -29,7 +29,7 @@ Requires: %{name} = %{version}-%{release} pkgconfig
|
|
|
|
|
Development files for libgdiplus
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n %name-%svnver
|
|
|
|
|
%setup -q
|
|
|
|
|
perl -pi -e "s,-Werror,,g" src/Makefile
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -61,6 +61,9 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 16 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6-2
|
|
|
|
|
- Update to 2.6
|
|
|
|
|
|
|
|
|
|
* Wed Sep 30 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6-1
|
|
|
|
|
- Update to 2.6 preview 1
|
|
|
|
|
|
|
|
|
|