fix a test
This commit is contained in:
parent
6c2fbd965a
commit
d2c59d1f83
@ -14,6 +14,9 @@ BuildRequires: gettext
|
|||||||
Obsoletes: glib-gtkbeta
|
Obsoletes: glib-gtkbeta
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
|
|
||||||
|
# http://bugzilla.gnome.org/show_bug.cgi?id=340538
|
||||||
|
Patch0: glib-2.11.0-base64-test.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GLib is the low-level core library that forms the basis
|
GLib is the low-level core library that forms the basis
|
||||||
for projects such as GTK+ and GNOME. It provides data structure
|
for projects such as GTK+ and GNOME. It provides data structure
|
||||||
@ -37,6 +40,7 @@ version 2 of the GLib library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n glib-%{version}
|
%setup -q -n glib-%{version}
|
||||||
|
%patch0 -p1 -b .base64-test
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -47,8 +51,6 @@ done
|
|||||||
make
|
make
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=320463
|
# http://bugzilla.gnome.org/show_bug.cgi?id=320463
|
||||||
LANG=en_US.UTF8
|
LANG=en_US.UTF8
|
||||||
# this test currently fails
|
|
||||||
rm tests/bookmarks/fail-01.xbel
|
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user