diff --git a/.cvsignore b/.cvsignore index 4365eab..59a147e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -glib-2.25.2.tar.bz2 +glib-2.25.3.tar.bz2 diff --git a/glib2.spec b/glib2.spec index 17eb5b4..bfbe6b2 100644 --- a/glib2.spec +++ b/glib2.spec @@ -2,7 +2,7 @@ Summary: A library of handy utility functions Name: glib2 -Version: 2.25.2 +Version: 2.25.3 Release: 1%{?dist} License: LGPLv2+ Group: System Environment/Libraries @@ -52,9 +52,9 @@ The glib2-static package includes static libraries of the GLib library. %build %configure --disable-gtk-doc \ - --enable-man \ --enable-static \ --with-runtime-libdir=../../%{_lib} + # remove rpaths sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -138,10 +138,10 @@ esac %{_libdir}/gio/modules/libgiofam.so %{_bindir}/gio-querymodules* %{_bindir}/update-gio-modules -%{_bindir}/gschema-compile +%{_bindir}/glib-compile-schemas %{_bindir}/gsettings %doc %{_mandir}/man1/gio-querymodules.1.gz -%doc %{_mandir}/man1/gschema-compile.1.gz +%doc %{_mandir}/man1/glib-compile-schemas.1.gz %doc %{_mandir}/man1/gsettings.1.gz %files devel @@ -179,8 +179,8 @@ esac %{_libdir}/lib*.a %changelog -* Fri Apr 23 2010 Matthias Clasen - 2.25.2-1 -- Update to 2.25.2 +* Fri Apr 23 2010 Matthias Clasen - 2.25.3-1 +- Update to 2.25.3 - Move schema compiler to the main package, since it is needed by other rpm's %%post at runtime - Split up man pages to go along with their binaries diff --git a/sources b/sources index c532382..09c4a4f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ffcff135340311c640d36df94615a9c0 glib-2.25.2.tar.bz2 +232973e3757620b7a8a81670d8691b6c glib-2.25.3.tar.bz2