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