source: projects/specs/trunk/a/at-spi2-core/at-spi2-core-vl.spec @ 5168

Revision 5168, 5.9 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

Line 
1%bcond_with firstbuild
2
3Name:           at-spi2-core
4Version:        2.2.2
5Release:        1%{?_dist_release}
6Summary:        Protocol definitions and daemon for D-Bus at-spi
7
8Group:          System Environment/Libraries
9License:        LGPLv2+
10URL:            http://www.linuxfoundation.org/en/AT-SPI_on_D-Bus
11Source0:        http://download.gnome.org/sources/at-spi2-core/2.2/%{name}-%{version}.tar.xz
12
13BuildRequires:  dbus-devel
14BuildRequires:  dbus-glib-devel
15BuildRequires:  glib2-devel
16%{!?with_firstbuild:BuildRequires: gobject-introspection-devel}
17BuildRequires:  libXtst-devel
18BuildRequires:  libXevie-devel
19BuildRequires:  libXext-devel
20BuildRequires:  libXi-devel
21BuildRequires:  libSM-devel
22BuildRequires:  autoconf automake libtool
23BuildRequires:  intltool
24
25%{!?with_firstbuild:BuildRequires: at-spi2-core-devel}
26
27Requires:       dbus
28
29Vendor:         Project Vine
30Distribution:   Vine Linux
31Packager:       Takemikaduchi
32
33%description
34at-spi allows assistive technologies to access GTK-based
35applications. Essentially it exposes the internals of applications for
36automation, so tools such as screen readers, magnifiers, or even
37scripting interfaces can query and interact with GUI controls.
38
39This version of at-spi is a major break from previous versions.
40It has been completely rewritten to use D-Bus rather than
41ORBIT / CORBA for its transport protocol.
42
43%package devel
44Summary: Development files and headers for at-spi2-core
45Group: Development/Libraries
46Requires: %{name} = %{version}-%{release}
47
48%description devel
49The at-spi2-core-devel package includes the header files and
50API documentation for libatspi.
51
52%prep
53%setup -q
54
55%build
56%configure %{?with_firstbuild:--disable-introspection} \
57        --with-dbus-daemondir=/bin
58sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
59sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
60
61make %{?_smp_mflags}
62
63
64%install
65make install DESTDIR=$RPM_BUILD_ROOT
66
67%{find_lang} %{name}
68
69rm $RPM_BUILD_ROOT%{_libdir}/libatspi.la
70
71%post -p /sbin/ldconfig
72%postun -p /sbin/ldconfig
73
74%files -f %{name}.lang
75%doc COPYING AUTHORS README
76%{_libexecdir}/at-spi2-registryd
77%{_datadir}/dbus-1/services/org.a11y.atspi.Registry.service
78%{_sysconfdir}/at-spi2
79%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
80%{_libdir}/libatspi.so.*
81%{!?with_firstbuild:%{_libdir}/girepository-1.0/Atspi-2.0.typelib}
82%{_libexecdir}/at-spi-bus-launcher
83%{_datadir}/dbus-1/services/org.a11y.Bus.service
84
85
86%files devel
87%{_libdir}/libatspi.so
88%{_datadir}/gtk-doc/html/libatspi
89%{!?with_firstbuild:%{_datadir}/gir-1.0/Atspi-2.0.gir}
90%{_includedir}/at-spi-2.0
91%{_libdir}/pkgconfig/atspi-2.pc
92
93%changelog
94* Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
95- new upstream release
96
97* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
98- new upstream release
99
100* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
101- new upstream release
102
103* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
104- initial build for Vine Linux
105
106
107* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
108- Update to 2.1.91
109
110* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
111- Update to 2.1.4
112
113* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
114- Update to 2.1.2
115
116* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
117- Update to 2.1.1
118
119* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
120- Update to 2.0.1
121
122* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
123- Update to 2.0.0
124
125* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-2
126- Fix 30 second wait during login (#691995)
127
128* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-1
129- Update to 1.91.93
130
131* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
132- Update to 2.91.92
133
134* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-2
135- Fix a crash on logout
136
137* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
138- Update to 1.91.91
139
140* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
141- Update to 1.91.90
142
143* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
144- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
145
146* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
147- Update to 1.91.6.1
148
149* Tue Feb  1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
150- Update to 1.91.6
151
152* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
153- Add gobject-introspection support
154
155* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
156- Update to 1.91.5
157
158* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
159- Update 1.91.2
160
161* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
162- Update to 1.91.0
163
164* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
165- Update to 0.4.0
166
167* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
168- Update to 0.3.91
169
170* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
171- Update to 0.3.90
172
173* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
174- Update to 0.3.4
175
176* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
177- Update to 0.3.3
178
179* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
180- Don't relocate the dbus a11y stack
181
182* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
183- Update to 0.3.2
184
185* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
186- Update to 0.3.1
187
188* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
189- Update to 0.1.8
190
191* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
192- Update to 0.1.7
193
194* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
195- Update to 0.1.6
196
197* Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
198- Specify the right location for the dbus daemon
199
200* Sun Jan 16 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
201- Update to 0.1.5
202
203* Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
204- Update to 0.1.4
205
206* Sat Dec  4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
207- Initial packaging
Note: See TracBrowser for help on using the repository browser.