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

Revision 6201, 6.1 KB checked in by Takemikaduchi, 12 years ago (diff)

gnome-themes: fix Vine theme
metacity: fix theme
others: new upstream release

Line 
1%bcond_with firstbuild
2
3Name:           at-spi2-core
4Version:        2.4.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.4/%{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* Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.2-1
95- new upstream release
96
97* Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.1-1
98- new upstream release
99
100* Wed Nov 16 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.2-1
101- new upstream release
102
103* Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.1-1
104- new upstream release
105
106* Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
107- new upstream release
108
109* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
110- initial build for Vine Linux
111
112
113* Tue Sep 6 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.91-1
114- Update to 2.1.91
115
116* Mon Jul 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.1.4-1
117- Update to 2.1.4
118
119* Thu Jun 16 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.2-1
120- Update to 2.1.2
121
122* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.1.1-1
123- Update to 2.1.1
124
125* Tue Apr 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.1-1
126- Update to 2.0.1
127
128* Mon Apr  4 2011 Matthias Clasen <mclasen@redhat.com> - 2.0.0-1
129- Update to 2.0.0
130
131* Fri Apr  1 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-2
132- Fix 30 second wait during login (#691995)
133
134* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.93-1
135- Update to 1.91.93
136
137* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.92-1
138- Update to 2.91.92
139
140* Wed Mar  9 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-2
141- Fix a crash on logout
142
143* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.91-1
144- Update to 1.91.91
145
146* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.90-1
147- Update to 1.91.90
148
149* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.91.6.1-2
150- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
151
152* Wed Feb  2 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6.1-1
153- Update to 1.91.6.1
154
155* Tue Feb  1 2011 Christopher Aillon <caillon@redhat.com> - 1.91.6-1
156- Update to 1.91.6
157
158* Fri Jan 21 2011 Christopher Aillon <caillon@redhat.com> - 1.91.5-2
159- Add gobject-introspection support
160
161* Mon Jan 10 2011 Matthias Clasen <mclasen@redhat.com> - 1.91.5-1
162- Update to 1.91.5
163
164* Thu Nov 11 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.2-1
165- Update 1.91.2
166
167* Mon Oct  4 2010 Matthias Clasen <mclasen@redhat.com> - 1.91.0-1
168- Update to 1.91.0
169
170* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.4.0-1
171- Update to 0.4.0
172
173* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.91-1
174- Update to 0.3.91
175
176* Wed Aug 18 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.90-1
177- Update to 0.3.90
178
179* Tue Jun 29 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.4-1
180- Update to 0.3.4
181
182* Tue Jun  8 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.3-1
183- Update to 0.3.3
184
185* Tue Jun  1 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-2
186- Don't relocate the dbus a11y stack
187
188* Fri May 28 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.2-1
189- Update to 0.3.2
190
191* Sat May 15 2010 Matthias Clasen <mclasen@redhat.com> - 0.3.1-1
192- Update to 0.3.1
193
194* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.8-1
195- Update to 0.1.8
196
197* Sat Feb 20 2010 Matthias Clasen <mclasen@redhat.com> - 0.1.7-1
198- Update to 0.1.7
199
200* Wed Feb 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 0.1.6-1
201- Update to 0.1.6
202
203* Wed Jan 20 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-2
204- Specify the right location for the dbus daemon
205
206* Sun Jan 16 2010 Matthias Clasen <mlasen@redhat.com> - 0.1.5-1
207- Update to 0.1.5
208
209* Tue Dec 22 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.4-1
210- Update to 0.1.4
211
212* Sat Dec  4 2009 Matthias Clasen <mlasen@redhat.com> - 0.1.3-1
213- Initial packaging
Note: See TracBrowser for help on using the repository browser.