source: projects/specs/trunk/o/orca/orca-vl.spec @ 6201

Revision 6201, 3.0 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-themes: fix Vine theme
metacity: fix theme
others: new upstream release

Line 
1%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
2
3Summary:        A free, open source, flexible, and extensible screen reader
4Name:           orca
5Version:        3.4.2
6Release:        1%{?_dist_release}
7
8Group:          User Interface/Desktops
9License:        LGPLv2+
10URL:            http://projects.gnome.org/orca/
11Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.4/%{name}-%{version}.tar.xz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  gnome-doc-utils >= 0.17.3
16BuildRequires:  gtk3-devel >= 3.1.91
17BuildRequires:  pycairo-devel
18BuildRequires:  pygobject3-devel >= 2.90.3
19BuildRequires:  pyxdg
20BuildRequires:  at-spi2-core-devel >= 2.1.92
21BuildRequires:  python-brlapi
22BuildRequires:  brlapi-devel
23BuildRequires:  brltty
24BuildRequires:  speech-dispatcher-python
25
26Requires: python-brlapi
27Requires: speech-dispatcher
28Requires: speech-dispatcher-python
29
30Vendor: Project Vine
31Distribution: Vine Linux
32Packager: Takemikaduchi
33
34%description
35Orca is a free, open source, flexible, and extensible screen reader
36that provides access to the graphical desktop via user-customizable
37combinations of speech, braille, and/or magnification.
38
39Orca works with applications and toolkits that support the assistive
40technology service provider interface (AT-SPI), which is the primary
41assistive technology infrastructure for the Solaris and Linux
42operating environments.  Applications and toolkits supporting the
43AT-SPI include the GNOME GTK+ toolkit, the Java platform's Swing
44toolkit, OpenOffice, and Mozilla.  AT-SPI support for the KDE Qt
45toolkit is currently being pursued.
46
47%prep
48%setup -q
49
50%build
51%configure --disable-static
52
53make V=0
54
55%install
56rm -rf $RPM_BUILD_ROOT
57make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p -c"
58
59find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
60
61%find_lang %{name}
62
63%clean
64rm -rf $RPM_BUILD_ROOT
65
66%post
67touch --no-create %{_datadir}/icons/hicolor
68if [ -x /usr/bin/gtk-update-icon-cache ]; then
69        gtk-update-icon-cache -q %{_datadir}/icons/hicolor
70fi
71
72%postun
73touch --no-create %{_datadir}/icons/hicolor
74if [ -x /usr/bin/gtk-update-icon-cache ]; then
75        gtk-update-icon-cache -q %{_datadir}/icons/hicolor
76fi
77
78
79%files -f %{name}.lang
80%defattr(-,root,root,-)
81%doc ChangeLog AUTHORS COPYING NEWS README
82%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
83%{_bindir}/%{name}
84%{python_sitearch}/%{name}/*
85%{_datadir}/applications/%{name}.desktop
86%{_datadir}/gnome/help/%{name}
87%{_datadir}/icons/hicolor/*/apps/*
88%{_datadir}/%{name}
89%{_mandir}/man1/%{name}.1.gz
90
91
92%changelog
93* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
94- new upstream release
95
96* Sat Apr 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
97- new upstream release
98- add BuildRequires: pycairo-devel, pyxdg
99
100* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
101- rebuild with python-2.7.2
102
103* Tue Nov 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
104- new upstream release
105
106* Fri Nov 04 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
107- initial build for Vine Linux
108
Note: See TracBrowser for help on using the repository browser.