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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 133654 - (show annotations) (download)
Tue Aug 16 08:35:18 2011 UTC (12 years, 8 months ago) by wally
File size: 1940 byte(s)
- new version 3.1.5
1 Summary: GNOME screen reader for people with visual impairments
2 Name: orca
3 Version: 3.1.5
4 Release: %mkrel 1
5 License: LGPLv2+
6 Group: Accessibility
7 URL: http://live.gnome.org/Orca/
8 Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.1/%{name}-%{version}.tar.xz
9
10 BuildRequires: pygtk2.0-devel >= 2.6.2
11 BuildRequires: pyorbit-devel >= 2.0.1
12 BuildRequires: gail-devel >= 1.8.11
13 BuildRequires: gnome-speech-devel >= 0.3.10
14 BuildRequires: gnome-doc-utils >= 0.17.3
15 BuildRequires: python-at-spi
16 BuildRequires: brlapi-devel
17 BuildRequires: brlapi-python
18 BuildRequires: gnome-python-bonobo
19 BuildRequires: python-dbus
20 BuildRequires: pyxdg
21 #gw for wnck:
22 BuildRequires: gnome-python-desktop
23 BuildRequires: gnome-python-gconf
24 BuildRequires: desktop-file-utils
25 BuildRequires: intltool
26 # (blino) do not make it BuildArch noarch until makefile installs in noarch python path
27 Requires: gnome-python-bonobo
28 Requires: gnome-python-desktop
29 Requires: gnome-python-gconf
30 Requires: python-dbus
31 Requires: pyxdg
32 Requires: pygtk2.0
33 Requires: python-at-spi
34 Requires: python-at-spi
35 Requires: gnome-terminal
36 Requires: brlapi-python
37
38 %description
39 A flexible, scriptable, extensible screen reader for the GNOME platform
40 that provides access via speech synthesis, braille, and magnification.
41
42 %prep
43 %setup -q
44
45 %build
46 %configure2_5x
47 %make
48
49 %install
50 rm -rf %{buildroot}
51 %makeinstall_std
52
53 desktop-file-install --vendor="" \
54 --remove-category="Application" \
55 --add-category="X-MandrivaLinux-MoreApplications-Accessibility" \
56 --dir %{buildroot}%{_datadir}/applications %{buildroot}%{_datadir}/applications/*
57
58 %find_lang %{name} --with-gnome
59
60 %clean
61 rm -rf %{buildroot}
62
63 %files -f %{name}.lang
64 %defattr(-,root,root,-)
65 %doc README NEWS
66 %{_bindir}/%{name}
67 %{py_platsitedir}/*orca*
68 %{_mandir}/man1/%{name}.1*
69 %{_datadir}/%{name}
70 %{_datadir}/applications/%{name}.desktop
71 %{_datadir}/icons/hicolor/*/apps/%{name}.*
72 %{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop

  ViewVC Help
Powered by ViewVC 1.1.30