]> git.pld-linux.org Git - packages/gail.git/blob - gail.spec
- version 1.3.4
[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.4
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 # Source0-md5:  765071d58561c3773df69264aa8f8987
10 Patch0:         %{name}-am.patch
11 URL:            http://developer.gnome.org/projects/gap
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gtk+2-devel >= 2.2.0
15 BuildRequires:  gtk-doc
16 BuildRequires:  libgnomecanvas-devel >= 2.3.0
17 BuildRequires:  atk-devel >= 1.3.3
18 BuildRequires:  libtool
19 BuildRequires:  rpm-build >= 4.1-10
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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         --with-html-dir=%{_gtkdocdir}
72 %{__make}
73
74 %install
75 rm -rf $RPM_BUILD_ROOT
76
77 %{__make} install \
78         DESTDIR=$RPM_BUILD_ROOT 
79
80 # no static modules and *.la for gtk modules - shut up check-files
81 rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/modules/lib*.{la,a}
82
83 %clean
84 rm -rf $RPM_BUILD_ROOT
85
86 %post   -p /sbin/ldconfig
87 %postun -p /sbin/ldconfig
88
89 %files
90 %defattr(644,root,root,755)
91 %doc AUTHORS ChangeLog NEWS README
92 %attr(755,root,root) %{_libdir}/lib*.so.*.*
93 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
94
95 %files devel
96 %defattr(644,root,root,755)
97 %{_libdir}/lib*.la
98 %attr(755,root,root) %{_libdir}/lib*.so
99 %{_includedir}/gail-1.0
100 %{_pkgconfigdir}/*.pc
101 %{_gtkdocdir}/*
102
103 %files static
104 %defattr(644,root,root,755)
105 %{_libdir}/*.a
This page took 0.053408 seconds and 4 git commands to generate.