]> git.pld-linux.org Git - packages/gail.git/blob - gail.spec
- updated to version 1.2.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.2.0
5 Release:        1
6 License:        LGPL
7 Group:          Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/1.2/%{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:  libgnomecanvas-devel >= 2.0.2
15 BuildRequires:  atk-devel >= 1.2.2
16 BuildRequires:  libtool
17 BuildRequires:  rpm-build >= 4.1-10
18 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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 %patch0 -p1
59
60 %build
61 rm -f missing
62 %{__libtoolize}
63 %{__aclocal}
64 %{__autoconf}
65 %{__automake}
66 %configure \
67         --enable-gtk-doc \
68         --enable-static
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT \
76         HTML_DIR=%{_gtkdocdir} \
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 %{_libdir}/gtk-2.0/modules/lib*.la
90 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
91
92 %files devel
93 %defattr(644,root,root,755)
94 %{_libdir}/lib*.la
95 %attr(755,root,root) %{_libdir}/lib*.so
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.071706 seconds and 4 git commands to generate.