]> git.pld-linux.org Git - packages/atk.git/blob - atk.spec
- rebuild against glib2 1.3.14.
[packages/atk.git] / atk.spec
1 Summary:        ATK - Accessibility Toolkit
2 Summary(pl):    ATK - Toolkit udostêpniaj±cy
3 Name:           atk
4 Version:        0.12
5 Release:        1
6 License:        GPL
7 Group:          Libraries
8 Group(de):      Libraries
9 Group(es):      Bibliotecas
10 Group(fr):      Librairies
11 Group(pl):      Biblioteki
12 Group(pt_BR):   Bibliotecas
13 Group(ru):      âÉÂÌÉÏÔÅËÉ
14 Group(uk):      â¦Â̦ÏÔÅËÉ
15 Source0:        ftp://ftp.gtk.org/pub/gtk/v1.3/%{name}-%{version}.tar.gz
16 URL:            http://developer.gnome.org/projects/gap/
17 BuildRequires:  diffutils
18 BuildRequires:  glib2-devel >= 1.3.14
19 BuildRequires:  pango-devel
20 BuildRequires:  pkgconfig
21 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22 Obsoletes:      libatk8
23
24 %define         _prefix         /usr/X11R6
25 %define         _mandir         %{_prefix}/man
26
27 %description
28 Handy library of accessibility functions.
29
30 %description -l pl
31 Podrêczna biblioteka funkcji udostêpniaj±cych.
32
33 %package devel
34 Summary:        ATK - header and development documentation
35 Summary(pl):    Pliki nag³ówkowe i dokumentacja
36 Group:          Development/Libraries
37 Group(de):      Entwicklung/Libraries
38 Group(es):      Desarrollo/Bibliotecas
39 Group(fr):      Development/Librairies
40 Group(pl):      Programowanie/Biblioteki
41 Group(pt_BR):   Desenvolvimento/Bibliotecas
42 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
43 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
44 Requires:       %{name} = %{version}
45 Requires:       glib2-devel
46 Obsoletes:      libatk8-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 %package static
55 Summary:        ATK static library
56 Summary(pl):    Biblioteka statyczna ATK
57 Group:          Development/Libraries
58 Group(de):      Entwicklung/Libraries
59 Group(es):      Desarrollo/Bibliotecas
60 Group(fr):      Development/Librairies
61 Group(pl):      Programowanie/Biblioteki
62 Group(pt_BR):   Desenvolvimento/Bibliotecas
63 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
64 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
65 Requires:       %{name}-devel = %{version}
66
67 %description static
68 ATK static library.
69
70 %description static -l pl
71 Biblioteka statyczna ATK.
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.048711 seconds and 4 git commands to generate.