2.25.3
This commit is contained in:
parent
146ec32225
commit
04a7a35d27
@ -1 +1 @@
|
|||||||
glib-2.25.2.tar.bz2
|
glib-2.25.3.tar.bz2
|
||||||
|
12
glib2.spec
12
glib2.spec
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.25.2
|
Version: 2.25.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -52,9 +52,9 @@ The glib2-static package includes static libraries of the GLib library.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --disable-gtk-doc \
|
%configure --disable-gtk-doc \
|
||||||
--enable-man \
|
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--with-runtime-libdir=../../%{_lib}
|
--with-runtime-libdir=../../%{_lib}
|
||||||
|
|
||||||
# remove rpaths
|
# remove rpaths
|
||||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
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
|
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
|
%{_libdir}/gio/modules/libgiofam.so
|
||||||
%{_bindir}/gio-querymodules*
|
%{_bindir}/gio-querymodules*
|
||||||
%{_bindir}/update-gio-modules
|
%{_bindir}/update-gio-modules
|
||||||
%{_bindir}/gschema-compile
|
%{_bindir}/glib-compile-schemas
|
||||||
%{_bindir}/gsettings
|
%{_bindir}/gsettings
|
||||||
%doc %{_mandir}/man1/gio-querymodules.1.gz
|
%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
|
%doc %{_mandir}/man1/gsettings.1.gz
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
@ -179,8 +179,8 @@ esac
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Apr 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.2-1
|
* Fri Apr 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.25.3-1
|
||||||
- Update to 2.25.2
|
- Update to 2.25.3
|
||||||
- Move schema compiler to the main package, since it is
|
- Move schema compiler to the main package, since it is
|
||||||
needed by other rpm's %%post at runtime
|
needed by other rpm's %%post at runtime
|
||||||
- Split up man pages to go along with their binaries
|
- Split up man pages to go along with their binaries
|
||||||
|
Loading…
Reference in New Issue
Block a user