/[packages]/cauldron/accerciser/current/SPECS/accerciser.spec
ViewVC logotype

Annotation of /cauldron/accerciser/current/SPECS/accerciser.spec

Parent Directory Parent Directory | Revision Log Revision Log


Revision 82792 - (hide annotations) (download)
Sun Apr 10 16:22:10 2011 UTC (12 years, 11 months ago) by dmorgan
File size: 1639 byte(s)
imported package accerciser
1 dmorgan 82792 Summary: An interactive Python tool for querying accessibility information
2     Name: accerciser
3     Version: 1.10.1
4     Release: %mkrel 1
5     Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/%{name}-%{version}.tar.bz2
6     License: BSD
7     BuildRoot: %{_builddir}/%{name}-%{version}-rpmroot
8     Group: Accessibility
9     Url: http://live.gnome.org/Accerciser
10    
11     BuildArch: noarch
12    
13     BuildRequires: intltool
14     BuildRequires: gnome-doc-utils
15     Requires: gnome-python-gconf >= 2.12
16     Requires: gnome-python-desktop >= 2.14
17     Requires: pygtk2.0 >= 2.8
18     Requires: pygtk2.0-libglade >= 2.8
19     Requires: pyorbit >= 2.14
20     Requires: gnome-python >= 2.12
21     Requires: gnome-python-bonobo >= 2.12
22     Requires: gnome-python-gtksourceview >= 2.12
23     Requires: python-at-spi >= 1.23.6
24     Requires: ipython
25     Obsoletes: at-poke <= 0.2.3
26     Provides: at-poke
27    
28     %description
29     An interactive Python accessibility explorer.
30    
31     %prep
32     %setup -q
33    
34     %build
35     ./configure --prefix=%_prefix --libdir=%_prefix/lib --sysconfdir=%_sysconfdir --disable-scrollkeeper --without-pyreqs
36     %make
37    
38     %install
39     rm -rf $RPM_BUILD_ROOT
40     %makeinstall_std
41    
42     %find_lang %{name} --with-gnome
43    
44     %clean
45     rm -rf $RPM_BUILD_ROOT
46    
47     %define gconf_schemas accerciser
48    
49     %post
50     %post_install_gconf_schemas %gconf_schemas
51     %update_icon_cache hicolor
52    
53     %preun
54     %preun_uninstall_gconf_schemas %gconf_schemas
55    
56     %postun
57     %clean_icon_cache hicolor
58    
59     %files -f %{name}.lang
60     %defattr(-,root,root)
61     %doc AUTHORS README NEWS
62     %{_sysconfdir}/gconf/schemas/accerciser.schemas
63     %{_bindir}/accerciser
64     %{py_puresitedir}/accerciser
65     %{_datadir}/omf/accerciser/*
66     %{_datadir}/accerciser/*
67     %{_datadir}/icons/hicolor/*/apps/accerciser.*
68     %{_datadir}/applications/accerciser.desktop
69     %{_mandir}/man1/*
70    
71    

  ViewVC Help
Powered by ViewVC 1.1.30