source: projects/specs/trunk/a/at-spi2-core/at-spi2-core-vl.spec @ 10716

Revision 10716, 8.7 KB checked in by Takemikaduchi, 8 years ago (diff)

GNOME-3.20

Line 
1%bcond_with firstbuild
2%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
3
4Name:           at-spi2-core
5Version:        2.20.2
6Release:        1%{?_dist_release}
7Summary:        Protocol definitions and daemon for D-Bus at-spi
8
9Group:          System Environment/Libraries
10License:        LGPLv2+
11URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
12Source0:        http://download.gnome.org/sources/at-spi2-core/2.20/%{name}-%{version}.tar.xz
13
14BuildRequires:  dbus-devel
15BuildRequires:  dbus-glib-devel
16BuildRequires:  glib2-devel
17%{!?with_firstbuild:BuildRequires: gobject-introspection-devel}
18BuildRequires:  libXtst-devel
19BuildRequires:  libXevie-devel
20BuildRequires:  libXext-devel
21BuildRequires:  libXi-devel
22BuildRequires:  libSM-devel
23BuildRequires:  autoconf automake libtool
24BuildRequires:  intltool
25BuildRequires:  gtk-doc
26
27%{!?with_firstbuild:BuildRequires: at-spi2-core-devel}
28
29Requires:       dbus
30
31Vendor:         Project Vine
32Distribution:   Vine Linux
33Packager:       Takemikaduchi
34
35%description
36at-spi allows assistive technologies to access GTK-based
37applications. Essentially it exposes the internals of applications for
38automation, so tools such as screen readers, magnifiers, or even
39scripting interfaces can query and interact with GUI controls.
40
41This version of at-spi is a major break from previous versions.
42It has been completely rewritten to use D-Bus rather than
43ORBIT / CORBA for its transport protocol.
44
45%package devel
46Summary: Development files and headers for at-spi2-core
47Group: Development/Libraries
48Requires: %{name} = %{version}-%{release}
49
50%description devel
51The at-spi2-core-devel package includes the header files and
52API documentation for libatspi.
53
54
55# compat32
56%package -n compat32-%{name}
57Summary:  Protocol definitions and daemon for D-Bus at-spi
58Group:    System Environment/Libraries
59Requires: %{name} = %{version}-%{release}
60
61%description -n compat32-%{name}
62at-spi allows assistive technologies to access GTK-based
63applications. Essentially it exposes the internals of applications for
64automation, so tools such as screen readers, magnifiers, or even
65scripting interfaces can query and interact with GUI controls.
66
67This version of at-spi is a major break from previous versions.
68It has been completely rewritten to use D-Bus rather than
69ORBIT / CORBA for its transport protocol.
70
71
72%package -n compat32-%{name}-devel
73Summary: Development files and headers for at-spi2-core
74Group:   Development/Libraries
75Requires: compat32-%{name} = %{version}-%{release}
76Requires: %{name}-devel = %{version}-%{release}
77
78%description -n compat32-%{name}-devel
79The at-spi2-core-devel package includes the header files and
80API documentation for libatspi.
81
82
83
84%prep
85%setup -q
86
87%build
88%configure %{?with_firstbuild:--disable-introspection} \
89        --with-dbus-daemondir=/bin
90
91make %{?_smp_mflags}
92
93
94%install
95make install DESTDIR=$RPM_BUILD_ROOT
96
97%{find_lang} %{name}
98
99rm $RPM_BUILD_ROOT%{_libdir}/libatspi.la
100
101rm -rf $RPM_BUILD_ROOT%{_prefix}/lib/systemd
102
103%post -p /sbin/ldconfig
104%postun -p /sbin/ldconfig
105
106%post -n compat32-%{name} -p /sbin/ldconfig
107%postun -n compat32-%{name} -p /sbin/ldconfig
108
109
110%files -f %{name}.lang
111%doc COPYING AUTHORS README
112%{_libexecdir}/at-spi2-registryd
113%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
114%{_libdir}/libatspi.so.*
115%{!?with_firstbuild:%{_libdir}/girepository-1.0/Atspi-2.0.typelib}
116%{_libexecdir}/at-spi-bus-launcher
117%{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
118%{_datadir}/dbus-1/services/org.a11y.Bus.service
119%{_datadir}/defaults/at-spi2/accessibility.conf
120
121
122%files devel
123%{_libdir}/libatspi.so
124%{_datadir}/gtk-doc/html/libatspi
125%{!?with_firstbuild:%{_datadir}/gir-1.0/Atspi-2.0.gir}
126%{_includedir}/at-spi-2.0
127%{_libdir}/pkgconfig/atspi-2.pc
128
129# compat32
130%if %{build_compat32}
131%files -n compat32-%{name}
132%defattr(-,root,root,-)
133%{_libdir}/libatspi.so.*
134
135
136%files -n compat32-%{name}-devel
137%defattr(-,root,root,-)
138%{_libdir}/libatspi.so
139%endif
140
141
142%changelog
143* Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.2-1
144- new upstream release
145
146* Fri Nov 13 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.3-1
147- new upstream release
148
149* Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.1-1
150- new upstream release
151
152* Sat Mar 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.16.0-1
153- new upstream release
154
155* Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.1-1
156- new upstream release
157
158* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.0-1
159- new upstream release
160
161* Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12.0-1
162- new upstream release
163
164* Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.2-1
165- new upstream release
166
167* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.1-1
168- new upstream release
169
170* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
171- new upstream release
172
173* Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.3-1
174- new upstream release
175
176* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.2-1
177- new upstream release
178
179* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
180- new upstream release
181
182* Sat Oct 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-2
183- create compat32 sub packages
184
185* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
186- new upstream release
187
188* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
189- new upstream release
190
191* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
192- new upstream release
193
194* Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
195- new upstream release
196
197* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
198- new upstream release
199
200* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
201- new upstream release
202
203* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
204- initial build for Vine Linux
205
206
207* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
208- Update to 2.1.91
209
210* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
211- Update to 2.1.4
212
213* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
214- Update to 2.1.2
215
216* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
217- Update to 2.1.1
218
219* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
220- Update to 2.0.1
221
222* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
223- Update to 2.0.0
224
225* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-2
226- Fix 30 second wait during login (#691995)
227
228* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-1
229- Update to 1.91.93
230
231* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
232- Update to 2.91.92
233
234* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-2
235- Fix a crash on logout
236
237* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
238- Update to 1.91.91
239
240* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
241- Update to 1.91.90
242
243* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
244- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
245
246* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
247- Update to 1.91.6.1
248
249* Tue Feb  1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
250- Update to 1.91.6
251
252* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
253- Add gobject-introspection support
254
255* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
256- Update to 1.91.5
257
258* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
259- Update 1.91.2
260
261* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
262- Update to 1.91.0
263
264* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
265- Update to 0.4.0
266
267* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
268- Update to 0.3.91
269
270* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
271- Update to 0.3.90
272
273* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
274- Update to 0.3.4
275
276* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
277- Update to 0.3.3
278
279* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
280- Don't relocate the dbus a11y stack
281
282* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
283- Update to 0.3.2
284
285* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
286- Update to 0.3.1
287
288* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
289- Update to 0.1.8
290
291* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
292- Update to 0.1.7
293
294* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
295- Update to 0.1.6
296
297* Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
298- Specify the right location for the dbus daemon
299
300* Sat Jan 16 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
301- Update to 0.1.5
302
303* Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
304- Update to 0.1.4
305
306* Fri Dec  4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
307- Initial packaging
Note: See TracBrowser for help on using the repository browser.