/[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 1094020 - (show annotations) (download)
Tue Mar 21 19:33:05 2017 UTC (7 years ago) by ovitters
File size: 1500 byte(s)
new version 3.24.0
1 %define url_ver %(echo %{version}|cut -d. -f1,2)
2 %global __requires_exclude python-gi
3
4 Summary: GNOME screen reader for people with visual impairments
5 Name: orca
6 Version: 3.24.0
7 Release: %mkrel 1
8 License: LGPLv2+
9 Group: Accessibility
10 URL: https://wiki.gnome.org/Orca/
11 BuildArch: noarch
12 Source0: https://download.gnome.org/sources/%{name}/%{url_ver}/%{name}-%{version}.tar.xz
13 Buildrequires: pkgconfig(atspi-2) >= 2.1.92
14 Buildrequires: pkgconfig(gtk+-3.0) >= 3.1.14
15 Buildrequires: pkgconfig(pygobject-3.0) >= 2.90.3
16 BuildRequires: pkgconfig(python3)
17 BuildRequires: python3-dbus
18 BuildRequires: python3-cairo
19 BuildRequires: python3-speechd
20 BuildRequires: python3-brlapi
21 BuildRequires: intltool >= 0.40.0
22 BuildRequires: itstool
23 Buildrequires: gnome-doc-utils >= 0.17.3
24 BuildRequires: typelib(Gtk)
25 BuildRequires: python3-gobject3
26 BuildRequires: gnome-common
27 Requires: python3-gobject3
28 Requires: python3-dbus
29 Requires: python3-cairo
30 Requires: python3-speechd
31 Requires: python3-brlapi
32 Requires: python3-pyatspi
33
34 %description
35 A flexible, scriptable, extensible screen reader for the GNOME platform
36 that provides access via speech synthesis and braille.
37
38 %prep
39 %setup -q
40
41 %build
42 %configure2_5x
43 %make
44
45 %install
46 %makeinstall_std
47
48 %find_lang %{name} --with-gnome --with-help
49
50 %files -f %{name}.lang
51 %doc README NEWS
52 %{_bindir}/%{name}
53 %{python3_sitelib}/%{name}/*
54 %{_mandir}/man1/%{name}.1*
55 %{_datadir}/%{name}
56 %{_datadir}/icons/hicolor/*/apps/%{name}*.*
57 %{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop

  ViewVC Help
Powered by ViewVC 1.1.30