|
|
@ -6,7 +6,7 @@
|
|
|
|
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: 1.99.9
|
|
|
|
Release: 1
|
|
|
|
Release: 2
|
|
|
|
Copyright: LGPL
|
|
|
|
Copyright: LGPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Source: libglade-%{version}.tar.gz
|
|
|
|
Source: libglade-%{version}.tar.gz
|
|
|
@ -20,7 +20,7 @@ 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: automake
|
|
|
|
BuildRequires: autoconf252
|
|
|
|
BuildRequires: autoconf253
|
|
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
@ -53,10 +53,10 @@ that you can use to develop libglade applications.
|
|
|
|
## if we add a --disable-gtk-doc upstream or fix the need-an-x-display problem
|
|
|
|
## 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
|
|
|
|
## we can get rid of this. remove automake build requires too
|
|
|
|
libtoolize --copy --force
|
|
|
|
libtoolize --copy --force
|
|
|
|
autoheader-2.52
|
|
|
|
autoheader-2.53
|
|
|
|
aclocal
|
|
|
|
aclocal
|
|
|
|
automake
|
|
|
|
automake
|
|
|
|
autoconf-2.52
|
|
|
|
autoconf-2.53
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|
|
|
|
|
|
|
|
@ -90,6 +90,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
%{_datadir}/gtk-doc/html/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Mar 19 2002 Alex Larsson <alexl@redhat.com>
|
|
|
|
|
|
|
|
- Update autoconf dependency to 2.53
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Mar 11 2002 Alex Larsson <alexl@redhat.com>
|
|
|
|
* Mon Mar 11 2002 Alex Larsson <alexl@redhat.com>
|
|
|
|
- Update to 1.99.9
|
|
|
|
- Update to 1.99.9
|
|
|
|
|
|
|
|
|
|
|
|