diff --git a/libgdiplus.spec b/libgdiplus.spec index bb4b2fe..318aa4c 100644 --- a/libgdiplus.spec +++ b/libgdiplus.spec @@ -1,12 +1,12 @@ Name: libgdiplus Version: 1.9 -Release: 4%{?dist} -Summary: libgdiplus: An Open Source implementation of the GDI+ API +Release: 5%{?dist} +Summary: An Open Source implementation of the GDI+ API Group: System Environment/Libraries -License: MIT X11 +License: MIT URL: http://www.mono-project.com/ -Source0: %{name}-%{version}.tar.bz2 +Source0: http://ftp.novell.com/pub/mono/sources/libgdiplus/%{name}-%{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 Open Source implementation of the GDI+ API, it is part of the Mono Project. %package devel Summary: Development files for libgdiplus @@ -24,11 +23,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 @@ -48,7 +47,7 @@ rm -rf $RPM_BUILD_ROOT %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 +58,9 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so %changelog +* Tue Aug 5 2008 Tom "spot" Callaway 1.9-5 +- fix license tag + * Thu Mar 06 2008 Paul F. Johnson 1.9-4 - bump to preview 4