File uiautomationwinforms.spec of Package uiautomationwinforms
#
# spec file for package uiautomationwinforms (Version 2.0.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: uiautomationwinforms
Version: 2.0.2
Release: 1
License: MIT
Group: System/Libraries
Url: http://www.mono-project.com/Accessibility
Source0: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: glib-sharp2 >= 2.12.8
Requires: gtk-sharp2 >= 2.12.8
Requires: mono-core >= 2.4
Requires: mono-data >= 2.4
Requires: mono-uia >= 2.0.2
Requires: mono-winfxcore
Requires: uiaatkbridge >= 2.0.2
BuildRequires: gtk-sharp2 >= 2.12.8
BuildRequires: glib-sharp2 >= 2.12.8
BuildRequires: mono-devel >= 2.4
BuildRequires: mono-data >= 2.4
BuildRequires: mono-nunit >= 2.4
BuildRequires: mono-uia >= 2.0.2
BuildRequires: mono-uia-devel >= 2.0.2
BuildRequires: mono-winfxcore
BuildRequires: uiaatkbridge >= 2.0.2
BuildRequires: intltool
Summary: Implementation of UIA providers
%description
Implementation of UIA providers for Mono's Winforms controls
%prep
%setup -q
%build
%configure --disable-tests
#Breaks make
make
%install
make DESTDIR=%{buildroot} install
%find_lang UIAutomationWinforms
%clean
rm -rf %{buildroot}
%files -f UIAutomationWinforms.lang
%defattr(-,root,root)
%doc COPYING README NEWS
%dir %_libdir/uiautomationwinforms
%_libdir/uiautomationwinforms/UIAutomationWinforms.dll*
%_prefix/lib/mono/gac/UIAutomationWinforms
%changelog