]> git.pld-linux.org Git - packages/orca.git/blob - orca.spec
- updated to 2.20.1
[packages/orca.git] / orca.spec
1 Summary:        Flexible, extensible, and powerful assistive technology
2 Summary(pl.UTF-8):      Elastyczna, rozszerzalna i potężna technologia wspomagająca
3 Name:           orca
4 Version:        2.20.1
5 Release:        1
6 License:        LGPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/orca/2.20/%{name}-%{version}.tar.bz2
9 # Source0-md5:  eeede1ae831a7d1816fd57588c81281d
10 Patch0:         %{name}-desktop.patch
11 URL:            http://www.gnome.org/projects/orca/
12 BuildRequires:  ORBit2-devel >= 1:2.14.8
13 BuildRequires:  at-spi-devel >= 1.20.0
14 BuildRequires:  autoconf
15 BuildRequires:  automake
16 BuildRequires:  brlapi-devel
17 BuildRequires:  glib2-devel >= 1:2.14.2
18 BuildRequires:  gnome-mag >= 0.14.8
19 BuildRequires:  gnome-speech >= 0.4.11
20 BuildRequires:  intltool >= 0.36.2
21 BuildRequires:  libbonobo-devel >= 2.20.0
22 BuildRequires:  libtool
23 BuildRequires:  pkgconfig
24 BuildRequires:  python-devel >= 2.4
25 BuildRequires:  python-gnome-bonobo >= 2.20.0
26 BuildRequires:  rpmbuild(macros) >= 1.311
27 Requires(post,postun):  gtk+2
28 Requires(post,postun):  hicolor-icon-theme
29 Requires:       at-spi
30 Requires:       eel
31 Requires:       gnome-mag >= 0.14.8
32 Requires:       gnome-speech-driver
33 Requires:       python-pygtk-atk
34 Requires:       python-pygobject
35 Provides:       gnopernicus
36 Obsoletes:      gnopernicus
37 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
38
39 %description
40 Orca is a flexible, extensible, and powerful assistive technology for
41 people with visual impairments. Using various combinations of speech
42 synthesis, braille, and magnification, Orca helps provide access to
43 applications and toolkits that support the AT-SPI (e.g., the GNOME
44 desktop).
45
46 %description -l pl.UTF-8
47 Orca to elastyczna, rozszerzalna i potężna technologia wspomagająca
48 dla ludzi z zaburzeniami widzenia. Przy użyciu różnych kombinacji
49 syntezy mowy, braille'a i powiększania Orca pomaga w uzyskaniu
50 dostępu do aplikacji i toolkitów obsługujących AT-SPI (np.
51 pochodzących ze środowiska GNOME).
52
53 %prep
54 %setup -q
55 %patch0 -p1
56
57 %build
58 %{__glib_gettextize}
59 %{__intltoolize}
60 %{__libtoolize}
61 %{__aclocal}
62 %{__autoconf}
63 %{__autoheader}
64 %{__automake}
65 %configure
66 %{__make}
67
68 %install
69 rm -rf $RPM_BUILD_ROOT
70
71 %{__make} install \
72         DESTDIR=$RPM_BUILD_ROOT
73
74 rm -f $RPM_BUILD_ROOT%{py_sitedir}/orca/brlmodule.la
75 %py_postclean
76
77 %find_lang %{name}
78
79 %clean
80 rm -rf $RPM_BUILD_ROOT
81
82 %post
83 %update_icon_cache hicolor
84
85 %postun
86 %update_icon_cache hicolor
87
88 %files -f %{name}.lang
89 %defattr(644,root,root,755)
90 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
91 %attr(755,root,root) %{_bindir}/orca
92 %dir %{_datadir}/orca
93 %dir %{_datadir}/orca/glade
94 %{_datadir}/orca/glade/*.glade
95 %{_desktopdir}/orca.desktop
96 %{_iconsdir}/hicolor/*/*/orca.*
97 %dir %{py_sitedir}/orca
98 %attr(755,root,root) %{py_sitedir}/orca/brlmodule.so
99 %{py_sitedir}/orca/*.py[co]
100 %dir %{py_sitedir}/orca/scripts
101 %{py_sitedir}/orca/scripts/*.py[co]
102 %{_mandir}/man1/orca.1*
This page took 0.0353 seconds and 4 git commands to generate.