]> git.pld-linux.org Git - packages/at-spi.git/blob - at-spi.spec
- corrected server file location
[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:        2
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 %define         _bonobo_serverdir       /usr/lib/bonobo/servers
23
24 %description
25 at-spi allows assistive technologies to access GTK-based
26 applications. Essentially it exposes the internals of applications for
27 automation, so tools such as screen readers, magnifiers, or even
28 scripting interfaces can query and interact with GUI controls.
29
30 %description -l pl
31 at-spi pozwala na korzystanie z urz±dzeñ wspomagaj±cych w celu dostêpu
32 do aplikacji bazuj±cych na GTK. Przede wszystkim udostêpnia wewnêtrzne
33 interfejsy aplikacji dla automatyzacji, wiêc urz±dzenia takie jak
34 czytniki ekranu, lupy, czy nawet interfejsy skryptowe mog± odpytywaæ i
35 wspó³pracowaæ z kontrolkami interfejsu graficznego.
36
37 %package devel
38 Summary:        at-spi development files
39 Summary(pl):    Pliki programistyczne at-spi
40 Group:          X11/Development/Libraries
41 Requires:       %{name} = %{version}
42 Requires:       gtk-doc-common
43 Obsoletes:      libat-spi1-devel
44
45 %description devel
46 at-spi development files.
47
48 %description devel -l pl
49 Pliki programistyczne at-spi.
50
51 %package static
52 Summary:        at-spi static library
53 Summary(pl):    Statyczna biblioteka at-spi
54 Group:          X11/Development/Libraries
55 Requires:       %{name}-devel = %{version}
56
57 %description static
58 at-spi static library.
59
60 %description static -l pl
61 Statyczna biblioteka at-spi.
62
63 %prep
64 %setup -q
65
66 %build
67 %configure \
68         --with-html-path=%{_gtkdocdir} \
69         --enable-static
70
71 %{__make}
72
73 %install
74 rm -rf $RPM_BUILD_ROOT
75 %{__make} install \
76         DESTDIR=$RPM_BUILD_ROOT \
77         HTML_DIR=%{_gtkdocdir} \
78         pkgconfigdir=%{_pkgconfigdir} \
79         orbittypelibdir=%{orbit_libdir} \
80         serverinfodir=%{_bonobo_serverdir}
81
82 %clean
83 rm -rf $RPM_BUILD_ROOT
84
85 %post   -p /sbin/ldconfig
86 %postun -p /sbin/ldconfig
87
88 %files
89 %defattr(644,root,root,755)
90 %attr(755,root,root) %{_libdir}/*.so.*.*
91 %attr(755,root,root) %{_libdir}/at-spi-registryd
92 %attr(755,root,root) %{orbit_libdir}/*.??
93 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.??
94 %{_bonobo_serverdir}/*
95 %{_datadir}/idl/*
96
97 %files devel
98 %defattr(644,root,root,755)
99 %attr(755,root,root) %{_libdir}/*.so
100 %{_libdir}/*.la
101 %{_includedir}/*
102 %doc %{_gtkdocdir}/*
103 %{_pkgconfigdir}/*
104
105 %files static
106 %defattr(644,root,root,755)
107 %{_libdir}/*.a
108 %{_libdir}/gtk-2.0/modules/*.a 
109 %{orbit_libdir}/*.a
This page took 0.029466 seconds and 3 git commands to generate.