]> git.pld-linux.org Git - packages/at-spi.git/blob - at-spi.spec
58a000561e910788cfa0b942f6122f26882e59d0
[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.3.6
5 Release:        1
6 License:        LGPL
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/1.3/%{name}-%{version}.tar.bz2
9 # Source0-md5:  cb9aff5d0cedc799e6acf873a37c2a01
10 Patch0:         %{name}-am.patch
11 URL:            http://developer.gnome.org/projects/gap/
12 BuildRequires:  atk-devel >= 1.3.5
13 BuildRequires:  gail-devel >= 1.3.5
14 BuildRequires:  gtk-doc >= 0.10-1
15 BuildRequires:  gtk+2-devel >= 2.2.0
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 Obsoletes:      libat-spi1
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
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
66 %build
67 %{__libtoolize}
68 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
69 %{__automake}
70 %{__autoconf}
71 %configure \
72         --enable-static
73
74 %{__make}
75
76 %install
77 rm -rf $RPM_BUILD_ROOT
78 %{__make} install \
79         DESTDIR=$RPM_BUILD_ROOT \
80         HTML_DIR=%{_gtkdocdir}
81
82 # no static modules
83 rm -f $RPM_BUILD_ROOT%{_libdir}/{gtk-2.0/modules,orbit-2.0}/*.{la,a}
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}/lib*.so.*.*
94 %attr(755,root,root) %{_libdir}/at-spi-registryd
95 %attr(755,root,root) %{_libdir}/orbit-2.0/*.so
96 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
97 %{_libdir}/bonobo/servers/*
98 %{_datadir}/idl/*
99
100 %files devel
101 %defattr(644,root,root,755)
102 %attr(755,root,root) %{_libdir}/lib*.so
103 %{_libdir}/lib*.la
104 %{_includedir}/*
105 %doc %{_gtkdocdir}/*
106 %{_pkgconfigdir}/*
107
108 %files static
109 %defattr(644,root,root,755)
110 %{_libdir}/*.a
This page took 0.182776 seconds and 2 git commands to generate.