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

Revision 5038, 5.4 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.2.1

Line 
1Name:           at-spi2-atk
2Version:        2.2.1
3Release:        1%{?_dist_release}
4Summary:        A GTK+ module that bridges ATK to D-Bus at-spi
5
6Group:          System Environment/Libraries
7License:        LGPLv2+
8URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
9#VCS: git:git://git.gnome.org/at-spi-atk
10Source0:        http://download.gnome.org/sources/at-spi2-atk/2.2/%{name}-%{version}.tar.xz
11
12BuildRequires:  at-spi2-core-devel
13BuildRequires:  dbus-devel
14BuildRequires:  dbus-glib-devel
15BuildRequires:  glib2-devel
16BuildRequires:  libxml2-devel
17BuildRequires:  atk-devel
18BuildRequires:  gtk2-devel
19BuildRequires:  libSM-devel
20BuildRequires:  intltool
21
22Requires:       at-spi2-core
23
24Vendor:         Project Vine
25Distribution:   Vine Linux
26Packager:       Takemikaduchi
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%prep
43%setup -q
44
45%build
46%configure --disable-relocate
47sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
48sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
49
50make %{?_smp_mflags}
51
52
53%install
54make install DESTDIR=$RPM_BUILD_ROOT
55
56rm $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/libatk-bridge.la
57rm $RPM_BUILD_ROOT%{_libdir}/gtk-3.0/modules/libatk-bridge.la
58
59%find_lang %{name}
60
61%postun
62if [ $1 -eq 0 ]; then
63  glib-compile-schemas %{_datadir}/glib-2.0/schemas
64fi
65
66%posttrans
67glib-compile-schemas %{_datadir}/glib-2.0/schemas
68
69%files -f %{name}.lang
70%doc COPYING AUTHORS README
71%dir %{_libdir}/gtk-2.0
72%dir %{_libdir}/gtk-2.0/modules
73%{_libdir}/gtk-2.0/modules/libatk-bridge.so
74%dir %{_libdir}/gtk-3.0
75%dir %{_libdir}/gtk-3.0/modules
76%{_libdir}/gtk-3.0/modules/libatk-bridge.so
77%{_datadir}/glib-2.0/schemas/org.a11y.atspi.gschema.xml
78%{_libdir}/gnome-settings-daemon-3.0/gtk-modules/at-spi2-atk.desktop
79
80
81%changelog
82* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
83- new upstream release
84
85* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
86- new upstream release
87
88* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
89- initial build for Vine Linux
90
91
92* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> 2.1.91-1
93- Update to 2.1.91
94
95* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 2.1.4-1
96- Update to 2.1.4
97
98* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 2.0.1-1
99- Update to 2.0.1
100
101* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 2.0.0-1
102- Update to 2.0.0
103
104* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 1.91.93-1
105- Update to 1.91.93
106
107* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.92-1
108- Update to 1.91.92
109
110* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 1.91.91-1
111- Update to 1.91.91
112
113* Tue Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.90-1
114- Update to 1.91.90
115
116* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6-4
117- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
118
119* Mon Feb 07 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-3
120- Add upstream patches to fix crashers
121
122* Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-2
123- Revert crashy part of 1.91.6 release
124
125* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
126- Update to 1.91.6
127
128* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
129- Update to 1.91.5
130
131* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
132- Update to 1.91.2
133
134* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
135- Update to 1.91.0
136
137* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
138- Update to 0.4.0
139
140* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91.1-1
141- Update to 0.3.91.1
142
143* Fri Aug 27 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-2
144- Make the gtk module resident to prevent crashes
145
146* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
147- Update to 0.3.90
148
149* Mon Aug  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
150- Update to 0.3.6
151
152* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.5-1
153- Update to 0.3.5
154
155* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
156- Update to 0.3.4
157
158* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
159- Update to 0.3.3
160- Include gtk3 module
161- Drop gtk deps, since we don't want to depend on both gtk2 and gtk3;
162  instead own the directories
163
164* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
165- Don't relocate the dbus a11y stack
166
167* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
168- Update to 0.3.2
169
170* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
171- Update to 0.3.1
172
173* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
174- Update to 0.1.8
175
176* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
177- Update to 0.1.7
178
179* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
180- Update to 0.1.6
181
182* Sun Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
183- Update to 0.1.5
184
185* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
186- Update to 0.1.4
187
188* Sat Dec  5 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
189- Initial packaging
Note: See TracBrowser for help on using the repository browser.