]> git.pld-linux.org Git - packages/gail.git/blob - gail.spec
- updated to version 1.3.0
[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.3.0
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/1.3/%{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.2.0
14 BuildRequires:  gtk-doc
15 BuildRequires:  libgnomecanvas-devel >= 2.0.2
16 BuildRequires:  atk-devel >= 1.3.0
17 BuildRequires:  libtool
18 BuildRequires:  rpm-build >= 4.1-10
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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         HTML_DIR=%{_gtkdocdir} \
78         pkgconfigdir=%{_pkgconfigdir}
79
80 %clean
81 rm -rf $RPM_BUILD_ROOT
82
83 %post   -p /sbin/ldconfig
84 %postun -p /sbin/ldconfig
85
86 %files
87 %defattr(644,root,root,755)
88 %doc AUTHORS ChangeLog NEWS README
89 %attr(755,root,root) %{_libdir}/lib*.so.*.*
90 %{_libdir}/gtk-2.0/modules/lib*.la
91 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
92
93 %files devel
94 %defattr(644,root,root,755)
95 %{_libdir}/lib*.la
96 %attr(755,root,root) %{_libdir}/lib*.so
97 %{_includedir}/gail-1.0
98 %{_pkgconfigdir}/*.pc
99 %{_gtkdocdir}/*
100
101 %files static
102 %defattr(644,root,root,755)
103 %{_libdir}/*.a
104 %{_libdir}/gtk-2.0/modules/*.a
This page took 0.086256 seconds and 3 git commands to generate.