2.31.16
This commit is contained in:
parent
9d078a0e35
commit
3de570bf11
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ glib-2.25.13.tar.bz2
|
|||||||
/glib-2.31.6.tar.xz
|
/glib-2.31.6.tar.xz
|
||||||
/glib-2.31.10.tar.xz
|
/glib-2.31.10.tar.xz
|
||||||
/glib-2.31.12.tar.xz
|
/glib-2.31.12.tar.xz
|
||||||
|
/glib-2.31.16.tar.xz
|
||||||
|
10
glib2.spec
10
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.31.12
|
Version: 2.31.16
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
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;
|
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
|
||||||
%configure $CONFIGFLAGS \
|
%configure $CONFIGFLAGS \
|
||||||
--enable-systemtap \
|
--enable-systemtap \
|
||||||
--enable-static \
|
--enable-static
|
||||||
--with-runtime-libdir=../../%{_lib})
|
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -158,8 +157,11 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
|
|||||||
%files static
|
%files static
|
||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jan 20 2012 Matthias Clasen <mclasen@redhat.com> 2.31.12-1
|
||||||
- Update to 2.31.12
|
- Update to 2.31.12
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user