]> git.pld-linux.org Git - packages/at-spi.git/blob - at-spi.spec
- rel. 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.4.2
5 Release:        3
6 License:        LGPL
7 Group:          X11/Libraries
8 Source0:        http://ftp.gnome.org/pub/gnome/sources/%{name}/1.4/%{name}-%{version}.tar.bz2
9 # Source0-md5:  e36683a6e55fcb5ef2e6ef05806f9c3e
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 Requires:       gtk+2-devel
47 Requires:       libbonobo-devel
48 Obsoletes:      libat-spi1-devel
49
50 %description devel
51 at-spi development files.
52
53 %description devel -l pl
54 Pliki programistyczne at-spi.
55
56 %package static
57 Summary:        at-spi static library
58 Summary(pl):    Statyczna biblioteka at-spi
59 Group:          X11/Development/Libraries
60 Requires:       %{name}-devel = %{version}-%{release}
61
62 %description static
63 at-spi static library.
64
65 %description static -l pl
66 Statyczna biblioteka at-spi.
67
68 %prep
69 %setup -q
70
71 %build
72 %{__libtoolize}
73 %{__aclocal} -I %{_aclocaldir}/gnome2-macros
74 %{__automake}
75 %{__autoconf}
76 %configure \
77         --enable-static \
78         --enable-gtk-doc \
79         --with-html-dir=%{_gtkdocdir}
80
81 %{__make}
82
83 %install
84 rm -rf $RPM_BUILD_ROOT
85
86 %{__make} install \
87         DESTDIR=$RPM_BUILD_ROOT \
88         HTML_DIR=%{_gtkdocdir}
89
90 # no static modules
91 rm -f $RPM_BUILD_ROOT%{_libdir}/{gtk-2.0/modules,orbit-2.0}/*.{la,a}
92
93 %clean
94 rm -rf $RPM_BUILD_ROOT
95
96 %post   -p /sbin/ldconfig
97 %postun -p /sbin/ldconfig
98
99 %files
100 %defattr(644,root,root,755)
101 %attr(755,root,root) %{_libdir}/lib*.so.*.*
102 %attr(755,root,root) %{_libdir}/at-spi-registryd
103 %attr(755,root,root) %{_libdir}/orbit-2.0/*.so
104 %attr(755,root,root) %{_libdir}/gtk-2.0/modules/lib*.so
105 %{_libdir}/bonobo/servers/*
106 %{_datadir}/idl/*
107
108 %files devel
109 %defattr(644,root,root,755)
110 %attr(755,root,root) %{_libdir}/lib*.so
111 %{_libdir}/lib*.la
112 %{_includedir}/*
113 %{_gtkdocdir}/*
114 %{_pkgconfigdir}/*
115
116 %files static
117 %defattr(644,root,root,755)
118 %{_libdir}/*.a
This page took 0.430883 seconds and 4 git commands to generate.