]> git.pld-linux.org Git - packages/at-spi.git/blob - at-spi.spec
- updated to 1.6.2 STBR
[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.2
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:  36506fc631bde9bd636e85c5173167fb
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.1
16 BuildRequires:  gnome-common >= 2.8.0
17 BuildRequires:  gtk-doc >= 1.1
18 BuildRequires:  gtk+2-devel >= 2:2.2.3
19 BuildRequires:  libbonobo-devel >= 2.4.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.8.0
48 Requires:       gtk+2-devel >= 2.2.3
49 Requires:       gtk-doc-common
50 Requires:       libbonobo-devel >= 2.4.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
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.030104 seconds and 3 git commands to generate.