give up
This commit is contained in:
parent
f8fc2731e4
commit
f56adf8193
@ -7,7 +7,6 @@ Group: System Environment/Libraries
|
|||||||
Source: glib-%{version}.tar.bz2
|
Source: glib-%{version}.tar.bz2
|
||||||
Source2: glib2.sh
|
Source2: glib2.sh
|
||||||
Source3: glib2.csh
|
Source3: glib2.csh
|
||||||
Patch0: glib-2.6.0-abicheck-config.patch
|
|
||||||
Conflicts: libgnomeui <= 2.2.0
|
Conflicts: libgnomeui <= 2.2.0
|
||||||
BuildRoot: %{_tmppath}/glib-%{PACKAGE_VERSION}-root
|
BuildRoot: %{_tmppath}/glib-%{PACKAGE_VERSION}-root
|
||||||
BuildRequires: pkgconfig >= 0.8
|
BuildRequires: pkgconfig >= 0.8
|
||||||
@ -37,7 +36,6 @@ version 2 of the GLib library.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n glib-%{version}
|
%setup -q -n glib-%{version}
|
||||||
%patch0 -p0 -b .abicheck-config
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -48,7 +46,8 @@ done
|
|||||||
make
|
make
|
||||||
|
|
||||||
# test-thread fails on ia64: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=116829
|
# test-thread fails on ia64: http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=116829
|
||||||
%ifnarch ia64 s390 s390x
|
# abicheck fails on ppc64
|
||||||
|
%ifnarch ia64 s390 s390x ppc64
|
||||||
make check
|
make check
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user