source: projects/specs/trunk/a/at-spi2-atk/at-spi2-atk-vl.spec @ 11541

Revision 11541, 8.6 KB checked in by tomop, 6 years ago (diff)

at-spi2-atk-2.26.1-2

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Name:           at-spi2-atk
4Version:        2.26.1
5Release:        2%{?_dist_release}
6Summary:        A GTK+ module that bridges ATK to D-Bus at-spi
7
8Group:          System Environment/Libraries
9License:        LGPLv2+
10URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
11#VCS: git:git://git.gnome.org/at-spi-atk
12Source0:        http://download.gnome.org/sources/at-spi2-atk/2.26/%{name}-%{version}.tar.xz
13
14BuildRequires:  at-spi2-core-devel
15BuildRequires:  dbus-devel
16BuildRequires:  dbus-glib-devel
17BuildRequires:  glib2-devel
18BuildRequires:  libxml2-devel
19BuildRequires:  atk-devel
20BuildRequires:  libSM-devel
21BuildRequires:  intltool
22
23Requires:       at-spi2-core
24
25Vendor:         Project Vine
26Distribution:   Vine Linux
27
28%description
29at-spi allows assistive technologies to access GTK-based
30applications. Essentially it exposes the internals of applications for
31automation, so tools such as screen readers, magnifiers, or even
32scripting interfaces can query and interact with GUI controls.
33
34This version of at-spi is a major break from previous versions.
35It has been completely rewritten to use D-Bus rather than
36ORBIT / CORBA for its transport protocol.
37
38This package includes a gtk-module that bridges ATK to the new
39D-Bus based at-spi.
40
41
42%package        devel
43Summary:        Development files for %{name}
44Summary(ja):    %{name} の開発ファイル
45Group:          Development/Libraries
46Requires:       %{name} = %{version}-%{release}
47Requires:       glib2-devel
48
49%description    devel
50The %{name}-devel package contains libraries and header files for
51developing applications that use %{name}.
52
53# compat32
54%package -n compat32-%{name}
55Summary:  A GTK+ module that bridges ATK to D-Bus at-spi
56Group:    System Environment/Libraries
57Requires: %{name} = %{version}-%{release}
58Requires: compat32-at-spi2-core
59
60%description -n compat32-%{name}
61at-spi allows assistive technologies to access GTK-based
62applications. Essentially it exposes the internals of applications for
63automation, so tools such as screen readers, magnifiers, or even
64scripting interfaces can query and interact with GUI controls.
65
66This version of at-spi is a major break from previous versions.
67It has been completely rewritten to use D-Bus rather than
68ORBIT / CORBA for its transport protocol.
69
70This package includes a gtk-module that bridges ATK to the new
71D-Bus based at-spi.
72
73
74%package -n compat32-%{name}-devel
75Summary: Development package for %{name}
76Group:   Development/Libraries
77Requires: compat32-%{name} = %{version}-%{release}
78Requires: %{name}-devel = %{version}-%{release}
79Requires: compat32-at-spi2-core-devel
80
81%description -n compat32-%{name}-devel
82Files for development with compat32-%{name}.
83
84
85%prep
86%setup -q
87
88%build
89%configure --disable-static
90sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
91sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
92
93make %{?_smp_mflags}
94
95
96%install
97make install DESTDIR=$RPM_BUILD_ROOT
98
99find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
100
101%post -p /sbin/ldconfig
102
103%postun -p /sbin/ldconfig
104
105%post -n compat32-%{name} -p /sbin/ldconfig
106
107%postun -n compat32-%{name} -p /sbin/ldconfig
108
109
110%files
111%defattr(-,root,root,-)
112%doc COPYING AUTHORS README
113%{_libdir}/libatk-bridge-2.0.so.*
114%dir %{_libdir}/gtk-2.0
115%dir %{_libdir}/gtk-2.0/modules
116%{_libdir}/gtk-2.0/modules/libatk-bridge.so
117%dir %{_libdir}/gnome-settings-daemon-3.0
118%dir %{_libdir}/gnome-settings-daemon-3.0/gtk-modules/
119%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
120
121%files devel
122%defattr(-,root,root,-)
123%{_includedir}/%{name}
124%{_libdir}/libatk-bridge-2.0.so
125%{_libdir}/pkgconfig/atk-bridge-2.0.pc
126
127# compat32
128%if %{build_compat32}
129%files -n compat32-%{name}
130%defattr(-,root,root,-)
131%{_libdir}/libatk-bridge-2.0.so.*
132
133%files -n compat32-%{name}-devel
134%defattr(-,root,root,-)
135%{_libdir}/libatk-bridge-2.0.so
136%endif
137
138
139%changelog
140* Sun Feb 25 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.26.1-2
141- rebuilt for compat32-*.
142
143* Mon Jan 08 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.26.1-1
144- new upstream release
145
146* Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.1-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* Fri Sep 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.1-1
156- new upstream release
157
158* Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12.1-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.0-1
168- new upstream release
169
170* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.1-1
171- new upstream release
172
173* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.2-1
174- new upstream release
175
176* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
177- new upstream release
178
179* Sat Oct 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-2
180- create compat32 sub packages
181
182* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
183- new upstream release
184- remove BuildRequires: gtk2-devel
185- create -devel subpackage
186
187* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
188- new upstream release
189
190* Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
191- new upstream release
192
193* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
194- new upstream release
195
196* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
197- new upstream release
198
199* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
200- initial build for Vine Linux
201
202
203* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> 2.1.91-1
204- Update to 2.1.91
205
206* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 2.1.4-1
207- Update to 2.1.4
208
209* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 2.0.1-1
210- Update to 2.0.1
211
212* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 2.0.0-1
213- Update to 2.0.0
214
215* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 1.91.93-1
216- Update to 1.91.93
217
218* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.92-1
219- Update to 1.91.92
220
221* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 1.91.91-1
222- Update to 1.91.91
223
224* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.90-1
225- Update to 1.91.90
226
227* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6-4
228- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
229
230* Mon Feb 07 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-3
231- Add upstream patches to fix crashers
232
233* Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-2
234- Revert crashy part of 1.91.6 release
235
236* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
237- Update to 1.91.6
238
239* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
240- Update to 1.91.5
241
242* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
243- Update to 1.91.2
244
245* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
246- Update to 1.91.0
247
248* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
249- Update to 0.4.0
250
251* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91.1-1
252- Update to 0.3.91.1
253
254* Fri Aug 27 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-2
255- Make the gtk module resident to prevent crashes
256
257* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
258- Update to 0.3.90
259
260* Mon Aug  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
261- Update to 0.3.6
262
263* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.5-1
264- Update to 0.3.5
265
266* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
267- Update to 0.3.4
268
269* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
270- Update to 0.3.3
271- Include gtk3 module
272- Drop gtk deps, since we don't want to depend on both gtk2 and gtk3;
273  instead own the directories
274
275* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
276- Don't relocate the dbus a11y stack
277
278* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
279- Update to 0.3.2
280
281* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
282- Update to 0.3.1
283
284* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
285- Update to 0.1.8
286
287* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
288- Update to 0.1.7
289
290* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
291- Update to 0.1.6
292
293* Sat Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
294- Update to 0.1.5
295
296* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
297- Update to 0.1.4
298
299* Sat Dec  5 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
300- Initial packaging
Note: See TracBrowser for help on using the repository browser.