2.18.1
This commit is contained in:
parent
92a548a96d
commit
dce999b265
@ -1 +1 @@
|
|||||||
glib-2.18.0.tar.bz2
|
glib-2.18.1.tar.bz2
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.18.0
|
Version: 2.18.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -22,7 +22,6 @@ BuildRequires: glibc-devel
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=442835
|
# https://bugzilla.redhat.com/show_bug.cgi?id=442835
|
||||||
Patch2: gio-2.16-only-pass-uri-to-gio-apps.patch
|
Patch2: gio-2.16-only-pass-uri-to-gio-apps.patch
|
||||||
|
|
||||||
|
|
||||||
# this patch requires autoreconf
|
# this patch requires autoreconf
|
||||||
BuildRequires: autoconf automake libtool gettext-devel gtk-doc
|
BuildRequires: autoconf automake libtool gettext-devel gtk-doc
|
||||||
|
|
||||||
@ -59,8 +58,9 @@ of version 2 of the GLib library.
|
|||||||
%setup -q -n glib-%{version}
|
%setup -q -n glib-%{version}
|
||||||
%patch2 -p1 -b .only-pass-uri-to-gio-apps
|
%patch2 -p1 -b .only-pass-uri-to-gio-apps
|
||||||
|
|
||||||
%build
|
|
||||||
autoreconf
|
autoreconf
|
||||||
|
|
||||||
|
%build
|
||||||
%configure --disable-gtk-doc --enable-static
|
%configure --disable-gtk-doc --enable-static
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
@ -133,6 +133,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Sep 17 2008 Matthias Clasen <mclasen@redhat.com> - 2.18.1-1
|
||||||
|
- Update to 2.18.1
|
||||||
|
|
||||||
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
|
||||||
- Update to 2.18.0
|
- Update to 2.18.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user