|
|
@ -8,7 +8,7 @@
|
|
|
|
Summary: GnomeCanvas widget
|
|
|
|
Summary: GnomeCanvas widget
|
|
|
|
Name: libgnomecanvas
|
|
|
|
Name: libgnomecanvas
|
|
|
|
Version: 2.26.0
|
|
|
|
Version: 2.26.0
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 3%{?dist}
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
URL: http://www.gnome.org/
|
|
|
|
Source0: http://download.gnome.org/sources/libgnomecanvas/2.26/%{name}-%{version}.tar.bz2
|
|
|
|
Source0: http://download.gnome.org/sources/libgnomecanvas/2.26/%{name}-%{version}.tar.bz2
|
|
|
|
License: LGPLv2+
|
|
|
|
License: LGPLv2+
|
|
|
@ -22,6 +22,7 @@ BuildRequires: libglade2-devel >= %{libglade2_version}
|
|
|
|
BuildRequires: gail-devel >= %{gail_version}
|
|
|
|
BuildRequires: gail-devel >= %{gail_version}
|
|
|
|
BuildRequires: libtool gettext
|
|
|
|
BuildRequires: libtool gettext
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: intltool
|
|
|
|
|
|
|
|
BuildRequires: autoconf automake libtool
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
The canvas widget allows you to create custom displays using stock items
|
|
|
|
The canvas widget allows you to create custom displays using stock items
|
|
|
@ -40,6 +41,8 @@ Requires: pkgconfig
|
|
|
|
# for /usr/share/gtk-doc/html
|
|
|
|
# for /usr/share/gtk-doc/html
|
|
|
|
Requires: gtk-doc
|
|
|
|
Requires: gtk-doc
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Patch0: libgnomecanvas-libs.patch
|
|
|
|
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%description devel
|
|
|
|
|
|
|
|
|
|
|
|
The canvas widget allows you to create custom displays using stock items
|
|
|
|
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
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%patch0 -p1 -b .libs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
autoreconf -i -f
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
export CFLAGS=$(echo $RPM_OPT_FLAGS |sed -e 's/O2/O1/g')
|
|
|
|
export CFLAGS=$(echo $RPM_OPT_FLAGS |sed -e 's/O2/O1/g')
|
|
|
@ -86,6 +92,9 @@ rm -rf %{buildroot}
|
|
|
|
%{_datadir}/gtk-doc/html/libgnomecanvas
|
|
|
|
%{_datadir}/gtk-doc/html/libgnomecanvas
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%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
|
|
|
|
* 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
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|