]> git.pld-linux.org Git - packages/atk.git/blob - atk.spec
- libatk8{,-devel} added to Obsoletes for allow upgrade from MDK,
[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 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:       glib2-devel
45 Obsoletes:      libatk8-devel
46
47 %description devel
48 ATK - header and development documentation.
49
50 %description devel -l pl
51 ATK - pliki nag³ówkowe i dokumentacja programisty.
52
53 %package static
54 Summary:        ATK static library
55 Summary(pl):    Biblioteka statyczna ATK
56 Group:          Development/Libraries
57 Group(de):      Entwicklung/Libraries
58 Group(es):      Desarrollo/Bibliotecas
59 Group(fr):      Development/Librairies
60 Group(pl):      Programowanie/Biblioteki
61 Group(pt_BR):   Desenvolvimento/Bibliotecas
62 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
63 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
64
65 %description static
66 ATK static library.
67
68 %description static -l pl
69 Biblioteka statyczna ATK.
70
71 %prep
72 %setup -q
73
74 %build
75 %configure2_13 \
76         --enable-static \
77         --enable-shared
78 %{__make}
79
80 %install
81 rm -rf $RPM_BUILD_ROOT
82
83 %{__make} install \
84         DESTDIR=$RPM_BUILD_ROOT \
85         pkgconfigdir=%{_pkgconfigdir}
86
87 gzip -9nf AUTHORS ChangeLog NEWS README
88
89 %clean
90 rm -rf $RPM_BUILD_ROOT
91
92 %post   -p /sbin/ldconfig
93 %postun -p /sbin/ldconfig
94
95 %files
96 %defattr(644,root,root,755)
97 %doc *.gz
98 %attr(755,root,root) %{_libdir}/lib*.so.*.*
99
100 %files devel
101 %defattr(644,root,root,755)
102 %attr(755,root,root) %{_libdir}/liba*.??
103 %{_includedir}/atk*
104 %attr(644,root,root) %{_pkgconfigdir}/atk*
105 %{_datadir}/gtk-doc/html/atk
106
107 %files static
108 %defattr(644,root,root,755)
109 %attr(644,root,root) %{_libdir}/liba*.a
This page took 0.050222 seconds and 3 git commands to generate.