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