]> git.pld-linux.org Git - packages/atk.git/blob - atk.spec
- BR: libtool >= 2:1.5.16 due to:
[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.10.1
6 Release:        1
7 Epoch:          1
8 License:        LGPL v2+
9 Group:          X11/Libraries
10 Source0:        http://ftp.gnome.org/pub/gnome/sources/atk/1.10/%{name}-%{version}.tar.bz2
11 # Source0-md5:  29df8fe9016083e7eaf129bdd65d8402
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.6.3
18 BuildRequires:  gtk-doc >= 1.1
19 BuildRequires:  libtool >= 2:1.5.16
20 BuildRequires:  perl-base
21 BuildRequires:  pkgconfig
22 BuildRequires:  rpmbuild(macros) >= 1.197
23 Requires:       glib2 >= 1:2.6.3
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.6.3
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}
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 %{__make}
100
101 %install
102 rm -rf $RPM_BUILD_ROOT
103
104 %{__make} install \
105         DESTDIR=$RPM_BUILD_ROOT
106
107 rm -r $RPM_BUILD_ROOT%{_datadir}/locale/no
108
109 %find_lang atk10
110
111 %clean
112 rm -rf $RPM_BUILD_ROOT
113
114 %post   -p /sbin/ldconfig
115 %postun -p /sbin/ldconfig
116
117 %files -f atk10.lang
118 %defattr(644,root,root,755)
119 %doc AUTHORS NEWS README
120 %attr(755,root,root) %{_libdir}/lib*.so.*.*
121
122 %files devel
123 %defattr(644,root,root,755)
124 %doc ChangeLog
125 %attr(755,root,root) %{_libdir}/lib*.so
126 %{_libdir}/lib*.la
127 %{_includedir}/atk*
128 %{_pkgconfigdir}/atk*
129 %{_gtkdocdir}/atk
130
131 %files static
132 %defattr(644,root,root,755)
133 %{_libdir}/lib*.a
This page took 0.074683 seconds and 3 git commands to generate.