]> git.pld-linux.org Git - packages/at-spi.git/blob - at-spi.spec
- updated to 1.6.3
[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.3
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:  e8d9c4b88e110a15cbf784b320fa0ad9
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:  libbonobo-devel >= 2.8.0
20 BuildRequires:  libtool
21 BuildRequires:  perl-base
22 BuildRequires:  pkgconfig
23 BuildRequires:  popt-devel
24 BuildRequires:  rpm-build >= 4.1-10
25 BuildRequires:  xft-devel >= 2.1
26 Obsoletes:      libat-spi1
27 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
28
29 %description
30 at-spi allows assistive technologies to access GTK-based
31 applications. Essentially it exposes the internals of applications for
32 automation, so tools such as screen readers, magnifiers, or even
33 scripting interfaces can query and interact with GUI controls.
34
35 %description -l pl
36 at-spi pozwala na korzystanie z urz±dzeñ wspomagaj±cych w celu dostêpu
37 do aplikacji bazuj±cych na GTK. Przede wszystkim udostêpnia wewnêtrzne
38 interfejsy aplikacji dla automatyzacji, wiêc urz±dzenia takie jak
39 czytniki ekranu, lupy, czy nawet interfejsy skryptowe mog± odpytywaæ i
40 wspó³pracowaæ z kontrolkami interfejsu graficznego.
41
42 %package devel
43 Summary:        at-spi development files
44 Summary(pl):    Pliki programistyczne at-spi
45 Group:          X11/Development/Libraries
46 Requires:       %{name} = %{version}-%{release}
47 Requires:       atk-devel >= 1:1.9.0
48 Requires:       gtk+2-devel >= 2:2.6.3
49 Requires:       gtk-doc-common
50 Requires:       libbonobo-devel >= 2.8.0
51 Obsoletes:      libat-spi1-devel
52
53 %description devel
54 at-spi development files.
55
56 %description devel -l pl
57 Pliki programistyczne at-spi.
58
59 %package static
60 Summary:        at-spi static library
61 Summary(pl):    Statyczna biblioteka at-spi
62 Group:          X11/Development/Libraries
63 Requires:       %{name}-devel = %{version}-%{release}
64
65 %description static
66 at-spi static library.
67
68 %description static -l pl
69 Statyczna biblioteka at-spi.
70
71 %prep
72 %setup -q
73
74 %build
75 %{__libtoolize}
76 %{__aclocal}
77 %{__automake}
78 %{__autoconf}
79 %configure \
80         --enable-static \
81         --enable-gtk-doc \
82         --with-html-dir=%{_gtkdocdir}
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.052708 seconds and 4 git commands to generate.