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