]> git.pld-linux.org Git - packages/atk.git/blob - atk.spec
- it doesn't BR pango
[packages/atk.git] / atk.spec
1 Summary:        ATK - Accessibility Toolkit
2 Summary(pl):    ATK - biblioteka u³atwiaj±ca niepe³nosprawnym korzystanie z komputerów
3 Summary(pt_BR): Interfaces para suporte a acessibilidade
4 Name:           atk
5 Version:        1.3.0
6 Release:        1
7 License:        GPL
8 Group:          X11/Libraries
9 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/1.3/%{name}-%{version}.tar.bz2
10 URL:            http://developer.gnome.org/projects/gap/
11 BuildRequires:  autoconf
12 BuildRequires:  automake
13 BuildRequires:  diffutils
14 BuildRequires:  gettext-devel
15 BuildRequires:  glib2-devel >= 2.2.0
16 BuildRequires:  gtk-doc >= 0.9-4
17 BuildRequires:  libtool
18 BuildRequires:  pkgconfig
19 BuildRequires:  rpm-build >= 4.1-10
20 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21 Obsoletes:      libatk1.0_0
22
23 %description
24 The ATK library provides a set of interfaces for adding accessibility
25 support to applications and graphical user interface toolkits. By
26 supporting the ATK interfaces, an application or toolkit can be used
27 as tools such as screen readers and magnifiers, and alternative input
28 devices.
29
30 %description -l pl
31 Biblioteka ATK udostêpnia zestaw interfejsów u³atwiaj±cych
32 niepe³nosprawnym korzystanie z aplikacji i poszczególnych elementów
33 graficznego interfejsu u¿ytkownika. Poprzez wykorzystanie interfejsów
34 ATK, aplikacja lub element interfejsu mo¿e byæ u¿ywany z takimi
35 narzêdziami jak czytniki ekranu i narzêdzia powiêkszaj±ce oraz
36 alternatywnymi urz±dzeniami wej¶ciowymi.
37
38 %description -l pt_BR
39 A biblioteca ATK provê um conjunto de interfaces para adicionar
40 suporte a acessibilidade para aplicações e interfaces gráficas.
41 Suportando a interface ATK, uma aplicação ou interface gráfica pode
42 ser utilizada como ferramentas de leitura e aumento de tela,
43 dispositivos de entrada alternativos, etc.
44
45 %package devel
46 Summary:        ATK - header and development documentation
47 Summary(pl):    Pliki nag³ówkowe i dokumentacja
48 Summary(pt_BR): Interfaces para suporte a acessibilidade
49 Group:          X11/Development/Libraries
50 Requires:       %{name} = %{version}
51 Requires:       glib2-devel
52 Requires:       gtk-doc-common
53 Obsoletes:      libatk1.0_0-devel
54
55 %description devel
56 ATK - header and development documentation.
57
58 %description devel -l pl
59 ATK - pliki nag³ówkowe i dokumentacja programisty.
60
61 %description devel -l pt_BR
62 Interfaces para suporte a acessibilidade.
63
64 %package static
65 Summary:        ATK static library
66 Summary(pl):    Biblioteka statyczna ATK
67 Summary(pt_BR): Interfaces para suporte a acessibilidade
68 Group:          X11/Development/Libraries
69 Requires:       %{name}-devel = %{version}
70
71 %description static
72 ATK static library.
73
74 %description static -l pl
75 Biblioteka statyczna ATK.
76
77 %description static -l pt_BR
78 Interfaces para suporte a acessibilidade.
79
80 %prep
81 %setup -q
82
83 %build
84 %configure \
85         --enable-static \
86         --enable-shared \
87         --enable-gtk-doc \
88         --with-html-dir=%{_gtkdocdir}
89
90 %{__make}
91
92 %install
93 rm -rf $RPM_BUILD_ROOT
94
95 %{__make} install \
96         DESTDIR=$RPM_BUILD_ROOT \
97         pkgconfigdir=%{_pkgconfigdir} \
98         HTML_DIR=%{_gtkdocdir}
99
100 %find_lang atk10
101
102 %clean
103 rm -rf $RPM_BUILD_ROOT
104
105 %post   -p /sbin/ldconfig
106 %postun -p /sbin/ldconfig
107
108 %files -f atk10.lang
109 %defattr(644,root,root,755)
110 %doc AUTHORS NEWS README
111 %attr(755,root,root) %{_libdir}/lib*.so.*.*
112
113 %files devel
114 %defattr(644,root,root,755)
115 %doc ChangeLog
116 %{_libdir}/liba*.la
117 %attr(755,root,root) %{_libdir}/liba*.so
118 %{_includedir}/atk*
119 %{_pkgconfigdir}/atk*
120 %{_gtkdocdir}/atk
121
122 %files static
123 %defattr(644,root,root,755)
124 %attr(644,root,root) %{_libdir}/liba*.a
This page took 0.103793 seconds and 4 git commands to generate.