diff --git a/.cvsignore b/.cvsignore index 5587862..5fc7cdc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libglade-2.0.1.tar.bz2 +libglade-2.3.2.tar.bz2 diff --git a/libglade2.spec b/libglade2.spec index 50083a6..1d9c4ef 100644 --- a/libglade2.spec +++ b/libglade2.spec @@ -1,17 +1,14 @@ -%define __libtoolize : - %define libxml2_version 2.4.12-0.7 -%define gtk2_version 2.1.2 +%define gtk2_version 2.3.2 %define pango_version 1.0.99 Summary: The libglade library for loading user interfaces. Name: libglade2 -Version: 2.0.1 -Release: 5.1 +Version: 2.3.2 +Release: 1 Copyright: LGPL Group: System Environment/Libraries Source: libglade-%{version}.tar.bz2 -Source2: fixed-ltmain.sh URL: http://www.gnome.org BuildRoot: %{_tmppath}/%{name}-%{version}-root Requires: libxml2 >= %{libxml2_version} @@ -19,6 +16,7 @@ BuildRequires: libxml2-devel >= %{libxml2_version} BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: fontconfig BuildRequires: pango-devel >= %{pango_version} +BuildRequires: libtool # http://bugzilla.gnome.org/show_bug.cgi?id=121025 Patch1: libglade-2.0.1-nowarning.patch @@ -53,8 +51,10 @@ that you can use to develop libglade applications. %patch1 -p1 -b .nowarning %build +libtoolize --force --copy +aclocal +automake -rm ltmain.sh && cp %{SOURCE2} ltmain.sh %configure --disable-gtk-doc make %{?_smp_mflags} @@ -70,6 +70,7 @@ rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig + %files %defattr(-, root, root) %doc AUTHORS ChangeLog NEWS README COPYING @@ -87,6 +88,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc %changelog +* Fri Jan 23 2004 Alexander Larsson 2.3.2-1 +- Update to 2.3.2 + * Fri Aug 29 2003 Owen Taylor 2.0.1-5.0 - Fix a couple of warnings for unknown properties GtkToolbar (Hardy Merrill, #85384) and GtkCList. diff --git a/sources b/sources index d202090..7d9bae7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4d93f6b01510013ae429e91af432cfe2 libglade-2.0.1.tar.bz2 +098e154177c3ba1791735626b915385a libglade-2.3.2.tar.bz2