@ -1,26 +1,25 @@
%define __libtoolize :
%define __libtoolize :
%define libxml2_version 2.4.12-0.7
%define libxml2_version 2.4.12-0.7
%define gtk2_version 2.0
%define gtk2_version 2.0.0
%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: 1.99.9
Version: 2.0.0
Release: 2
Release: 1
Copyright: LGPL
Copyright: LGPL
Group: System Environment/Libraries
Group: System Environment/Libraries
Source: libglade-%{version}.tar.gz
Source: libglade-%{version}.tar.bz2
Source2: fixed-ltmain.sh
Source2: fixed-ltmain.sh
URL: http://www.gnome.org
URL: http://www.gnome.org
BuildRoot: /var/tmp/%{name}-%{version}-root
BuildRoot: %{_tmppath}/%{name}-%{version}-root
Patch: libglade-1.99.2.90-nogtkdoc.patch
Requires: libxml2 >= %{libxml2_version}
Requires: libxml2 >= %{libxml2_version}
BuildRequires: libxml2-devel >= %{libxml2_version}
BuildRequires: libxml2-devel >= %{libxml2_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: gtk2-devel >= %{gtk2_version}
BuildRequires: automake
BuildRequires: Xft
BuildRequires: autoconf253
BuildRequires: fontconfig
BuildRequires: pango-devel >= %{pango_version}
%description
%description
Libglade is a small library that allows a program to load its user
Libglade is a small library that allows a program to load its user
@ -48,15 +47,6 @@ that you can use to develop libglade applications.
%prep
%prep
%setup -q -n libglade-%{version}
%setup -q -n libglade-%{version}
%patch -p1 -b .nogtkdoc
## if we add a --disable-gtk-doc upstream or fix the need-an-x-display problem
## we can get rid of this. remove automake build requires too
libtoolize --copy --force
autoheader-2.53
aclocal
automake
autoconf-2.53
%build
%build
@ -78,6 +68,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-, root, root)
%defattr(-, root, root)
%doc AUTHORS ChangeLog NEWS README COPYING
%doc AUTHORS ChangeLog NEWS README COPYING
%{_libdir}/lib*.so.*
%{_libdir}/lib*.so.*
%{_datadir}/xml
%files devel
%files devel
%defattr(-, root, root)
%defattr(-, root, root)
@ -87,9 +78,29 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/*a
%{_libdir}/*a
%{_libdir}/pkgconfig/*
%{_libdir}/pkgconfig/*
%{_includedir}/*
%{_includedir}/*
%{_datadir}/gtk-doc/html/*
%{_datadir}/gtk-doc
%changelog
%changelog
* Sat Jun 15 2002 Havoc Pennington <hp@redhat.com>
- 2.0.0
- check over file list, add XML DTD to it
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
- rebuild in different environment
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
- don't run auto*
* Fri May 17 2002 Havoc Pennington <hp@redhat.com>
- 1.99.12
- remove gtk-doc hack, --disable-gtk-doc now works
* Thu May 2 2002 Havoc Pennington <hp@redhat.com>
- 1.99.11
* Thu Apr 4 2002 Jeremy Katz <katzj@redhat.com>
- 1.99.10
* Tue Mar 19 2002 Alex Larsson <alexl@redhat.com>
* Tue Mar 19 2002 Alex Larsson <alexl@redhat.com>
- Update autoconf dependency to 2.53
- Update autoconf dependency to 2.53