source: projects/specs/trunk/a/atk/atk-vl.spec @ 11338

Revision 11338, 10.0 KB checked in by tomop, 6 years ago (diff)

atk-2.27.1-1

Line 
1# Something's not quite right with libtool....
2%define __libtoolize :
3%define build_compat32 %{?_with_compat32:1}%{!?_with_compat32:0}
4%define _unpackaged_files_terminate_build 1
5
6%define glib2_base_version 2.55.0
7%define glib2_version %{glib2_base_version}
8
9Summary: Interfaces for accessibility support.
10Summary(ja): アクセシビリティサポートのためのインタフェース
11Name: atk
12Version: 2.27.1
13Release: 1%{?_dist_release}
14License: LGPL
15Group: System Environment/Libraries
16Source: ftp://ftp.gnome.org/pub/GNOME/sources/atk/2.27/atk-%{version}.tar.xz
17URL: http://developer.gnome.org/projects/gap/
18
19BuildRoot: %{_tmppath}/%{name}-%{version}-root
20
21BuildRequires: glib2-devel >= %{glib2_version}
22BuildRequires: gobject-introspection-devel >= 0.6.7
23
24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: Takemikaduchi
27
28%description
29The ATK library provides a set of interfaces for adding accessibility
30support to applications and graphical user interface toolkits. By
31supporting the ATK interfaces, an application or toolkit can be used
32with tools such as screen readers, magnifiers, and alternative input
33devices.
34
35%package -n compat32-%{name}
36Summary: Interfaces for accessibility support.
37Summary(ja): アクセシビリティサポートのためのインタフェース
38Group: System Environment/Libraries
39Requires: atk = %{version}
40
41%description -n compat32-%{name}
42The ATK library provides a set of interfaces for adding accessibility
43support to applications and graphical user interface toolkits. By
44supporting the ATK interfaces, an application or toolkit can be used
45with tools such as screen readers, magnifiers, and alternative input
46devices.
47
48%package devel
49Summary: Accessability Toolkit development files
50Summary(ja): アクセシビリティツールキットの開発用ファイル
51Group: Development/Libraries
52Requires: atk = %{version}
53Requires: glib2-devel >= %{glib2_version}
54
55%description devel
56The atk-devel package includes the static libraries, header files, and
57developer docs for the atk package.
58
59Install atk-devel if you want to develop programs which will use ATK.
60
61%package -n compat32-%{name}-devel
62Summary: Accessability Toolkit development files
63Summary(ja): アクセシビリティツールキットの開発用ファイル
64Group: Development/Libraries
65Requires: %{name}-devel    = %{version}
66Requires: compat32-%{name} = %{version}
67
68%description -n compat32-%{name}-devel
69The atk-devel package includes the static libraries, header files, and
70developer docs for the atk package.
71
72Install atk-devel if you want to develop programs which will use ATK.
73
74%prep
75%setup -q -n atk-%{version}
76
77%build
78%configure --disable-gtk-doc --enable-introspection=yes
79make %{?_smp_mflags}
80
81%install
82rm -rf $RPM_BUILD_ROOT
83
84%makeinstall
85
86%find_lang atk10
87
88# remove unpackaged files
89rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
90
91%clean
92rm -rf $RPM_BUILD_ROOT
93
94%post -p /sbin/ldconfig
95
96%postun -p /sbin/ldconfig
97
98%post -n compat32-%{name} -p /sbin/ldconfig
99
100%postun -n compat32-%{name} -p /sbin/ldconfig
101
102
103%files -f atk10.lang
104%defattr(-, root, root)
105%doc README AUTHORS COPYING NEWS
106%{_libdir}/libatk*.so.*
107%{_libdir}/girepository-1.0
108
109%files devel
110%defattr(-, root, root)
111%{_includedir}/*
112%{_libdir}/libatk*.so
113%{_libdir}/pkgconfig/*.pc
114%{_datadir}/gtk-doc/*
115%{_datadir}/gir-1.0
116
117%if %{build_compat32}
118%files -n compat32-%{name}
119%defattr(-, root, root)
120%{_libdir}/libatk*.so.*
121
122%files -n compat32-%{name}-devel
123%defattr(-, root, root)
124%{_libdir}/libatk*.so
125%endif
126
127%changelog
128* Sat Jan 06 2018 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.27.1-1
129- new upstream release.
130
131* Thu Jul 14 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.0-1
132- new upstream release
133
134* Thu Mar 31 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.20.0-1
135- new upstream release
136
137* Thu Oct 29 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.18.0-1
138- new upstream release
139
140* Sat Mar 28 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.16.0-1
141- new upstream release
142
143* Sun Oct 26 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.14.0-1
144- new upstream release
145
146* Fri Mar 28 2014 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.12.0-1
147- new upstream release
148
149* Mon Dec 30 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.0-2
150- rebuild with VineSeed environment
151
152* Sat Oct 26 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10.0-1
153- new upstream release
154
155* Wed Apr 17 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.8.0-1
156- new upstream release
157
158* Wed Sep 26 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.6.0-1
159- new upstream release
160
161* Sat Mar 31 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.4.0-1
162- new upstream release
163
164* Wed Sep 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2.0-1
165- new upstream release
166
167* Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.92-1
168- new upstream release
169
170* Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.5-1
171- new upstream release
172
173* Sun Aug 14 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.1.0-1
174- new upstream release
175
176* Sat Oct 02 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.2-1
177- add BuildRequires: gobject-introspection-devel
178- add configure option (--enable-introspection=yes)
179
180* Tue Sep 21 2010 IWAI, Masaharu <iwai@alib.jp> 1.30.0-2
181- build with rpm-4.8.1-1 for pkg-config file
182
183* Wed Mar 31 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.30.0-1
184- new upstream release
185
186* Fri Sep 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.28.0-1
187- new upstream release
188
189* Wed Mar 18 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 1.26.0-1
190- new upstream release
191
192* Mon Sep 22 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.24.0-1
193- new upstream release
194- spec in UTF-8
195
196* Thu Mar 20 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.22.0-1vl5
197- used %%{?_dist_release}
198
199* Tue Mar 11 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.22.0-0vl1
200- new upstream release
201
202* Sun Nov 18 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.20.0-0vl1
203- new upstream release
204
205* Wed Apr 25 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 1.18.0-0vl1
206- new upstream release
207
208* Mon Dec 25 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12.4-0vl1
209- new upstream release
210
211* Sat Jul 29 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.12.1-0vl1
212- new upstream release
213
214* Fri Mar 17 2006 NAKAMURA Kenta <kenta@c.csce.kyushu-u.ac.jp> 1.11.3-0vl2
215- added compat32-* packages for x86_64 architecture support
216
217* Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11.3-0vl1
218- new upstream release
219
220* Sun Mar 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 1.11.2-0vl1
221- new upstream release
222
223* Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.10.3-0vl1
224- new upstream release
225
226* Fri May 20 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 1.10.1-0vl1
227- new upstream release
228
229* Mon Jan 10 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 1.9.0-0vl1
230- new upstream release
231
232* Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.8.0-0vl1
233- new upstream release
234
235* Sat May  1 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.1-0vl1
236- new upstream release
237
238* Thu Mar 18 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.6.0-0vl1
239- new upstream release
240
241* Sun Feb 01 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.1-0vl1
242- new upstream release
243- fix kanji code of spec file.
244
245* Thu Sep 04 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.4.0-0vl1
246- new upstream release
247
248* Mon Sep 01 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.6-0vl1
249- new upstream release
250
251* Tue Jun 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.3.3-0vl1
252- new upstream release
253
254* Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.2-0vl1
255- new upstream release
256
257* Sat Jan  4 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.1-0vl1
258- new upstream release
259
260* Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.2.0-0vl1
261- new upstream release
262
263* Fri Dec 13 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 1.1.4-0vl1
264- new upstream release
265- build for Vine Linux
266
267* Wed Jul 31 2002 Owen Taylor <otaylor@redhat.com>
268- Remove fixed-ltmain.sh
269- Version 1.0.3
270
271* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
272- automated rebuild
273
274* Tue Jun 04 2002 Havoc Pennington <hp@redhat.com>
275- rebuild in different environment
276
277* Tue Jun  4 2002 Havoc Pennington <hp@redhat.com>
278- 1.0.2
279
280* Thu May 23 2002 Tim Powers <timp@redhat.com>
281- automated rebuild
282
283* Wed Apr 24 2002 Havoc Pennington <hp@redhat.com>
284 - rebuild in different environment
285
286* Wed Apr  3 2002 Alex Larsson <alexl@redhat.com>
287- Update to version 1.0.1
288
289* Fri Mar  8 2002 Owen Taylor <otaylor@redhat.com>
290- Version 1.0.0
291
292* Mon Feb 25 2002 Alex Larsson <alexl@redhat.com>
293- Update to 0.13
294
295* Thu Feb 21 2002 Alex Larsson <alexl@redhat.com>
296- Bump for rebuild
297
298* Mon Feb 18 2002 Havoc Pennington <hp@redhat.com>
299- rebuild for glib 1.3.14
300
301* Fri Feb 15 2002 Havoc Pennington <hp@redhat.com>
302- add horrible buildrequires hack
303
304* Thu Feb 14 2002 Havoc Pennington <hp@redhat.com>
305- 0.12.90 cvs snap
306
307* Tue Jan 29 2002 Owen Taylor <otaylor@redhat.com>
308- Version 0.10
309
310* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
311- automated rebuild
312
313* Wed Jan  2 2002 Havoc Pennington <hp@redhat.com>
314- new snap 0.8.90
315
316* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
317- rebuild with glib hacked to work on 64-bit
318
319* Sun Nov 25 2001 Havoc Pennington <hp@redhat.com>
320- Version 0.7
321- add explicit check for required glib2 version before we do the build,
322  so we don't end up with bad RPMs on --nodeps builds
323
324* Fri Oct 26 2001 Havoc Pennington <hp@redhat.com>
325- rebuild due to hosage on ia64 build system causing link to old glib
326
327* Thu Oct 25 2001 Owen Taylor <otaylor@redhat.com>
328- Version 0.6
329
330* Thu Sep 27 2001 Havoc Pennington <hp@redhat.com>
331- 0.5
332- sync with Owen's version
333
334* Wed Sep 19 2001 Havoc Pennington <hp@redhat.com>
335- 0.4
336- fix requires
337- --enable-static
338- put static libs back in file list
339
340* Mon Sep 10 2001 Havoc Pennington <hp@redhat.com>
341- update to CVS snapshot
342
343* Wed Sep 05 2001 Havoc Pennington <hp@redhat.com>
344- require specific pango version
345- fix ltmain.sh to destroy all relinking BS
346
347* Tue Sep  4 2001 root <root@dhcpd37.meridian.redhat.com>
348- Version 0.2
349
350* Sat Jul 21 2001 Owen Taylor <otaylor@redhat.com>
351- Configure with --disable-gtk-doc
352
353* Tue Jul 10 2001 Trond Eivind Glomsr藷?<teg@redhat.com>
354- Add post- and postun-sections running ldconfig
355
356* Wed Jun 13 2001 Havoc Pennington <hp@redhat.com>
357- 0.2
358
359* Fri May  4 2001 Owen Taylor <otaylor@redhat.com>
360- Initial version
Note: See TracBrowser for help on using the repository browser.