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

Revision 4812, 4.5 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.1.92

Line 
1%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
2
3%global debug_package %{nil}
4
5Name:           pyatspi
6Version:        2.1.91
7Release:        1%{?_dist_release}
8Summary:        Python 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.1/%{name}-%{version}.tar.xz
15
16BuildRequires:  python
17BuildRequires:  pygobject3-devel >= 2.90.1
18
19Requires:       at-spi2-core
20Requires:       python-xlib
21Requires:       gnome-python
22
23BuildArch:      noarch
24
25%description
26at-spi allows assistive technologies to access GTK-based
27applications. Essentially it exposes the internals of applications for
28automation, so tools such as screen readers, magnifiers, or even
29scripting interfaces can query and interact with GUI controls.
30
31This version of at-spi is a major break from previous versions.
32It has been completely rewritten to use D-Bus rather than
33ORBIT / CORBA for its transport protocol.
34
35This package includes a python client library for at-spi.
36
37
38%prep
39%setup -q
40
41%build
42%configure --disable-relocate
43make
44
45
46%install
47make install DESTDIR=$RPM_BUILD_ROOT
48
49
50%files
51%doc COPYING COPYING.GPL AUTHORS README
52%{python_sitelib}/pyatspi
53
54
55%changelog
56* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.91-1
57- initial build for Vine Linux
58
59
60* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-1
61- Update to 2.1.90
62
63* Wed Aug 17 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.5-1
64- Update to 2.1.5
65
66* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
67- Update to 2.1.4
68
69* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
70- Update to 2.1.2
71
72* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
73- Update to 2.1.1
74
75* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
76- Update to 2.0.1
77
78* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
79- Update to 2.0.0
80
81* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
82- Update to 1.91.92
83
84* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
85- Update to 1.91.91
86
87* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
88- Update to 1.91.90
89
90* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6-2
91- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
92
93* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
94- Update to 1.91.6
95
96* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
97- Update to 1.91.5
98
99* Thu Dec  2 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.3-1
100- Update to 1.91.3
101
102* Tue Oct  5 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
103- Update to 1.91.0
104
105* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
106- Update to 0.4.0
107
108* Mon Sep 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-2
109- Require python-xlib and and gnome-python2-gconf (#635484)
110
111* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
112- Update to 0.3.91
113
114* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
115- Update to 0.3.90
116
117* Mon Aug  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
118- Update to 0.3.6
119
120* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.3.4-2
121- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
122
123* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
124- Update to 0.3.4
125
126* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
127- Update to 0.3.3
128
129* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
130- Update to 0.3.2
131
132* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1.1-1
133- Update to 0.3.1.1
134
135* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
136- Update to 0.1.8
137
138* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
139- Update to 0.1.7
140
141* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
142- Update to 0.1.6
143
144* Wed Feb  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-2
145- Relocate
146
147* Sun Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
148- Update to 0.1.5
149
150* Thu Jan  7 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.4-3
151- Incorporate review feedback
152
153* Thu Jan  7 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.4-2
154- Fix License field
155- Change CORBA/DBus switching method
156
157* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
158- Update to 0.1.4
159
160* Sat Dec  5 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
161- Initial packaging
Note: See TracBrowser for help on using the repository browser.