Updated to 2.0 preview release

epel9
Paul F. Johnson 17 years ago
parent 02fe877eb4
commit 20b53bf86e

@ -1 +1 @@
libgdiplus-1.9.tar.bz2
libgdiplus-2.0.tar.bz2

@ -0,0 +1 @@
libgdiplus-2_0-1_fc10:HEAD:libgdiplus-2.0-1.fc10.src.rpm:1219744526

@ -1,12 +1,12 @@
Name: libgdiplus
Version: 1.9
Release: 5%{?dist}
Summary: An Open Source implementation of the GDI+ API
Version: 2.0
Release: 1%{?dist}
Summary: libgdiplus: An Open Source implementation of the GDI+ API
Group: System Environment/Libraries
License: MIT
URL: http://www.mono-project.com/
Source0: http://ftp.novell.com/pub/mono/sources/libgdiplus/%{name}-%{version}.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
@ -15,7 +15,8 @@ BuildRequires: cairo-devel
BuildRequires: zlib-devel
%description
An Open Source implementation of the GDI+ API, it is part of the Mono Project.
An Open Source implementation of the GDI+ API, it is part of the Mono
Project
%package devel
Summary: Development files for libgdiplus
@ -23,11 +24,11 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig
%description devel
Development files for libgdiplus.
Development files for libgdiplus
%prep
%setup -q
# perl -pi -e "s,-Werror,,g" src/Makefile
perl -pi -e "s,-Werror,,g" src/Makefile
%build
%configure --disable-static
@ -47,7 +48,7 @@ rm -rf $RPM_BUILD_ROOT
%postun -p /sbin/ldconfig
%files
%doc COPYING NEWS README TODO AUTHORS
%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
%defattr(-,root,root,-)
%{_libdir}/lib*.so.*
@ -58,8 +59,9 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/lib*.so
%changelog
* Tue Aug 5 2008 Tom "spot" Callaway <tcallawa@redhat.com> 1.9-5
- fix license tag
* Sat Aug 02 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.0-1
- Bump to preview 1
- Alter licence
* Thu Mar 06 2008 Paul F. Johnson <paul@all-the-johnsons.co.uk> 1.9-4
- bump to preview 4

@ -1 +1 @@
939f65903ea385ae1dc9bf0098669838 libgdiplus-1.9.tar.bz2
22cff1e2bc77040a247d34786bf9148a libgdiplus-2.0.tar.bz2

Loading…
Cancel
Save