]> git.pld-linux.org Git - packages/gail.git/blob - gail.spec
- pl translation, new %%doc
[packages/gail.git] / gail.spec
1 Summary:        Accessibility implementation for GTK+ and GNOME libraries
2 Summary(pl):    Implementacja u³atwiania pracy niepe³nosprawnym dla GTK+ i GNOME
3 Name:           gail
4 Version:        0.13
5 Release:        0.1
6 License:        LGPL
7 Group:          X11/Libraries
8 Source0:        ftp://ftp.gnome.org/pub/gnome/pre-gnome2/sources/%{name}/%{name}-%{version}.tar.bz2
9 URL:            http://developer.gnome.org/projects/gap
10 BuildRequires:  gtk+2-devel
11 BuildRequires:  libgnomecanvas-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %define         _prefix         /usr/X11R6
15
16 %description
17 GAIL implements the abstract interfaces found in ATK for GTK+ and
18 GNOME libraries, enabling accessibility technologies such as at-spi to
19 access those GUIs.
20
21 %description -l pl
22 GAIL jest implementacj± abstrakcyjnych interfejsów z ATK dla bibliotek
23 GTK+ i GNOME, umo¿liwiaj±c± korzystanie z technik takich jak at-spi,
24 aby u³atwiæ niepe³nosprawnym korzystanie z tych GUI.
25
26 %package devel
27 Summary:        Header files to compile applications that use GAIL
28 Summary(pl):    Pliki nag³ówkowe GAIL
29 Group:          X11/Development/Libraries
30 Requires:       %{name} = %{version}
31
32 %description devel
33 gail-devel contains the header files required to compile applications 
34 against the GAIL libraries.
35
36 %description devel -l pl
37 Pakiet gail-devel zawiera pliki nag³ówkowe potrzebne do kompilowania
38 aplikacji u¿ywaj±cych bibliotek GAIL.
39
40 %package static
41 Summary:        Static GAIL libraries
42 Summary(pl):    Statyczne biblioteki GAIL
43 Group:          X11/Development/Libraries
44 Requires:       %{name}-devel = %{version}
45
46 %description static
47 gail-static contains the static GAIL libraries.
48
49 %description static -l pl
50 Pakiet gail-static zawiera statyczne biblioteki GAIL.
51
52 %prep
53 %setup -q
54
55 %build
56 %configure \
57         --enable-gtk-doc=no \
58         --enable-static
59 %{__make}
60
61 %install
62 rm -rf $RPM_BUILD_ROOT
63 %{__make} install \
64         DESTDIR=$RPM_BUILD_ROOT \
65         pkgconfigdir=%{_pkgconfigdir}
66
67 %clean
68 rm -rf $RPM_BUILD_ROOT
69
70 %post   -p /sbin/ldconfig
71 %postun -p /sbin/ldconfig
72
73 %files
74 %defattr(644,root,root,755)
75 %doc AUTHORS ChangeLog NEWS README
76 %attr(755,root,root) %{_libdir}/lib*.so.*.*
77 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.??
78
79 %files devel
80 %defattr(644,root,root,755)
81 %attr(755,root,root) %{_libdir}/lib*.??
82 %{_includedir}/gail-1.0
83 %{_pkgconfigdir}/*.pc
84
85 %files static
86 %defattr(644,root,root,755)
87 %{_libdir}/*.a
This page took 0.073983 seconds and 4 git commands to generate.