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