source: projects/specs/trunk/p/python3-pyatspi/python3-pyatspi-vl.spec @ 9475

Revision 9475, 2.1 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME-3.16.0

Line 
1%{!?python3_sitelib: %global python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
2
3%global debug_package %{nil}
4
5Name:           python3-pyatspi
6Version:        2.16.0
7Release:        1%{?_dist_release}
8Summary:        Python3 bindings for at-spi
9
10Group:          Development/Languages
11License:        LGPLv2 and GPLv2
12URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
13#VCS: git:git://git.gnome.org/pyatspi
14Source0:        http://download.gnome.org/sources/pyatspi/2.16/pyatspi-%{version}.tar.xz
15
16BuildRequires:  python3 >= 3.2
17BuildRequires:  python3-pygobject
18BuildRequires:  pygobject3-devel
19BuildRequires:  libX11-devel
20BuildRequires:  libSM-devel
21
22Requires:       at-spi2-core
23Requires:       python3-pygobject
24
25BuildArch:      noarch
26
27Vendor:         Project Vine
28Distribution:   Vine Linux
29Packager:       Takemikaduchi
30
31%description
32at-spi allows assistive technologies to access GTK-based
33applications. Essentially it exposes the internals of applications for
34automation, so tools such as screen readers, magnifiers, or even
35scripting interfaces can query and interact with GUI controls.
36
37This version of at-spi is a major break from previous versions.
38It has been completely rewritten to use D-Bus rather than
39ORBIT / CORBA for its transport protocol.
40
41This package includes a python3 client library for at-spi.
42
43
44%prep
45%setup -q -n pyatspi-%{version}
46
47%build
48%configure \
49        --with-python=python3 \
50        --disable-relocate
51make
52
53
54%install
55make install DESTDIR=$RPM_BUILD_ROOT
56
57
58%files
59%doc COPYING COPYING.GPL AUTHORS README
60%{python3_sitelib}/pyatspi
61
62
63%changelog
64* Sun Mar 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.16.0-1
65- new upstream release
66
67* Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.0-2
68- rebuild with python-3.4.2
69
70* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.0-1
71- new upstream release
72
73* Sat Mar 29 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12.0-1
74- new upstream release
75- remove BuildRequires: python3-pygobject-devel
76- add BuildRequires: python3-pygobject, pygobject3-devel
77
78* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.0-1
79- initial build
80
Note: See TracBrowser for help on using the repository browser.