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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 121730 - (show annotations) (download)
Sun Jul 10 11:37:41 2011 UTC (12 years, 9 months ago) by wally
File size: 1587 byte(s)
- new version 3.1.3
1 Summary: An interactive Python tool for querying accessibility information
2 Name: accerciser
3 Version: 3.1.3
4 Release: %mkrel 1
5 Source0: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/3.1/%{name}-%{version}.tar.xz
6 License: BSD
7 Group: Accessibility
8 Url: http://live.gnome.org/Accerciser
9 BuildArch: noarch
10 BuildRequires: intltool
11 BuildRequires: gnome-doc-utils
12 Requires: gnome-python-gconf >= 2.12
13 Requires: gnome-python-desktop >= 2.14
14 Requires: pygtk2.0 >= 2.8
15 Requires: pygtk2.0-libglade >= 2.8
16 Requires: pyorbit >= 2.14
17 Requires: gnome-python >= 2.12
18 Requires: gnome-python-bonobo >= 2.12
19 Requires: gnome-python-gtksourceview >= 2.12
20 Requires: python-at-spi >= 1.23.6
21 Requires: ipython
22
23 %description
24 An interactive Python accessibility explorer.
25
26 %prep
27 %setup -q
28
29 %build
30 %configure2_5x \
31 --disable-scrollkeeper \
32 --disable-schemas-install \
33 --without-pyreqs
34 %make
35
36 %install
37 rm -rf %{buildroot}
38 %makeinstall_std
39
40 %find_lang %{name} --with-gnome
41
42 #omf, find_lang macro doesn't handle them
43 for omf in %{buildroot}%{_datadir}/omf/*/*-??*.omf;do
44 echo "%lang($(basename $omf|sed -e s/.*-// -e s/.omf//)) $(echo $omf|sed -e s!%{buildroot}!!)" >> %{name}.lang
45 done
46
47 %clean
48 rm -rf %{buildroot}
49
50 %preun
51 %preun_uninstall_gconf_schemas %{name}
52
53 %files -f %{name}.lang
54 %defattr(-,root,root)
55 %doc AUTHORS README NEWS
56 %{_sysconfdir}/gconf/schemas/%{name}.schemas
57 %{_bindir}/%{name}
58 %{py_puresitedir}/%{name}
59 %dir %{_datadir}/omf/%{name}
60 %{_datadir}/omf/%{name}/%{name}-C.omf
61 %{_datadir}/%{name}
62 %{_datadir}/icons/hicolor/*/apps/%{name}.*
63 %{_datadir}/applications/%{name}.desktop
64 %{_mandir}/man1/*

  ViewVC Help
Powered by ViewVC 1.1.30