]> git.pld-linux.org Git - packages/at-spi.git/blob - at-spi.spec
- up to version 1.3.14
[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.14
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:  995f88a830002d4c87e2f5a4a78cfcd5
10 URL:            http://developer.gnome.org/projects/gap/
11 BuildRequires:  atk-devel >= 1.4.0
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRequires:  gail-devel >= 1.4.0
15 BuildRequires:  gnome-common
16 BuildRequires:  gtk-doc >= 1.1
17 BuildRequires:  gtk+2-devel >= 2.2.3
18 BuildRequires:  libbonobo-devel >= 2.4.0
19 BuildRequires:  libtool
20 BuildRequires:  perl-base
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}-%{release}
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}-%{release}
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
69 %build
70 %{__libtoolize}
71 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
72 %{__automake}
73 %{__autoconf}
74 %configure \
75         --enable-static \
76         --enable-gtk-doc \
77         --with-html-dir=%{_gtkdocdir}
78
79 %{__make}
80
81 %install
82 rm -rf $RPM_BUILD_ROOT
83
84 %{__make} install \
85         DESTDIR=$RPM_BUILD_ROOT \
86         HTML_DIR=%{_gtkdocdir}
87
88 # no static modules
89 rm -f $RPM_BUILD_ROOT%{_libdir}/{gtk-2.0/modules,orbit-2.0}/*.{la,a}
90
91 %clean
92 rm -rf $RPM_BUILD_ROOT
93
94 %post   -p /sbin/ldconfig
95 %postun -p /sbin/ldconfig
96
97 %files
98 %defattr(644,root,root,755)
99 %attr(755,root,root) %{_libdir}/lib*.so.*.*
100 %attr(755,root,root) %{_libdir}/at-spi-registryd
101 %attr(755,root,root) %{_libdir}/orbit-2.0/*.so
102 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
103 %{_libdir}/bonobo/servers/*
104 %{_datadir}/idl/*
105
106 %files devel
107 %defattr(644,root,root,755)
108 %attr(755,root,root) %{_libdir}/lib*.so
109 %{_libdir}/lib*.la
110 %{_includedir}/*
111 %{_gtkdocdir}/*
112 %{_pkgconfigdir}/*
113
114 %files static
115 %defattr(644,root,root,755)
116 %{_libdir}/*.a
This page took 0.031935 seconds and 3 git commands to generate.