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