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