]> git.pld-linux.org Git - packages/gail.git/blob - gail.spec
updated to 0.16
[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.16
5 Release:        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:  autoconf
11 BuildRequires:  automake
12 BuildRequires:  gtk+2-devel >= 2.0.3
13 BuildRequires:  libgnomecanvas-devel >= 2.0.1
14 BuildRequires:  atk-devel >= 1.0.2
15 BuildRequires:  libtool
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %define         _prefix         /usr/X11R6
19
20 %description
21 GAIL implements the abstract interfaces found in ATK for GTK+ and
22 GNOME libraries, enabling accessibility technologies such as at-spi to
23 access those GUIs.
24
25 %description -l pl
26 GAIL jest implementacj± abstrakcyjnych interfejsów z ATK dla bibliotek
27 GTK+ i GNOME, umo¿liwiaj±c± korzystanie z technik takich jak at-spi,
28 aby u³atwiæ niepe³nosprawnym korzystanie z tych GUI.
29
30 %package devel
31 Summary:        Header files to compile applications that use GAIL
32 Summary(pl):    Pliki nag³ówkowe GAIL
33 Group:          X11/Development/Libraries
34 Requires:       %{name} = %{version}
35
36 %description devel
37 gail-devel contains the header files required to compile applications 
38 against the GAIL libraries.
39
40 %description devel -l pl
41 Pakiet gail-devel zawiera pliki nag³ówkowe potrzebne do kompilowania
42 aplikacji u¿ywaj±cych bibliotek GAIL.
43
44 %package static
45 Summary:        Static GAIL libraries
46 Summary(pl):    Statyczne biblioteki GAIL
47 Group:          X11/Development/Libraries
48 Requires:       %{name}-devel = %{version}
49
50 %description static
51 gail-static contains the static GAIL libraries.
52
53 %description static -l pl
54 Pakiet gail-static zawiera statyczne biblioteki GAIL.
55
56 %prep
57 %setup -q
58
59 %build
60 rm -f missing
61 %{__libtoolize}
62 aclocal
63 %{__autoconf}
64 %{__automake}
65 %configure \
66         --enable-gtk-doc=no \
67         --enable-static
68 %{__make}
69
70 %install
71 rm -rf $RPM_BUILD_ROOT
72
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT \
75         pkgconfigdir=%{_pkgconfigdir}
76
77 %clean
78 rm -rf $RPM_BUILD_ROOT
79
80 %post   -p /sbin/ldconfig
81 %postun -p /sbin/ldconfig
82
83 %files
84 %defattr(644,root,root,755)
85 %doc AUTHORS ChangeLog NEWS README
86 %attr(755,root,root) %{_libdir}/lib*.so.*.*
87 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.??
88
89 %files devel
90 %defattr(644,root,root,755)
91 %attr(755,root,root) %{_libdir}/lib*.??
92 %{_includedir}/gail-1.0
93 %{_pkgconfigdir}/*.pc
94
95 %files static
96 %defattr(644,root,root,755)
97 %{_libdir}/*.a
This page took 0.072495 seconds and 4 git commands to generate.