diff --git a/libgdiplus.spec b/libgdiplus.spec index 158faf4..d7d9e11 100644 --- a/libgdiplus.spec +++ b/libgdiplus.spec @@ -1,13 +1,11 @@ -#%define svnver 137314 -#%define date 072209 Name: libgdiplus Version: 2.6.7 -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) @@ -49,17 +47,20 @@ 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 Jul 25 2010 Christian Krause - 2.6.7-2 +- Cleanup spec file + * Sat Jul 10 2010 Paul F. Johnson 2.6.7-1 - Update to 2.6.7 release candidate 1 - Add BR giflib-devel and libexif-devel