]> git.pld-linux.org Git - packages/at-spi.git/blob - at-spi.spec
289b892f6ddf8655fb6aaaa2f629f70597f996af
[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.9
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 Patch0:         %{name}-am.patch
10 Patch1:         %{name}-libs.patch
11 URL:            http://developer.gnome.org/projects/gap/
12 BuildRequires:  atk-devel >= 1.1.5
13 BuildRequires:  gail-devel >= 1.1.5
14 BuildRequires:  gtk-doc >= 0.10-1
15 BuildRequires:  gtk+2-devel >= 2.1.5
16 BuildRequires:  libbonobo-devel >= 2.0.0
17 BuildRequires:  popt-devel
18 BuildRequires:  rpm-build >= 4.1-10
19 BuildRequires:  Xft-devel >= 2.1
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21 Obsoletes:      libat-spi1
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 %patch0 -p1
65 %patch1 -p1
66
67 %build
68 %{__libtoolize}
69 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
70 %{__automake}
71 %{__autoconf}
72 %configure \
73         --with-html-path=%{_gtkdocdir} \
74         --enable-static
75
76 %{__make}
77
78 %install
79 rm -rf $RPM_BUILD_ROOT
80 %{__make} install \
81         DESTDIR=$RPM_BUILD_ROOT \
82         HTML_DIR=%{_gtkdocdir} \
83         pkgconfigdir=%{_pkgconfigdir} \
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %post   -p /sbin/ldconfig
89 %postun -p /sbin/ldconfig
90
91 %files
92 %defattr(644,root,root,755)
93 %attr(755,root,root) %{_libdir}/*.so.*.*
94 %attr(755,root,root) %{_libdir}/at-spi-registryd
95 %{_libdir}/orbit-2.0/*.la
96 %attr(755,root,root) %{_libdir}/orbit-2.0/*.so
97 %{_libdir}/gtk-2.0/modules/lib*.la
98 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
99 %{_libdir}/bonobo/servers/*
100 %{_datadir}/idl/*
101
102 %files devel
103 %defattr(644,root,root,755)
104 %attr(755,root,root) %{_libdir}/*.so
105 %{_libdir}/*.la
106 %{_includedir}/*
107 %doc %{_gtkdocdir}/*
108 %{_pkgconfigdir}/*
109
110 %files static
111 %defattr(644,root,root,755)
112 %{_libdir}/*.a
113 %{_libdir}/gtk-2.0/modules/*.a 
114 %{_libdir}/orbit-2.0/*.a
This page took 0.028838 seconds and 3 git commands to generate.