This commit is contained in:
Matthias Clasen 2012-02-06 17:42:16 -05:00
parent 9d078a0e35
commit 3de570bf11
3 changed files with 8 additions and 5 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@ glib-2.25.13.tar.bz2
/glib-2.31.6.tar.xz
/glib-2.31.10.tar.xz
/glib-2.31.12.tar.xz
/glib-2.31.16.tar.xz

View File

@ -2,7 +2,7 @@
Summary: A library of handy utility functions
Name: glib2
Version: 2.31.12
Version: 2.31.16
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@ -63,8 +63,7 @@ The glib2-static package includes static libraries of the GLib library.
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \
--enable-systemtap \
--enable-static \
--with-runtime-libdir=../../%{_lib})
--enable-static
make %{?_smp_mflags}
@ -158,8 +157,11 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%files static
%{_libdir}/lib*.a
%changelog
* Mon Feb 6 2012 Matthias Clasen <mclasen@redhat.com> 2.31.16-1
- Update to 2.31.16
- Drop --with-runtime-libdir, since we have /lib -> /usr/lib now
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> 2.31.12-1
- Update to 2.31.12

View File

@ -1 +1 @@
c783067d6eff2837f9e6259837df87c9 glib-2.31.12.tar.xz
49b8c1fbf84de3fe3ef31e9ca8ccefbb glib-2.31.16.tar.xz