|
|
|
@ -1,12 +1,14 @@
|
|
|
|
|
%define svnver 118228
|
|
|
|
|
|
|
|
|
|
Name: libgdiplus
|
|
|
|
|
Version: 2.2
|
|
|
|
|
Release: 1.pre1%{?dist}
|
|
|
|
|
Release: 3.pre2.20081210svn%{svnver}%{?dist}
|
|
|
|
|
Summary: libgdiplus: An Open Source implementation of the GDI+ API
|
|
|
|
|
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
License: MIT
|
|
|
|
|
URL: http://www.mono-project.com/
|
|
|
|
|
Source0: %{name}-%{version}.tar.bz2
|
|
|
|
|
Source0: %{name}-%{svnver}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: freetype-devel glib2-devel libjpeg-devel libtiff-devel
|
|
|
|
@ -27,7 +29,7 @@ Requires: %{name} = %{version}-%{release} pkgconfig
|
|
|
|
|
Development files for libgdiplus
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
%setup -q -n %{name}-%{svnver}
|
|
|
|
|
perl -pi -e "s,-Werror,,g" src/Makefile
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -59,6 +61,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Dec 10 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-3.pre2.20081012svn118228
|
|
|
|
|
- Update to svn
|
|
|
|
|
|
|
|
|
|
* Fri Dec 05 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-2.pre2
|
|
|
|
|
- Update to 2.2 preview 2
|
|
|
|
|
|
|
|
|
|
* Tue Nov 18 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.2-1.pre1
|
|
|
|
|
- Update to 2.2 preview 1
|
|
|
|
|
|
|
|
|
|