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