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

Revision 9073, 8.2 KB checked in by Takemikaduchi, 9 years ago (diff)

GNOME 3.14.1

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