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

Revision 4812, 5.6 KB checked in by Takemikaduchi, 13 years ago (diff)

GNOME-3.1.92

Line 
1%bcond_with firstbuild
2
3Name:           at-spi2-core
4Version:        2.1.92
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.1/%{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
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
39%package devel
40Summary: Development files and headers for at-spi2-core
41Group: Development/Libraries
42Requires: %{name} = %{version}-%{release}
43
44%description devel
45The at-spi2-core-devel package includes the header files and
46API documentation for libatspi.
47
48%prep
49%setup -q
50
51%build
52%configure %{?with_firstbuild:--disable-introspection} \
53        --with-dbus-daemondir=/bin
54sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
55sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
56
57make %{?_smp_mflags}
58
59
60%install
61make install DESTDIR=$RPM_BUILD_ROOT
62
63%{find_lang} %{name}
64
65rm $RPM_BUILD_ROOT%{_libdir}/libatspi.la
66
67%post -p /sbin/ldconfig
68%postun -p /sbin/ldconfig
69
70%files -f %{name}.lang
71%doc COPYING AUTHORS README
72%{_libexecdir}/at-spi2-registryd
73%{_datadir}/dbus-1/services/org.a11y.atspi.Registry.service
74%{_sysconfdir}/at-spi2
75%{_sysconfdir}/xdg/autostart/at-spi-dbus-bus.desktop
76%{_libdir}/libatspi.so.*
77%{!?with_firstbuild:%{_libdir}/girepository-1.0/Atspi-2.0.typelib}
78%{_libexecdir}/at-spi-bus-launcher
79%{_datadir}/dbus-1/services/org.a11y.Bus.service
80
81
82%files devel
83%{_libdir}/libatspi.so
84%{_datadir}/gtk-doc/html/libatspi
85%{!?with_firstbuild:%{_datadir}/gir-1.0/Atspi-2.0.gir}
86%{_includedir}/at-spi-2.0
87%{_libdir}/pkgconfig/atspi-2.pc
88
89%changelog
90* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
91- initial build for Vine Linux
92
93
94* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
95- Update to 2.1.91
96
97* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
98- Update to 2.1.4
99
100* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
101- Update to 2.1.2
102
103* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
104- Update to 2.1.1
105
106* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
107- Update to 2.0.1
108
109* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
110- Update to 2.0.0
111
112* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-2
113- Fix 30 second wait during login (#691995)
114
115* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-1
116- Update to 1.91.93
117
118* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
119- Update to 2.91.92
120
121* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-2
122- Fix a crash on logout
123
124* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
125- Update to 1.91.91
126
127* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
128- Update to 1.91.90
129
130* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
131- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
132
133* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
134- Update to 1.91.6.1
135
136* Tue Feb  1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
137- Update to 1.91.6
138
139* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
140- Add gobject-introspection support
141
142* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
143- Update to 1.91.5
144
145* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
146- Update 1.91.2
147
148* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
149- Update to 1.91.0
150
151* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
152- Update to 0.4.0
153
154* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
155- Update to 0.3.91
156
157* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
158- Update to 0.3.90
159
160* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
161- Update to 0.3.4
162
163* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
164- Update to 0.3.3
165
166* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
167- Don't relocate the dbus a11y stack
168
169* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
170- Update to 0.3.2
171
172* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
173- Update to 0.3.1
174
175* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
176- Update to 0.1.8
177
178* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
179- Update to 0.1.7
180
181* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
182- Update to 0.1.6
183
184* Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
185- Specify the right location for the dbus daemon
186
187* Sun Jan 16 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
188- Update to 0.1.5
189
190* Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
191- Update to 0.1.4
192
193* Sat Dec  4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
194- Initial packaging
Note: See TracBrowser for help on using the repository browser.