- Enable unit tests

- Corrected project and source URLs
- Remove obsolete license files
epel9
Michel Alexandre Salim 16 years ago
parent ab2dac56ae
commit d71ff7c236

@ -1,12 +1,12 @@
Name: libgdiplus
Version: 2.4.2
Release: 2%{?dist}
Summary: libgdiplus: An Open Source implementation of the GDI+ API
Release: 3%{?dist}
Summary: An implementation of the GDI+ API
Group: System Environment/Libraries
License: MIT
URL: http://mono.ximian.com/monobuild/preview/sources-preview/
Source0: %{name}-%{version}.tar.bz2
URL: http://mono-project.com/Libgdiplus
Source0: ftp://ftp.novell.com/pub/mono/sources/libgdiplus/libgdiplus-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: freetype-devel glib2-devel libjpeg-devel libtiff-devel
@ -15,8 +15,7 @@ BuildRequires: cairo-devel
BuildRequires: zlib-devel
%description
An Open Source implementation of the GDI+ API, it is part of the Mono
Project
An implementation of the GDI+ API, built on top of Cairo.
%package devel
Summary: Development files for libgdiplus
@ -24,7 +23,7 @@ Group: Development/Libraries
Requires: %{name} = %{version}-%{release} pkgconfig
%description devel
Development files for libgdiplus
This package contains development files for %{name}.
%prep
%setup -q
@ -34,6 +33,10 @@ perl -pi -e "s,-Werror,,g" src/Makefile
%configure --disable-static
make %{?_smp_mflags}
%check
make check
%install
rm -rf %{buildroot}
make install DESTDIR=%{buildroot}
@ -48,7 +51,7 @@ rm -rf %{buildroot}
%postun -p /sbin/ldconfig
%files
%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS
%doc COPYING NEWS README TODO AUTHORS
%defattr(-,root,root,-)
%{_libdir}/lib*.so.*
@ -59,6 +62,11 @@ rm -rf %{buildroot}
%{_libdir}/lib*.so
%changelog
* Thu Sep 3 2009 Michel Salim <salimma@fedoraproject.org> - 2.4.2-3
- Enable unit tests
- Corrected project and source URLs
- Remove obsolete license files
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Loading…
Cancel
Save