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