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