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