|
|
@ -1,13 +1,13 @@
|
|
|
|
%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.0
|
|
|
|
%define gtk2_version 2.1.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.0
|
|
|
|
Version: 2.0.1
|
|
|
|
Release: 2
|
|
|
|
Release: 3
|
|
|
|
Copyright: LGPL
|
|
|
|
Copyright: LGPL
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
Source: libglade-%{version}.tar.bz2
|
|
|
|
Source: libglade-%{version}.tar.bz2
|
|
|
@ -17,7 +17,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
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: Xft
|
|
|
|
|
|
|
|
BuildRequires: fontconfig
|
|
|
|
BuildRequires: fontconfig
|
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
|
|
|
|
|
|
|
|
|
|
@ -59,6 +58,8 @@ make %{?_smp_mflags}
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%makeinstall
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/*.la
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
@ -75,12 +76,24 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
%doc test-libglade.c
|
|
|
|
%doc test-libglade.c
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_bindir}/*
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
%{_libdir}/*a
|
|
|
|
%{_libdir}/*.a
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_includedir}/*
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
%{_datadir}/gtk-doc
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Fri Feb 14 2003 Tim Powers <timp@redhat.com> 2.0.1-3
|
|
|
|
|
|
|
|
- remove BuildRequires on Xft
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Nov 8 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
- 2.0.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 8 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
- destroy .la files
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
|
|
|
|