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

Revision 6011, 5.0 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

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.4.0
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.4/%{name}-%{version}.tar.xz
15
16BuildRequires:  python
17BuildRequires:  pygobject3-devel >= 2.90.1
18BuildRequires:  libX11-devel
19BuildRequires:  libSM-devel
20
21Requires:       at-spi2-core
22Requires:       python-xlib
23Requires:       gnome-python
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 python client library for at-spi.
42
43
44%prep
45%setup -q
46
47%build
48%configure --disable-relocate
49make
50
51
52%install
53make install DESTDIR=$RPM_BUILD_ROOT
54
55
56%files
57%doc COPYING COPYING.GPL AUTHORS README
58%{python_sitelib}/pyatspi
59
60
61%changelog
62* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
63- new upstream release
64
65* Sun Feb 19 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-2
66- rebuild with python-2.7.2
67
68* Sat Oct 22 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
69- new upstream release
70
71* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
72- new upstream release
73- add BuildRequires: libX11-devel, libSM-devel
74
75* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.91-1
76- initial build for Vine Linux
77
78
79* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.90-1
80- Update to 2.1.90
81
82* Wed Aug 17 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.5-1
83- Update to 2.1.5
84
85* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
86- Update to 2.1.4
87
88* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
89- Update to 2.1.2
90
91* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
92- Update to 2.1.1
93
94* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
95- Update to 2.0.1
96
97* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
98- Update to 2.0.0
99
100* Tue Mar 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
101- Update to 1.91.92
102
103* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
104- Update to 1.91.91
105
106* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
107- Update to 1.91.90
108
109* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6-2
110- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
111
112* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
113- Update to 1.91.6
114
115* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
116- Update to 1.91.5
117
118* Thu Dec  2 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.3-1
119- Update to 1.91.3
120
121* Tue Oct  5 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
122- Update to 1.91.0
123
124* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
125- Update to 0.4.0
126
127* Mon Sep 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-2
128- Require python-xlib and and gnome-python2-gconf (#635484)
129
130* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
131- Update to 0.3.91
132
133* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
134- Update to 0.3.90
135
136* Mon Aug  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
137- Update to 0.3.6
138
139* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 0.3.4-2
140- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
141
142* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
143- Update to 0.3.4
144
145* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
146- Update to 0.3.3
147
148* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
149- Update to 0.3.2
150
151* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1.1-1
152- Update to 0.3.1.1
153
154* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
155- Update to 0.1.8
156
157* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
158- Update to 0.1.7
159
160* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
161- Update to 0.1.6
162
163* Wed Feb  3 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-2
164- Relocate
165
166* Sun Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
167- Update to 0.1.5
168
169* Thu Jan  7 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.4-3
170- Incorporate review feedback
171
172* Thu Jan  7 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.4-2
173- Fix License field
174- Change CORBA/DBus switching method
175
176* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
177- Update to 0.1.4
178
179* Sat Dec  5 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
180- Initial packaging
Note: See TracBrowser for help on using the repository browser.