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

Revision 8369, 8.1 KB checked in by Takemikaduchi, 10 years ago (diff)

GNOME-3.12.1

Line 
1%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
2
3Name:           at-spi2-atk
4Version:        2.12.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.12/%{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* Sat Apr 19 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12.1-1
142- new upstream release
143
144* Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12.0-1
145- new upstream release
146
147* Sun Nov 24 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.2-1
148- new upstream release
149
150* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.0-1
151- new upstream release
152
153* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.1-1
154- new upstream release
155
156* Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.2-1
157- new upstream release
158
159* Wed Oct 17 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.1-1
160- new upstream release
161
162* Sat Oct 06 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-2
163- create compat32 sub packages
164
165* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
166- new upstream release
167- remove BuildRequires: gtk2-devel
168- create -devel subpackage
169
170* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
171- new upstream release
172
173* Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
174- new upstream release
175
176* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
177- new upstream release
178
179* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
180- new upstream release
181
182* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
183- initial build for Vine Linux
184
185
186* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> 2.1.91-1
187- Update to 2.1.91
188
189* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 2.1.4-1
190- Update to 2.1.4
191
192* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 2.0.1-1
193- Update to 2.0.1
194
195* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 2.0.0-1
196- Update to 2.0.0
197
198* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 1.91.93-1
199- Update to 1.91.93
200
201* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.92-1
202- Update to 1.91.92
203
204* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 1.91.91-1
205- Update to 1.91.91
206
207* Mon Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.90-1
208- Update to 1.91.90
209
210* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6-4
211- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
212
213* Mon Feb 07 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-3
214- Add upstream patches to fix crashers
215
216* Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-2
217- Revert crashy part of 1.91.6 release
218
219* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
220- Update to 1.91.6
221
222* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
223- Update to 1.91.5
224
225* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
226- Update to 1.91.2
227
228* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
229- Update to 1.91.0
230
231* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
232- Update to 0.4.0
233
234* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91.1-1
235- Update to 0.3.91.1
236
237* Fri Aug 27 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-2
238- Make the gtk module resident to prevent crashes
239
240* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
241- Update to 0.3.90
242
243* Mon Aug  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
244- Update to 0.3.6
245
246* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.5-1
247- Update to 0.3.5
248
249* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
250- Update to 0.3.4
251
252* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
253- Update to 0.3.3
254- Include gtk3 module
255- Drop gtk deps, since we don't want to depend on both gtk2 and gtk3;
256  instead own the directories
257
258* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
259- Don't relocate the dbus a11y stack
260
261* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
262- Update to 0.3.2
263
264* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
265- Update to 0.3.1
266
267* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
268- Update to 0.1.8
269
270* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
271- Update to 0.1.7
272
273* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
274- Update to 0.1.6
275
276* Sat Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
277- Update to 0.1.5
278
279* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
280- Update to 0.1.4
281
282* Sat Dec  5 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
283- Initial packaging
Note: See TracBrowser for help on using the repository browser.