|
|
|
@ -1,13 +1,11 @@
|
|
|
|
|
#%define svnver 137314
|
|
|
|
|
#%define date 072209
|
|
|
|
|
Name: libgdiplus
|
|
|
|
|
Version: 2.6.4
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: libgdiplus: An Open Source implementation of the GDI+ API
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: 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)
|
|
|
|
|
|
|
|
|
@ -30,7 +28,6 @@ Development files for libgdiplus
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
perl -pi -e "s,-Werror,,g" src/Makefile
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%configure --disable-static
|
|
|
|
@ -50,17 +47,21 @@ rm -rf %{buildroot}
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
|
|
|
|
|
%{_libdir}/lib*.so.*
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc ChangeLog
|
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sun Jun 20 2010 Christian Krause <chkr@fedoraproject.org> - 2.6.4-2
|
|
|
|
|
- Cleanup spec file
|
|
|
|
|
- Remove removal of -Werror - not applicable anymore
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|