From 2ca9b9495abe390c880a47e7e9fac3db5aefd05c Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 03:14:40 +0000 Subject: auto-import changelog data from at-spi-1.3.7-1.src.rpm Thu Oct 02 2003 Jonathan Blandford 1.3.7-1 - new version Wed Aug 20 2003 Elliot Lee 1.1.9-3 - Fix rebuild failure (stderr.patch) Tue Jul 15 2003 Havoc Pennington 1.1.9-2 - disable gtk doc Mon Jul 14 2003 Havoc Pennington - automated rebuild Mon Jul 07 2003 Havoc Pennington 1.1.9-1 - 1.1.9 - remove multilib patch fixed upstream Wed Jun 04 2003 Elliot Lee - rebuilt --- diff --git a/.cvsignore b/.cvsignore index 605c5cc..486b6ca 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -at-spi-1.1.8.tar.bz2 +at-spi-1.3.7.tar.bz2 diff --git a/at-spi.spec b/at-spi.spec index 16df78e..f4d6a00 100644 --- a/at-spi.spec +++ b/at-spi.spec @@ -1,15 +1,16 @@ %define gtk2_version 2.2.0 -%define libbonobo_version 2.2.0 +%define libbonobo_version 2.4.0 %define orbit2_version 2.6.0 -%define gail_version 1.1.8 +%define gail_version 1.4.0 %define pango_version 1.2.0 Summary: Assistive Technology Service Provider Interface Name: at-spi -Version: 1.1.8 -Release: 3 +Version: 1.3.7 +Release: 1 URL: http://developer.gnome.org/projects/gap/ Source0: %{name}-%{version}.tar.bz2 +Patch: at-spi-1.1.9-stderr.patch License: LGPL Group: System Environment/Libraries BuildRoot: %{_tmppath}/%{name}-root @@ -26,8 +27,6 @@ BuildRequires: fontconfig BuildRequires: XFree86-devel BuildRequires: autoconf -Patch: at-spi-1.1.8-multilib.patch - %description at-spi allows assistive technologies to access GTK-based applications. Essentially it exposes the internals of applications for @@ -43,6 +42,7 @@ Requires: gtk2-devel >= %{gtk2_version} Requires: libbonobo-devel >= %{libbonobo_version} Requires: ORBit2-devel >= %{orbit2_version} Requires: gail-devel >= %{gail_version} +Requires: linc-devel %description devel Libraries and header files allowing compilation of apps that use at-spi. @@ -50,9 +50,7 @@ Libraries and header files allowing compilation of apps that use at-spi. %prep %setup -q - -## http://bugzilla.gnome.org/show_bug.cgi?id=105836 -%patch -p1 -b .multilib +#%patch -p1 -b .stderr ## for multilib patch autoconf @@ -63,7 +61,9 @@ autoconf ## touch docs/reference/idl/Makefile.in export multilibname=%{_lib} -%configure +export CFLAGS="$RPM_OPT_FLAGS `pkg-config --cflags linc`" +export LIBS="`pkg-config --libs linc`" +%configure --disable-gtk-doc make %install @@ -101,6 +101,25 @@ rm -rf $RPM_BUILD_ROOT %{_includedir}/* %changelog +* Thu Oct 2 2003 Jonathan Blandford 1.3.7-1 +- new version + +* Wed Aug 20 2003 Elliot Lee 1.1.9-3 +- Fix rebuild failure (stderr.patch) + +* Tue Jul 15 2003 Havoc Pennington 1.1.9-2 +- disable gtk doc + +* Mon Jul 14 2003 Havoc Pennington +- automated rebuild + +* Mon Jul 7 2003 Havoc Pennington 1.1.9-1 +- 1.1.9 +- remove multilib patch fixed upstream + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Fri Feb 14 2003 Havoc Pennington 1.1.8-3 - kill Xft buildreq diff --git a/sources b/sources index 2fa1915..597af96 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -76e2df52a280a794bde0e6dd259c01f8 at-spi-1.1.8.tar.bz2 +c5ee8c9ae592c547ac557fa58003b021 at-spi-1.3.7.tar.bz2