]> git.pld-linux.org Git - packages/orca.git/blob - orca.spec
- updated to 2.18.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.18.1
5 Release:        1
6 License:        LGPL
7 Group:          X11/Applications
8 Source0:        http://ftp.gnome.org/pub/GNOME/sources/orca/2.18/%{name}-%{version}.tar.bz2
9 # Source0-md5:  764f170af318c3ffd63b9cdfdcd19248
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 Provides:       gnopernicus
30 Obsoletes:      gnopernicus
31 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
32
33 %description
34 Orca is a flexible, extensible, and powerful assistive technology for
35 people with visual impairments. Using various combinations of speech
36 synthesis, braille, and magnification, Orca helps provide access to
37 applications and toolkits that support the AT-SPI (e.g., the GNOME
38 desktop).
39
40 %description -l pl.UTF-8
41 Orca to elastyczna, rozszerzalna i potężna technologia wspomagająca
42 dla ludzi z zaburzeniami widzenia. Przy użyciu różnych kombinacji
43 syntezy mowy, braille'a i powiększania Orca pomaga w uzyskaniu
44 dostępu do aplikacji i toolkitów obsługujących AT-SPI (np.
45 pochodzących ze środowiska GNOME).
46
47 %prep
48 %setup -q
49
50 %build
51 %{__glib_gettextize}
52 %{__intltoolize}
53 %{__libtoolize}
54 %{__aclocal}
55 %{__autoconf}
56 %{__autoheader}
57 %{__automake}
58 %configure
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63
64 %{__make} install \
65         DESTDIR=$RPM_BUILD_ROOT
66
67 rm -f $RPM_BUILD_ROOT%{py_sitedir}/orca/brlmodule.la
68 %py_postclean
69
70 %find_lang %{name}
71
72 %clean
73 rm -rf $RPM_BUILD_ROOT
74
75 %post
76 %update_icon_cache hicolor
77
78 %postun
79 %update_icon_cache hicolor
80
81 %files -f %{name}.lang
82 %defattr(644,root,root,755)
83 %doc AUTHORS ChangeLog MAINTAINERS NEWS README TODO
84 %attr(755,root,root) %{_bindir}/orca
85 %dir %{_datadir}/orca
86 %dir %{_datadir}/orca/glade
87 %{_datadir}/orca/glade/*.glade
88 %{_desktopdir}/orca.desktop
89 %{_iconsdir}/hicolor/*/*/*.png
90 %dir %{py_sitedir}/orca
91 %attr(755,root,root) %{py_sitedir}/orca/brlmodule.so
92 %{py_sitedir}/orca/*.py[co]
93 %dir %{py_sitedir}/orca/scripts
94 %{py_sitedir}/orca/scripts/*.py[co]
95 %{_mandir}/man1/orca.1*
This page took 0.036073 seconds and 4 git commands to generate.