|
|
|
@ -1,17 +1,19 @@
|
|
|
|
|
#%define svnver 137314
|
|
|
|
|
#%define date 072209
|
|
|
|
|
Name: libgdiplus
|
|
|
|
|
Version: 2.6.4
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: An Open Source implementation of the GDI+ API
|
|
|
|
|
Version: 2.6.7
|
|
|
|
|
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/Main_Page
|
|
|
|
|
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
|
|
|
|
|
BuildRequires: libungif-devel libpng-devel fontconfig-devel
|
|
|
|
|
BuildRequires: cairo-devel
|
|
|
|
|
BuildRequires: cairo-devel giflib-devel libexif-devel
|
|
|
|
|
BuildRequires: zlib-devel
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -31,7 +33,7 @@ Development files for libgdiplus
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
@ -47,17 +49,21 @@ rm -rf %{buildroot}
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jul 10 2010 Paul F. Johnson <paul@all-the-johnsons.co.uk> 2.6.7-1
|
|
|
|
|
- Update to 2.6.7 release candidate 1
|
|
|
|
|
- Add BR giflib-devel and libexif-devel
|
|
|
|
|
|
|
|
|
|
* Sun Jun 20 2010 Christian Krause <chkr@fedoraproject.org> - 2.6.4-2
|
|
|
|
|
- Cleanup spec file
|
|
|
|
|
- Remove removal of -Werror - not applicable anymore
|
|
|
|
|