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

Revision 7756, 3.6 KB checked in by Takemikaduchi, 11 years ago (diff)

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.8.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.8/%{name}-%{version}.tar.xz
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-root
14
15BuildRequires:  gtk3-devel >= 3.1.91
16BuildRequires:  pycairo-devel
17BuildRequires:  pygobject3-devel >= 2.90.3
18BuildRequires:  pyxdg
19BuildRequires:  at-spi2-core-devel >= 2.1.92
20BuildRequires:  python-brlapi
21BuildRequires:  brlapi-devel
22BuildRequires:  brltty
23BuildRequires:  speech-dispatcher-python
24BuildRequires:  yelp-tools
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
51sed -i "s|3.3|2.7|" configure.ac
52autoreconf -if
53intltoolize --force --copy
54%configure --disable-static
55
56make V=0
57
58%install
59rm -rf $RPM_BUILD_ROOT
60make DESTDIR=$RPM_BUILD_ROOT install INSTALL="%{__install} -p -c"
61
62find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
63
64%find_lang %{name} --all-name --with-gnome
65
66%clean
67rm -rf $RPM_BUILD_ROOT
68
69%post
70touch --no-create %{_datadir}/icons/hicolor
71if [ -x /usr/bin/gtk-update-icon-cache ]; then
72        gtk-update-icon-cache -q %{_datadir}/icons/hicolor
73fi
74
75%postun
76touch --no-create %{_datadir}/icons/hicolor
77if [ -x /usr/bin/gtk-update-icon-cache ]; then
78        gtk-update-icon-cache -q %{_datadir}/icons/hicolor
79fi
80
81
82%files -f %{name}.lang
83%defattr(-,root,root,-)
84%doc ChangeLog AUTHORS COPYING NEWS README
85%{_sysconfdir}/xdg/autostart/orca-autostart.desktop
86%{_bindir}/%{name}
87%{python_sitearch}/%{name}/*
88%{_datadir}/applications/%{name}.desktop
89%{_datadir}/icons/hicolor/*/apps/*
90%{_datadir}/%{name}
91%{_mandir}/man1/%{name}.1.gz
92
93
94%changelog
95* Mon Jul 15 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.2-1
96- new upstream release
97
98* Sun Apr 21 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.8.1-1
99- new upstream release
100
101* Thu Nov 15 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.3-1
102- new upstream release
103
104* Tue Oct 16 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.1-1
105- new upstream release
106
107* Sun Sep 30 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
108- new upstream release
109- change BuildRequires: yelp-tools instead of gnome-docu-utils
110
111* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2-1
112- new upstream release
113
114* Sat Apr 28 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
115- new upstream release
116- add BuildRequires: pycairo-devel, pyxdg
117
118* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-2
119- rebuild with python-2.7.2
120
121* Tue Nov 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.2-1
122- new upstream release
123
124* Fri Nov 04 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
125- initial build for Vine Linux
126
Note: See TracBrowser for help on using the repository browser.