diff --git a/.cvsignore b/.cvsignore index d016933..a64eb8d 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libgdiplus-1.9.tar.bz2 +libgdiplus-2.0.tar.bz2 diff --git a/import.log b/import.log new file mode 100644 index 0000000..86d5027 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +libgdiplus-2_0-1_fc10:HEAD:libgdiplus-2.0-1.fc10.src.rpm:1219744526 diff --git a/libgdiplus.spec b/libgdiplus.spec index 318aa4c..890c8ca 100644 --- a/libgdiplus.spec +++ b/libgdiplus.spec @@ -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 1.9-5 -- fix license tag +* Sat Aug 02 2008 Paul F. Johnson 2.0-1 +- Bump to preview 1 +- Alter licence * Thu Mar 06 2008 Paul F. Johnson 1.9-4 - bump to preview 4 diff --git a/sources b/sources index 8a531c8..68ec3c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -939f65903ea385ae1dc9bf0098669838 libgdiplus-1.9.tar.bz2 +22cff1e2bc77040a247d34786bf9148a libgdiplus-2.0.tar.bz2