diff --git a/.cvsignore b/.cvsignore index 57a9ac8..b354e56 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -at-spi-1.0.0.tar.bz2 +at-spi-1.0.1.tar.bz2 diff --git a/at-spi.spec b/at-spi.spec index d3247a6..7903769 100644 --- a/at-spi.spec +++ b/at-spi.spec @@ -1,12 +1,13 @@ %define gtk2_version 2.0.2 %define libbonobo_version 1.117.0 %define orbit2_version 2.3.109 -%define gail_version 0.15 +%define gail_version 0.16 +%define pango_version 1.0.99 Summary: Assistive Technology Service Provider Interface Name: at-spi -Version: 1.0.0 -Release: 1 +Version: 1.0.1 +Release: 3 URL: http://developer.gnome.org/projects/gap/ Source0: %{name}-%{version}.tar.bz2 License: LGPL @@ -16,10 +17,13 @@ Requires: gtk2 >= %{gtk2_version} Requires: libbonobo >= %{libbonobo_version} Requires: ORBit2 >= %{orbit2_version} Requires: gail >= %{gail_version} +BuildRequires: pango-devel >= %{pango_version} BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: libbonobo-devel >= %{libbonobo_version} BuildRequires: ORBit2-devel >= %{orbit2_version} BuildRequires: gail-devel >= %{gail_version} +BuildRequires: Xft +BuildRequires: fontconfig %description @@ -46,8 +50,8 @@ Libraries and header files allowing compilation of apps that use at-spi. %build ## bad hack around broken 0.0.5 tarball -mkdir -p docs/reference/idl -touch docs/reference/idl/Makefile.in +##mkdir -p docs/reference/idl +## touch docs/reference/idl/Makefile.in %configure make @@ -71,6 +75,8 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/lib*.so.* %{_libdir}/bonobo %{_libdir}/orbit-2.0 +%{_libdir}/gtk-2.0 +%{_libexecdir}/* %files devel %defattr(-,root,root) @@ -83,6 +89,19 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Fri Jun 21 2002 Tim Powers +- automated rebuild + +* Mon Jun 17 2002 Matt Wilson +- add libatk-bridge.so to the file list + +* Sun Jun 16 2002 Havoc Pennington +- 1.0.1 +- add at-spi-registryd to file list + +* Fri Jun 07 2002 Havoc Pennington +- rebuild in different environment + * Tue Jun 4 2002 Havoc Pennington - 1.0.0 - add post/postun ldconfig diff --git a/sources b/sources index aedafc1..9e9b488 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1488f9a0d9c4f5dd83f9adbb2bbd4107 at-spi-1.0.0.tar.bz2 +99567da24fb9e4170b234dcf88ed06da at-spi-1.0.1.tar.bz2