- Add upstream patch to fix a build crash

This commit is contained in:
Peter Robinson 2009-07-06 20:07:13 +00:00
parent 8a14410096
commit 4689f25d6c

View File

@ -3,13 +3,14 @@
Name: gobject-introspection Name: gobject-introspection
Version: 0.6.3 Version: 0.6.3
Release: 3%{?dist} Release: 4%{?dist}
Summary: Introspection system for GObject-based libraries Summary: Introspection system for GObject-based libraries
Group: Development/Libraries Group: Development/Libraries
License: GPLv2+, LGPLv2+, MIT License: GPLv2+, LGPLv2+, MIT
URL: http://live.gnome.org/GObjectIntrospection URL: http://live.gnome.org/GObjectIntrospection
Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.bz2 Source0: ftp://ftp.gnome.org/pub/gnome/sources/%{name}/0.6/%{name}-%{version}.tar.bz2
Patch0: gobject-introspection-compilecrashfix.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: glib2-devel BuildRequires: glib2-devel
@ -48,11 +49,11 @@ Libraries and headers for gobject-introspection
%prep %prep
%setup -q %setup -q
%patch0 -p1 -b .compilecrashfix
%build %build
export CFLAGS="$CFLAGS -ggdb"
%configure %configure
make make V=1
%install %install
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -96,6 +97,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/*.gz %{_mandir}/man1/*.gz
%changelog %changelog
* Mon Jul 6 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-4
- Add upstream patch to fix a build crash
* Thu Jul 2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-3 * Thu Jul 2 2009 Peter Robinson <pbrobinson@gmail.com> - 0.6.3-3
- Add -ggdb temporarily so it compiles on ppc64 - Add -ggdb temporarily so it compiles on ppc64