- rebuild
This commit is contained in:
parent
c8c2ed46ba
commit
51ca3d3964
@ -127,3 +127,13 @@
|
|||||||
m4_define([glib_interface_age], [0])
|
m4_define([glib_interface_age], [0])
|
||||||
m4_define([glib_binary_age],
|
m4_define([glib_binary_age],
|
||||||
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
[m4_eval(100 * glib_minor_version + glib_micro_version)])
|
||||||
|
--- trunk/tests/Makefile.am 2008/07/20 02:09:05 7209
|
||||||
|
+++ trunk/tests/Makefile.am 2008/07/23 16:22:32 7243
|
||||||
|
@@ -186,7 +186,6 @@
|
||||||
|
module_test_LDFLAGS = $(G_MODULE_LDFLAGS)
|
||||||
|
node_test_LDADD = $(progs_ldadd)
|
||||||
|
onceinit_LDADD = $(thread_ldadd)
|
||||||
|
-option_test_LDADD = $(progs_ldadd)
|
||||||
|
printf_test_LDADD = $(progs_ldadd)
|
||||||
|
queue_test_LDADD = $(progs_ldadd)
|
||||||
|
asyncqueue_test_LDADD = $(thread_ldadd)
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A library of handy utility functions
|
Summary: A library of handy utility functions
|
||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.17.4
|
Version: 2.17.4
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -33,7 +33,7 @@ Patch4: statfs-check.patch
|
|||||||
#
|
#
|
||||||
Patch5: glib-2.17.4-gio-guess-content-sync.patch
|
Patch5: glib-2.17.4-gio-guess-content-sync.patch
|
||||||
# this patch requires autoreconf
|
# this patch requires autoreconf
|
||||||
BuildRequires: autoconf automake libtool gettext-devel
|
BuildRequires: autoconf automake libtool gettext-devel gtk-doc
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GLib is the low-level core library that forms the basis
|
GLib is the low-level core library that forms the basis
|
||||||
@ -145,6 +145,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/lib*.a
|
%{_libdir}/lib*.a
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jul 24 2008 David Zeuthen <davidz@redhat.com> - 2.17.4-5
|
||||||
|
- rebuild
|
||||||
|
|
||||||
* Thu Jul 24 2008 David Zeuthen <davidz@redhat.com> - 2.17.4-4
|
* Thu Jul 24 2008 David Zeuthen <davidz@redhat.com> - 2.17.4-4
|
||||||
- autoreconf
|
- autoreconf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user