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