at-poke.spec
changeset 2006 a9557990edef
child 2027 c05294e22973
equal deleted inserted replaced
2005:b24911d63bc6 2006:a9557990edef
       
     1 Name:         at-poke
       
     2 License:      LGPL
       
     3 Group:        System/Libraries/GNOME
       
     4 Version:      0.2.1
       
     5 Release:      1
       
     6 Distribution: Cinnabar 
       
     7 Vendor:       Sun Microsystems, Inc.
       
     8 Summary:      Tool to poke around accessibility infrastructure
       
     9 Source:       http://ftp.gnome.org/pub/GNOME/sources/at-poke/0.2/%{name}-%{version}.tar.bz2
       
    10 URL:          http://developer.gnome.org/projects/gap
       
    11 BuildRoot:    %{_tmppath}/%{name}-%{version}-build
       
    12 Docdir:       %{_defaultdocdir}/doc
       
    13 Autoreqprov:  on
       
    14 Prereq:       /sbin/ldconfig
       
    15 
       
    16 %define libgnomeui_version 2.4.0.1
       
    17 %define gtk2_version 2.2.4
       
    18 %define atk_version 1.4.0
       
    19 %define at_spi_version 1.1.8
       
    20 %define at_spi_release 1
       
    21 
       
    22 # Requirements: libgail-gnome libglade-2.0
       
    23 BuildRequires: gtk2-devel >= %{gtk2_version}
       
    24 BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
       
    25 BuildRequires: at-spi-devel >= %{at_spi_version}-%{at_spi_release}
       
    26 Requires:      atk >= %{atk_version}
       
    27 Requires:      gtk2 >= %{gtk2_version}
       
    28 Requires:      libgnomeui >= %{libgnomeui_version}
       
    29 Requires:      at-spi >= %{at_spi_version}
       
    30 
       
    31 
       
    32 %description
       
    33 at-poke is a tool that allows one to examine the widigts from an accessibility perspective.
       
    34 
       
    35 %prep
       
    36 %setup -q 
       
    37 
       
    38 %build
       
    39 ./configure --prefix=%{_prefix} \
       
    40 	    --disable-gtk-doc
       
    41 
       
    42 make
       
    43 
       
    44 %install
       
    45 make DESTDIR=$RPM_BUILD_ROOT install
       
    46 
       
    47 %clean
       
    48 rm -rf $RPM_BUILD_ROOT
       
    49 
       
    50 %post 
       
    51 /sbin/ldconfig
       
    52 
       
    53 %postun 
       
    54 /sbin/ldconfig
       
    55 
       
    56 %files
       
    57 %defattr(-,root,root)
       
    58 %{_bindir}/at-poke
       
    59 %{_datadir}/at-poke/at-poke.glade2
       
    60 
       
    61 
       
    62 %changelog
       
    63 * Wed Feb 25 2004 - [email protected]
       
    64 - Initial release version for at-poke