]> git.pld-linux.org Git - packages/at-spi.git/blob - at-spi.spec
- pl description, release 2
[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.0.2
5 Release:        2
6 License:        LGPL
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/pub/GNOME/2.0.1/sources/%{name}/%{name}-%{version}.tar.bz2
9 URL:            http://developer.gnome.org/projects/gap/
10 BuildRequires:  atk-devel >= 1.0.3
11 BuildRequires:  gail-devel >= 0.17
12 BuildRequires:  gtk-doc >= 0.9-2
13 BuildRequires:  gtk+2-devel >= 2.0.6
14 BuildRequires:  libbonobo-devel >= 2.0.0
15 BuildRequires:  popt-devel
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17 Obsoletes:      libat-spi1
18
19 %define         _prefix         /usr/X11R6
20 %define         _gtkdocdir      %{_defaultdocdir}/gtk-doc/html
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
64 %build
65 %configure \
66         --with-html-path=%{_gtkdocdir} \
67         --enable-static
68
69 %{__make}
70
71 %install
72 rm -rf $RPM_BUILD_ROOT
73 %{__make} install \
74         DESTDIR=$RPM_BUILD_ROOT \
75         HTML_DIR=%{_gtkdocdir} \
76         pkgconfigdir=%{_pkgconfigdir}
77
78 %clean
79 rm -rf $RPM_BUILD_ROOT
80
81 %post   -p /sbin/ldconfig
82 %postun -p /sbin/ldconfig
83
84 %files
85 %defattr(644,root,root,755)
86 #%attr(755,root,root) %{_bindir}/*
87 %attr(755,root,root) %{_libdir}/*.so.*.*
88 %attr(755,root,root) %{_libdir}/at-spi-registryd
89 %{_libdir}/bonobo/servers/*
90 %attr(755,root,root) %{_libdir}/orbit-2.0/*.??
91 %{_datadir}/idl/*
92
93 %files devel
94 %defattr(644,root,root,755)
95 %attr(755,root,root) %{_libdir}/*.so
96 %attr(755,root,root) %{_libdir}/*.la
97 %{_includedir}/*
98 %doc %{_gtkdocdir}/*
99 %{_pkgconfigdir}/*
100
101 %files static
102 %defattr(644,root,root,755)
103 %{_libdir}/*.a
This page took 0.391751 seconds and 4 git commands to generate.