]> git.pld-linux.org Git - packages/at-spi.git/blob - at-spi.spec
- updated to version 1.1.5
[packages/at-spi.git] / at-spi.spec
1 Summary:        Assistive Technology Service Provider Interface
2 Summary(pl):    Interfejs pozwalaj±cy na korzystanie z urz±dzeñ wspomagaj±cych
3 Name:           at-spi
4 Version:        1.1.5
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 URL:            http://developer.gnome.org/projects/gap/
10 BuildRequires:  atk-devel >= 1.1.3
11 BuildRequires:  gail-devel >= 1.1.3
12 BuildRequires:  gtk-doc >= 0.10-1
13 BuildRequires:  gtk+2-devel >= 2.0.6
14 BuildRequires:  libbonobo-devel >= 2.0.0
15 BuildRequires:  popt-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17 Obsoletes:      libat-spi1
18
19 %define         _prefix         /usr/X11R6
20 %define         _gtkdocdir      %{_defaultdocdir}/gtk-doc/html
21 %define         orbit_libdir    /usr/lib/orbit-2.0
22
23 %description
24 at-spi allows assistive technologies to access GTK-based
25 applications. Essentially it exposes the internals of applications for
26 automation, so tools such as screen readers, magnifiers, or even
27 scripting interfaces can query and interact with GUI controls.
28
29 %description -l pl
30 at-spi pozwala na korzystanie z urz±dzeñ wspomagaj±cych w celu dostêpu
31 do aplikacji bazuj±cych na GTK. Przede wszystkim udostêpnia wewnêtrzne
32 interfejsy aplikacji dla automatyzacji, wiêc urz±dzenia takie jak
33 czytniki ekranu, lupy, czy nawet interfejsy skryptowe mog± odpytywaæ i
34 wspó³pracowaæ z kontrolkami interfejsu graficznego.
35
36 %package devel
37 Summary:        at-spi development files
38 Summary(pl):    Pliki programistyczne at-spi
39 Group:          X11/Development/Libraries
40 Requires:       %{name} = %{version}
41 Requires:       gtk-doc-common
42 Obsoletes:      libat-spi1-devel
43
44 %description devel
45 at-spi development files.
46
47 %description devel -l pl
48 Pliki programistyczne at-spi.
49
50 %package static
51 Summary:        at-spi static library
52 Summary(pl):    Statyczna biblioteka at-spi
53 Group:          X11/Development/Libraries
54 Requires:       %{name}-devel = %{version}
55
56 %description static
57 at-spi static library.
58
59 %description static -l pl
60 Statyczna biblioteka at-spi.
61
62 %prep
63 %setup -q
64
65 %build
66 %configure \
67         --with-html-path=%{_gtkdocdir} \
68         --enable-static
69
70 %{__make}
71
72 %install
73 rm -rf $RPM_BUILD_ROOT
74 %{__make} install \
75         DESTDIR=$RPM_BUILD_ROOT \
76         HTML_DIR=%{_gtkdocdir} \
77         pkgconfigdir=%{_pkgconfigdir} \
78         orbittypelibdir=%{orbit_libdir}
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 %attr(755,root,root) %{_libdir}/*.so.*.*
89 %attr(755,root,root) %{_libdir}/at-spi-registryd
90 %attr(755,root,root) %{orbit_libdir}/*.??
91 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.??
92 %{_libdir}/bonobo/servers/*
93 %{_datadir}/idl/*
94
95 %files devel
96 %defattr(644,root,root,755)
97 %attr(755,root,root) %{_libdir}/*.so
98 %attr(755,root,root) %{_libdir}/*.la
99 %{_includedir}/*
100 %doc %{_gtkdocdir}/*
101 %{_pkgconfigdir}/*
102
103 %files static
104 %defattr(644,root,root,755)
105 %{_libdir}/*.a
106 %{_libdir}/gtk-2.0/modules/*.a 
107 %{orbit_libdir}/*.a
This page took 0.109843 seconds and 3 git commands to generate.