Make ld happy

f38
Matthias Clasen 15 years ago
parent 8a33d3a8f7
commit 32ac89dd0b

@ -8,7 +8,7 @@
Summary: GnomeCanvas widget
Name: libgnomecanvas
Version: 2.26.0
Release: 2%{?dist}
Release: 3%{?dist}
URL: http://www.gnome.org/
Source0: http://download.gnome.org/sources/libgnomecanvas/2.26/%{name}-%{version}.tar.bz2
License: LGPLv2+
@ -22,6 +22,7 @@ BuildRequires: libglade2-devel >= %{libglade2_version}
BuildRequires: gail-devel >= %{gail_version}
BuildRequires: libtool gettext
BuildRequires: intltool
BuildRequires: autoconf automake libtool
%description
The canvas widget allows you to create custom displays using stock items
@ -40,6 +41,8 @@ Requires: pkgconfig
# for /usr/share/gtk-doc/html
Requires: gtk-doc
Patch0: libgnomecanvas-libs.patch
%description devel
The canvas widget allows you to create custom displays using stock items
@ -48,6 +51,9 @@ Tk canvas widget but has evolved quite a bit over time.
%prep
%setup -q
%patch0 -p1 -b .libs
autoreconf -i -f
%build
export CFLAGS=$(echo $RPM_OPT_FLAGS |sed -e 's/O2/O1/g')
@ -86,6 +92,9 @@ rm -rf %{buildroot}
%{_datadir}/gtk-doc/html/libgnomecanvas
%changelog
* Sat Feb 13 2010 Matthias Clasen <mclasen@redhat.com> 2.26.0-3
- Add missing libs
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.26.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Loading…
Cancel
Save