]> git.pld-linux.org Git - packages/at-spi.git/blob - at-spi.spec
- updated to version 1.1.9
[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 URL:            http://developer.gnome.org/projects/gap/
11 BuildRequires:  atk-devel >= 1.1.5
12 BuildRequires:  gail-devel >= 1.1.5
13 BuildRequires:  gtk-doc >= 0.10-1
14 BuildRequires:  gtk+2-devel >= 2.1.5
15 BuildRequires:  libbonobo-devel >= 2.0.0
16 BuildRequires:  popt-devel
17 BuildRequires:  rpm-build >= 4.1-10
18 BuildRequires:  Xft-devel >= 2.1
19 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
20 Obsoletes:      libat-spi1
21
22 %description
23 at-spi allows assistive technologies to access GTK-based
24 applications. Essentially it exposes the internals of applications for
25 automation, so tools such as screen readers, magnifiers, or even
26 scripting interfaces can query and interact with GUI controls.
27
28 %description -l pl
29 at-spi pozwala na korzystanie z urz±dzeñ wspomagaj±cych w celu dostêpu
30 do aplikacji bazuj±cych na GTK. Przede wszystkim udostêpnia wewnêtrzne
31 interfejsy aplikacji dla automatyzacji, wiêc urz±dzenia takie jak
32 czytniki ekranu, lupy, czy nawet interfejsy skryptowe mog± odpytywaæ i
33 wspó³pracowaæ z kontrolkami interfejsu graficznego.
34
35 %package devel
36 Summary:        at-spi development files
37 Summary(pl):    Pliki programistyczne at-spi
38 Group:          X11/Development/Libraries
39 Requires:       %{name} = %{version}
40 Requires:       gtk-doc-common
41 Obsoletes:      libat-spi1-devel
42
43 %description devel
44 at-spi development files.
45
46 %description devel -l pl
47 Pliki programistyczne at-spi.
48
49 %package static
50 Summary:        at-spi static library
51 Summary(pl):    Statyczna biblioteka at-spi
52 Group:          X11/Development/Libraries
53 Requires:       %{name}-devel = %{version}
54
55 %description static
56 at-spi static library.
57
58 %description static -l pl
59 Statyczna biblioteka at-spi.
60
61 %prep
62 %setup -q
63 %patch0 -p1
64
65 %build
66 %{__libtoolize}
67 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
68 %{__automake}
69 %{__autoconf}
70 %configure \
71         --with-html-path=%{_gtkdocdir} \
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         pkgconfigdir=%{_pkgconfigdir} \
82
83 %clean
84 rm -rf $RPM_BUILD_ROOT
85
86 %post   -p /sbin/ldconfig
87 %postun -p /sbin/ldconfig
88
89 %files
90 %defattr(644,root,root,755)
91 %attr(755,root,root) %{_libdir}/*.so.*.*
92 %attr(755,root,root) %{_libdir}/at-spi-registryd
93 %{_libdir}/orbit-2.0/*.la
94 %attr(755,root,root) %{_libdir}/orbit-2.0/*.so
95 %{_libdir}/gtk-2.0/modules/lib*.la
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}/*.so
103 %{_libdir}/*.la
104 %{_includedir}/*
105 %doc %{_gtkdocdir}/*
106 %{_pkgconfigdir}/*
107
108 %files static
109 %defattr(644,root,root,755)
110 %{_libdir}/*.a
111 %{_libdir}/gtk-2.0/modules/*.a 
112 %{_libdir}/orbit-2.0/*.a
This page took 0.062563 seconds and 3 git commands to generate.