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

Revision 7119, 3.3 KB checked in by Takemikaduchi, 12 years ago (diff)

GNOME-3.6.2

RevLine 
[5110]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
[7119]5Version:        3.6.3
[6078]6Release:        1%{?_dist_release}
[5110]7
8Group:          User Interface/Desktops
9License:        LGPLv2+
10URL:            http://projects.gnome.org/orca/
[6890]11Source0:        http://ftp.gnome.org/pub/GNOME/sources/%{name}/3.6/%{name}-%{version}.tar.xz
[5110]12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  gtk3-devel >= 3.1.91
[6078]16BuildRequires:  pycairo-devel
[5110]17BuildRequires:  pygobject3-devel >= 2.90.3
[6078]18BuildRequires:  pyxdg
[5110]19BuildRequires:  at-spi2-core-devel >= 2.1.92
20BuildRequires:  python-brlapi
21BuildRequires:  brlapi-devel
22BuildRequires:  brltty
23BuildRequires:  speech-dispatcher-python
[6890]24BuildRequires:  yelp-tools
[5110]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
[6890]61%find_lang %{name} --all-name --with-gnome
[5110]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}/icons/hicolor/*/apps/*
87%{_datadir}/%{name}
88%{_mandir}/man1/%{name}.1.gz
89
90
91%changelog
[7119]92* Thu Nov 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
93- new upstream release
94
[6951]95* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
96- new upstream release
97
[6890]98* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
99- new upstream release
100- change BuildRequires: yelp-tools instead of gnome-docu-utils
101
[6201]102* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
103- new upstream release
104
[6078]105* Sat Apr 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
106- new upstream release
107- add BuildRequires: pycairo-devel, pyxdg
108
[5701]109* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
110- rebuild with python-2.7.2
111
[5168]112* Tue Nov 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
113- new upstream release
114
[5110]115* Fri Nov 04 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
116- initial build for Vine Linux
117
Note: See TracBrowser for help on using the repository browser.