|
|
|
@ -1,14 +1,12 @@
|
|
|
|
|
%define svnver 124838
|
|
|
|
|
|
|
|
|
|
Name: libgdiplus
|
|
|
|
|
Version: 2.4
|
|
|
|
|
Release: 2.pre1.20090202svn%{svnver}%{?dist}
|
|
|
|
|
Release: 2.RC1%{?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}-%{svnver}.tar.bz2
|
|
|
|
|
URL: http://mono.ximian.com/monobuild/preview/sources-preview/
|
|
|
|
|
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 +27,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,8 +59,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4-2.pre1.20090202svn124838
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
* Fri Feb 27 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-2.RC1
|
|
|
|
|
- Bump to RC1 release
|
|
|
|
|
- Fixed source URL
|
|
|
|
|
- Returned from svn to official releases
|
|
|
|
|
|
|
|
|
|
* Mon Feb 02 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.4-1.pre1.20090202svn124838
|
|
|
|
|
- Update to svn
|
|
|
|
|