diff --git a/.cvsignore b/.cvsignore index 8d55154..16058c9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libgdiplus-1.1.17.tar.gz +libgdiplus-1.2.2.tar.gz diff --git a/libgdiplus.spec b/libgdiplus.spec index d4a787e..ecfa7e3 100644 --- a/libgdiplus.spec +++ b/libgdiplus.spec @@ -1,5 +1,5 @@ Name: libgdiplus -Version: 1.1.17 +Version: 1.2.2 Release: 1%{?dist} Summary: libgdiplus: An Open Source implementation of the GDI+ API @@ -22,7 +22,7 @@ An Open Source implementation of the GDI+ API, it is part of the Mono Project %package devel -Summary: pkgconfig file for libgdiplus +Summary: Development files for libgdiplus Group: Development/Libraries Requires: %{name} = %{version}-%{release} pkgconfig @@ -48,16 +48,27 @@ rm $RPM_BUILD_ROOT%{_libdir}/*.la %clean rm -rf $RPM_BUILD_ROOT +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files %defattr(-,root,root,-) -%{_libdir}/lib* +%doc COPYING NEWS README TODO MPL-1.1.html AUTHORS +# We need the .so in the main package, because mono opens libgdiplus.so +%{_libdir}/lib*.so* %files devel %defattr(-,root,root,-) +%doc ChangeLog %{_libdir}/pkgconfig/* %changelog +* Mon Dec 4 2006 Alexander Larsson - 1.2.2-1 +- Update to 1.2.2 +- add ldconfig post/postun +- Added doc files + * Fri Sep 1 2006 Alexander Larsson - 1.1.17-1 - update to 1.1.17 - Break out .pc file in devel subpackage (#205055) diff --git a/sources b/sources index d8d3bed..e46891c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -77f11c54b2da345776d713fcc303ed9c libgdiplus-1.1.17.tar.gz +c01b803de40c70f9a009652d597c6732 libgdiplus-1.2.2.tar.gz