|
|
|
@ -1,14 +1,14 @@
|
|
|
|
|
#%define svnver 137314
|
|
|
|
|
#%define date 072209
|
|
|
|
|
Name: libgdiplus
|
|
|
|
|
Version: 2.6
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.6.4
|
|
|
|
|
Release: 1%{?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}-%{version}.tar.bz2
|
|
|
|
|
URL: http://www.mono-project.com/Main_Page
|
|
|
|
|
Source0: http://ftp.novell.com/pub/mono/sources/%{name}/%{name}-%{version}.tar.bz2
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
BuildRequires: freetype-devel glib2-devel libjpeg-devel libtiff-devel
|
|
|
|
@ -61,6 +61,10 @@ rm -rf %{buildroot}
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Apr 27 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.4-1
|
|
|
|
|
- Update to the 2.6.4 release
|
|
|
|
|
- URL and source locations fixed in spec file
|
|
|
|
|
|
|
|
|
|
* Wed Dec 16 2009 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6-2
|
|
|
|
|
- Update to 2.6
|
|
|
|
|
|
|
|
|
|