]> git.pld-linux.org Git - packages/atk.git/blob - atk.spec
- updated to 0.6; translations are missing
[packages/atk.git] / atk.spec
1 Summary:        ATK - Accessibility Toolkit
2 Name:           atk
3 Version:        0.6
4 Release:        1
5 License:        GPL
6 Group:          Libraries
7 Group(de):      Libraries
8 Group(es):      Bibliotecas
9 Group(fr):      Librairies
10 Group(pl):      Biblioteki
11 Group(pt_BR):   Bibliotecas
12 Group(ru):      âÉÂÌÉÏÔÅËÉ
13 Group(uk):      â¦Â̦ÏÔÅËÉ
14 Source0:        ftp://ftp.gtk.org/pub/gtk/v1.3/%{name}-%{version}.tar.gz
15 BuildRequires:  pkgconfig
16 BuildRequires:  glib2-devel >= 1.3.10
17 BuildRequires:  pango
18 BuildRequires:  diffutils
19 Buildroot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20
21 %define         _prefix         /usr/X11R6
22 %define         _mandir         %{_prefix}/man
23
24 %description
25 Handy library of accessability functions.
26
27 %package devel
28 Summary:        ATK - header and development documentation
29 Summary(pl):    Pliki naglowkowe i dokumentacj
30 Group:          Development/Libraries
31 Group(de):      Entwicklung/Libraries
32 Group(es):      Desarrollo/Bibliotecas
33 Group(fr):      Development/Librairies
34 Group(pl):      Programowanie/Biblioteki
35 Group(pt_BR):   Desenvolvimento/Bibliotecas
36 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
37 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
38
39 %description devel
40 ATK - header and development documentation.
41
42 %package static
43 Summary:        ATK static library
44 Summary(pl):    Biblioteki statyczne ATK
45 Group:          Development/Libraries
46 Group(de):      Entwicklung/Libraries
47 Group(es):      Desarrollo/Bibliotecas
48 Group(fr):      Development/Librairies
49 Group(pl):      Programowanie/Biblioteki
50 Group(pt_BR):   Desenvolvimento/Bibliotecas
51 Group(ru):      òÁÚÒÁÂÏÔËÁ/âÉÂÌÉÏÔÅËÉ
52 Group(uk):      òÏÚÒÏÂËÁ/â¦Â̦ÏÔÅËÉ
53
54 %description static
55 ATK static library.
56
57 %description -l pl static
58 Biblioteki statyczne ATK.
59
60 %prep
61 %setup -q
62
63 %build
64 %configure2_13 \
65         --enable-static \
66         --enable-shared
67 %{__make}
68
69 %install
70 rm -rf $RPM_BUILD_ROOT
71
72 %{__make} install \
73         DESTDIR=$RPM_BUILD_ROOT \
74         pkgconfigdir=%{_pkgconfigdir}
75
76 gzip -9nf AUTHORS ChangeLog NEWS README
77
78 %post -p /sbin/ldconfig
79 %postun -p /sbin/ldconfig
80
81 %clean
82 rm -rf $RPM_BUILD_ROOT
83
84 %files
85 %defattr(644,root,root,755)
86 %doc *.gz
87 %attr(755,root,root) %{_libdir}/lib*.so.*.*
88
89 %files devel
90 %defattr(644,root,root,755)
91 %attr(755,root,root) %{_libdir}/lib*.so
92 %attr(755,root,root) %{_libdir}/lib*.la
93 %attr(644,root,root) %{_includedir}/atk*
94 %attr(644,root,root) %{_pkgconfigdir}/atk*
95 %{_datadir}/gtk-doc/html/atk
96
97 %files static
98 %defattr(644,root,root,755)
99 %attr(644,root,root) %{_libdir}/lib*.a
This page took 0.071314 seconds and 3 git commands to generate.