Tool to poke around accessibility infrastructure.
authordc144907
Wed, 25 Feb 2004 16:46:35 +0000
changeset 2006 a9557990edef
parent 2005 b24911d63bc6
child 2007 94974c63fd91
Tool to poke around accessibility infrastructure.
at-poke.spec
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/at-poke.spec	Wed Feb 25 16:46:35 2004 +0000
@@ -0,0 +1,64 @@
+Name:         at-poke
+License:      LGPL
+Group:        System/Libraries/GNOME
+Version:      0.2.1
+Release:      1
+Distribution: Cinnabar 
+Vendor:       Sun Microsystems, Inc.
+Summary:      Tool to poke around accessibility infrastructure
+Source:       http://ftp.gnome.org/pub/GNOME/sources/at-poke/0.2/%{name}-%{version}.tar.bz2
+URL:          http://developer.gnome.org/projects/gap
+BuildRoot:    %{_tmppath}/%{name}-%{version}-build
+Docdir:       %{_defaultdocdir}/doc
+Autoreqprov:  on
+Prereq:       /sbin/ldconfig
+
+%define libgnomeui_version 2.4.0.1
+%define gtk2_version 2.2.4
+%define atk_version 1.4.0
+%define at_spi_version 1.1.8
+%define at_spi_release 1
+
+# Requirements: libgail-gnome libglade-2.0
+BuildRequires: gtk2-devel >= %{gtk2_version}
+BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
+BuildRequires: at-spi-devel >= %{at_spi_version}-%{at_spi_release}
+Requires:      atk >= %{atk_version}
+Requires:      gtk2 >= %{gtk2_version}
+Requires:      libgnomeui >= %{libgnomeui_version}
+Requires:      at-spi >= %{at_spi_version}
+
+
+%description
+at-poke is a tool that allows one to examine the widigts from an accessibility perspective.
+
+%prep
+%setup -q 
+
+%build
+./configure --prefix=%{_prefix} \
+	    --disable-gtk-doc
+
+make
+
+%install
+make DESTDIR=$RPM_BUILD_ROOT install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post 
+/sbin/ldconfig
+
+%postun 
+/sbin/ldconfig
+
+%files
+%defattr(-,root,root)
+%{_bindir}/at-poke
+%{_datadir}/at-poke/at-poke.glade2
+
+
+%changelog
+* Wed Feb 25 2004 - [email protected]
+- Initial release version for at-poke