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

Revision 6011, 5.6 KB checked in by Takemikaduchi, 12 years ago (diff)

new upstream release

Line 
1Name:           at-spi2-atk
2Version:        2.4.0
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.4/%{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* Sun Apr 08 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
83- new upstream release
84
85* Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
86- new upstream release
87
88* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
89- new upstream release
90
91* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
92- new upstream release
93
94* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
95- initial build for Vine Linux
96
97
98* Mon Sep  5 2011 Matthias Clasen <mclasen@redhat.com> 2.1.91-1
99- Update to 2.1.91
100
101* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> 2.1.4-1
102- Update to 2.1.4
103
104* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> 2.0.1-1
105- Update to 2.0.1
106
107* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> 2.0.0-1
108- Update to 2.0.0
109
110* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 1.91.93-1
111- Update to 1.91.93
112
113* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.92-1
114- Update to 1.91.92
115
116* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 1.91.91-1
117- Update to 1.91.91
118
119* Tue Feb 21 2011 Matthias Clasen <mclasen@redhat.com> 1.91.90-1
120- Update to 1.91.90
121
122* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6-4
123- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
124
125* Mon Feb 07 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-3
126- Add upstream patches to fix crashers
127
128* Fri Feb 04 2011 Bastien Nocera <bnocera@redhat.com> 1.91.6-2
129- Revert crashy part of 1.91.6 release
130
131* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
132- Update to 1.91.6
133
134* Tue Jan 11 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
135- Update to 1.91.5
136
137* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
138- Update to 1.91.2
139
140* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
141- Update to 1.91.0
142
143* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
144- Update to 0.4.0
145
146* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91.1-1
147- Update to 0.3.91.1
148
149* Fri Aug 27 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-2
150- Make the gtk module resident to prevent crashes
151
152* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
153- Update to 0.3.90
154
155* Mon Aug  2 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.6-1
156- Update to 0.3.6
157
158* Mon Jul 12 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.5-1
159- Update to 0.3.5
160
161* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
162- Update to 0.3.4
163
164* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
165- Update to 0.3.3
166- Include gtk3 module
167- Drop gtk deps, since we don't want to depend on both gtk2 and gtk3;
168  instead own the directories
169
170* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
171- Don't relocate the dbus a11y stack
172
173* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
174- Update to 0.3.2
175
176* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
177- Update to 0.3.1
178
179* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
180- Update to 0.1.8
181
182* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
183- Update to 0.1.7
184
185* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
186- Update to 0.1.6
187
188* Sun Jan 16 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.5-1
189- Update to 0.1.5
190
191* Tue Dec 22 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.4-1
192- Update to 0.1.4
193
194* Sat Dec  5 2009 Matthias Clasen <mclasen@redhat.com> - 0.1.3-1
195- Initial packaging
Note: See TracBrowser for help on using the repository browser.