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

Revision 9791, 8.5 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.18.1, BlueZ 5.35, ICU 56.1, Mesa 11.0.4, PulseAudio 7.1, xserver 1.17.4, etc.

Line 
1%bcond_with firstbuild
2%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
3
4Name:           at-spi2-core
5Version:        2.18.1
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.18/%{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
101%post -p /sbin/ldconfig
102%postun -p /sbin/ldconfig
103
104%post -n compat32-%{name} -p /sbin/ldconfig
105%postun -n compat32-%{name} -p /sbin/ldconfig
106
107
108%files -f %{name}.lang
109%doc COPYING AUTHORS README
110%{_libexecdir}/at-spi2-registryd
111%{_sysconfdir}/at-spi2
112%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
113%{_libdir}/libatspi.so.*
114%{!?with_firstbuild:%{_libdir}/girepository-1.0/Atspi-2.0.typelib}
115%{_libexecdir}/at-spi-bus-launcher
116%{_datadir}/dbus-1/accessibility-services/org.a11y.atspi.Registry.service
117%{_datadir}/dbus-1/services/org.a11y.Bus.service
118
119
120%files devel
121%{_libdir}/libatspi.so
122%{_datadir}/gtk-doc/html/libatspi
123%{!?with_firstbuild:%{_datadir}/gir-1.0/Atspi-2.0.gir}
124%{_includedir}/at-spi-2.0
125%{_libdir}/pkgconfig/atspi-2.pc
126
127# compat32
128%if %{build_compat32}
129%files -n compat32-%{name}
130%defattr(-,root,root,-)
131%{_libdir}/libatspi.so.*
132
133
134%files -n compat32-%{name}-devel
135%defattr(-,root,root,-)
136%{_libdir}/libatspi.so
137%endif
138
139
140%changelog
141* Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.1-1
142- new upstream release
143
144* Sat Mar 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.16.0-1
145- new upstream release
146
147* Sun Nov 16 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.1-1
148- new upstream release
149
150* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.0-1
151- new upstream release
152
153* Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12.0-1
154- new upstream release
155
156* Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.2-1
157- new upstream release
158
159* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.1-1
160- new upstream release
161
162* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
163- new upstream release
164
165* Wed Jan 02 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.3-1
166- new upstream release
167
168* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.2-1
169- new upstream release
170
171* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
172- new upstream release
173
174* Sat Oct 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-2
175- create compat32 sub packages
176
177* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
178- new upstream release
179
180* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
181- new upstream release
182
183* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
184- new upstream release
185
186* Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
187- new upstream release
188
189* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
190- new upstream release
191
192* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
193- new upstream release
194
195* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
196- initial build for Vine Linux
197
198
199* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
200- Update to 2.1.91
201
202* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
203- Update to 2.1.4
204
205* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
206- Update to 2.1.2
207
208* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
209- Update to 2.1.1
210
211* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
212- Update to 2.0.1
213
214* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
215- Update to 2.0.0
216
217* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-2
218- Fix 30 second wait during login (#691995)
219
220* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-1
221- Update to 1.91.93
222
223* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
224- Update to 2.91.92
225
226* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-2
227- Fix a crash on logout
228
229* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
230- Update to 1.91.91
231
232* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
233- Update to 1.91.90
234
235* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
236- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
237
238* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
239- Update to 1.91.6.1
240
241* Tue Feb  1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
242- Update to 1.91.6
243
244* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
245- Add gobject-introspection support
246
247* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
248- Update to 1.91.5
249
250* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
251- Update 1.91.2
252
253* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
254- Update to 1.91.0
255
256* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
257- Update to 0.4.0
258
259* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
260- Update to 0.3.91
261
262* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
263- Update to 0.3.90
264
265* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
266- Update to 0.3.4
267
268* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
269- Update to 0.3.3
270
271* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
272- Don't relocate the dbus a11y stack
273
274* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
275- Update to 0.3.2
276
277* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
278- Update to 0.3.1
279
280* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
281- Update to 0.1.8
282
283* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
284- Update to 0.1.7
285
286* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
287- Update to 0.1.6
288
289* Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
290- Specify the right location for the dbus daemon
291
292* Sat Jan 16 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
293- Update to 0.1.5
294
295* Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
296- Update to 0.1.4
297
298* Fri Dec  4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
299- Initial packaging
Note: See TracBrowser for help on using the repository browser.