Sophie

Sophie

distrib > Mandriva > 2011.0 > x86_64 > by-pkgid > ec67e70a05fbd9df34e5c6803b86ad25 > files > 1

mono-uiaatkbridge-2.1-1mdv2011.0.src.rpm

%define oname uiaatkbridge

Name:     	mono-%{oname}
Version:	2.1
Release:	%mkrel 1
License:	MIT or X11
URL:		http://www.mono-a11y.org/
Source0:	http://mono-a11y.org/releases/%{version}/sources/%{oname}-%{version}.tar.bz2
BuildRequires:	mono-devel >= 2.4
BuildRequires:	mono-uia >= 2.1
BuildRequires:	atk-devel
BuildRequires:	gtk2-devel >= 2.12
BuildRequires:	glib-sharp2 >= 2.12.8
BuildRequires:	gtk-sharp2 >= 2.12.8
Requires:	libat-spi
Summary:	UIA to ATK Bridge
Group:		Development/Other
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-buildroot

%description
UiaAtkBridge is a project of the Mono Accessibility team. Its purpose
is to translate between providers implementing interfaces from Microsoft's
UI Automation (UIA) specification, and the native accessibility infrastructure
on the Linux desktop (ATK).

The bridge contains adapter Atk.Objects that wrap UIA providers.  Adapter
behavior is determined by provider ControlType and supported pattern interfaces.
The bridge implements interfaces from UIAutomationBridge which allow the UI
Automation core to send it automation events and provider information.

%prep
%setup -q -n %oname-%version

%build
%configure2_5x --disable-static --disable-tests
make

%install
rm -rf %buildroot
%makeinstall_std

rm -f %{buildroot}/%_libdir/uiaatkbridge/libbridge-glue.la

%clean
rm -rf %buildroot

%files
%defattr(-, root, root)
%_libdir/uiaatkbridge/UiaAtkBridge.dll*
%_prefix/lib/mono/gac/UiaAtkBridge
%_libdir/uiaatkbridge/*.so


%changelog
* Fri Oct 08 2010 Funda Wang <fwang@mandriva.org> 2.1-1mdv2011.0
+ Revision: 584180
- new version 2.1
- update url
- update url

* Sat Feb 27 2010 Funda Wang <fwang@mandriva.org> 2.0-1mdv2010.1
+ Revision: 512313
- New version 2.0

* Mon May 04 2009 Funda Wang <fwang@mandriva.org> 1.0-1mdv2010.0
+ Revision: 371743
- disable test
- New version 1.0
- update url
- New version 0.9.1

* Sat Jan 17 2009 Funda Wang <fwang@mandriva.org> 0.9-3mdv2009.1
+ Revision: 330397
- Requires at-spi for dllimport

* Fri Jan 16 2009 Funda Wang <fwang@mandriva.org> 0.9-2mdv2009.1
+ Revision: 330119
- fix typo in Makefile

* Fri Jan 16 2009 Funda Wang <fwang@mandriva.org> 0.9-1mdv2009.1
+ Revision: 330108
- import mono-uiaatkbridge