]> git.pld-linux.org Git - packages/atk.git/blob - atk.spec
- glib2 >= 1.3.12 required
[packages/atk.git] / atk.spec
1 Summary:        ATK - Accessibility Toolkit
2 Summary(pl):    ATK - Toolkit udostêpniaj±cy
3 Name:           atk
4 Version:        0.8
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:  pkgconfig
18 BuildRequires:  glib2-devel >= 1.3.12
19 BuildRequires:  pango
20 BuildRequires:  diffutils
21 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24 %define         _mandir         %{_prefix}/man
25
26 %description
27 Handy library of accessibility functions.
28
29 %description -l pl
30 Podrêczna biblioteka funkcji udostêpniaj±cych.
31
32 %package devel
33 Summary:        ATK - header and development documentation
34 Summary(pl):    Pliki nag³ówkowe i dokumentacja
35 Group:          Development/Libraries
36 Group(de):      Entwicklung/Libraries
37 Group(es):      Desarrollo/Bibliotecas
38 Group(fr):      Development/Librairies
39 Group(pl):      Programowanie/Biblioteki
40 Group(pt_BR):   Desenvolvimento/Bibliotecas
41 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
42 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
43
44 %description devel
45 ATK - header and development documentation.
46
47 %description devel -l pl
48 ATK - pliki nag³ówkowe i dokumentacja programisty.
49
50 %package static
51 Summary:        ATK static library
52 Summary(pl):    Biblioteka statyczna ATK
53 Group:          Development/Libraries
54 Group(de):      Entwicklung/Libraries
55 Group(es):      Desarrollo/Bibliotecas
56 Group(fr):      Development/Librairies
57 Group(pl):      Programowanie/Biblioteki
58 Group(pt_BR):   Desenvolvimento/Bibliotecas
59 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
60 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
61
62 %description static
63 ATK static library.
64
65 %description static -l pl
66 Biblioteka statyczna ATK.
67
68 %prep
69 %setup -q
70
71 %build
72 %configure2_13 \
73         --enable-static \
74         --enable-shared
75 %{__make}
76
77 %install
78 rm -rf $RPM_BUILD_ROOT
79
80 %{__make} install \
81         DESTDIR=$RPM_BUILD_ROOT \
82         pkgconfigdir=%{_pkgconfigdir}
83
84 gzip -9nf AUTHORS ChangeLog NEWS README
85
86 %clean
87 rm -rf $RPM_BUILD_ROOT
88
89 %post   -p /sbin/ldconfig
90 %postun -p /sbin/ldconfig
91
92 %files
93 %defattr(644,root,root,755)
94 %doc *.gz
95 %attr(755,root,root) %{_libdir}/lib*.so.*.*
96
97 %files devel
98 %defattr(644,root,root,755)
99 %attr(755,root,root) %{_libdir}/liba*.??
100 %{_includedir}/atk*
101 %attr(644,root,root) %{_pkgconfigdir}/atk*
102 %{_datadir}/gtk-doc/html/atk
103
104 %files static
105 %defattr(644,root,root,755)
106 %attr(644,root,root) %{_libdir}/liba*.a
This page took 0.077962 seconds and 4 git commands to generate.