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