]> git.pld-linux.org Git - packages/atk.git/blob - atk.spec
- release 3: merge translations from Conectiva.
[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.0.1
6 Release:        3
7 License:        GPL
8 Group:          Libraries
9 Source0:        ftp://ftp.gtk.org/pub/gtk/v2.0/%{name}-%{version}.tar.bz2
10 URL:            http://developer.gnome.org/projects/gap/
11 BuildRequires:  diffutils
12 BuildRequires:  glib2-devel >= 2.0.0
13 BuildRequires:  pango-devel >= 1.0.0
14 BuildRequires:  pkgconfig
15 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16 Obsoletes:      libatk1.0_0
17
18 %define         _prefix         /usr/X11R6
19 %define         _mandir         %{_prefix}/man
20
21 %description
22 The ATK library provides a set of interfaces for adding accessibility
23 support to applications and graphical user interface toolkits. By
24 supporting the ATK interfaces, an application or toolkit can be used
25 as tools such as screen readers and magnifiers, and alternative input
26 devices.
27
28 %description -l pl
29 Porêczna biblioteka, której stosowanie u³atwia niepe³nosprawnym
30 korzystanie z komputerów.
31
32 %description -l pt_BR
33 A biblioteca ATK provê um conjunto de interfaces para adicionar
34 suporte a acessibilidade para aplicações e interfaces gráficas.
35 Suportando a interface ATK, uma aplicação ou interface gráfica pode
36 ser utilizada como ferramentas de leitura e aumento de tela,
37 dispositivos de entrada alternativos, etc.
38
39 %package devel
40 Summary:        ATK - header and development documentation
41 Summary(pl):    Pliki nag³ówkowe i dokumentacja
42 Summary(pt_BR): Interfaces para suporte a acessibilidade
43 Group:          Development/Libraries
44 Requires:       %{name} = %{version}
45 Requires:       glib2-devel
46 Obsoletes:      libatk1.0_0-devel
47
48 %description devel
49 ATK - header and development documentation.
50
51 %description devel -l pl
52 ATK - pliki nag³ówkowe i dokumentacja programisty.
53
54 %description devel -l pt_BR
55 Interfaces para suporte a acessibilidade.
56
57 %package static
58 Summary:        ATK static library
59 Summary(pl):    Biblioteka statyczna ATK
60 Summary(pt_BR): Interfaces para suporte a acessibilidade
61 Group:          Development/Libraries
62 Requires:       %{name}-devel = %{version}
63
64 %description static
65 ATK static library.
66
67 %description static -l pl
68 Biblioteka statyczna ATK.
69
70 %description static -l pt_BR
71 Interfaces para suporte a acessibilidade.
72
73 %prep
74 %setup -q
75
76 %build
77 %configure \
78         --enable-static \
79         --enable-shared \
80         --disable-gtk-doc
81
82 %{__make}
83
84 %install
85 rm -rf $RPM_BUILD_ROOT
86
87 %{__make} install \
88         DESTDIR=$RPM_BUILD_ROOT \
89         pkgconfigdir=%{_pkgconfigdir}
90
91 gzip -9nf AUTHORS ChangeLog NEWS README
92
93 %clean
94 rm -rf $RPM_BUILD_ROOT
95
96 %post   -p /sbin/ldconfig
97 %postun -p /sbin/ldconfig
98
99 %files
100 %defattr(644,root,root,755)
101 %doc *.gz
102 %attr(755,root,root) %{_libdir}/lib*.so.*.*
103
104 %files devel
105 %defattr(644,root,root,755)
106 %attr(755,root,root) %{_libdir}/liba*.??
107 %{_includedir}/atk*
108 %{_pkgconfigdir}/atk*
109 %{_datadir}/gtk-doc/html/atk
110
111 %files static
112 %defattr(644,root,root,755)
113 %attr(644,root,root) %{_libdir}/liba*.a
This page took 0.157339 seconds and 3 git commands to generate.