File at-spi-sharp.spec of Package at-spi-sharp

#
# spec file for package at-spi-sharp (Version 1.0.1)
#
# 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/
#



Name:           at-spi-sharp
Version:        1.0.1
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:       mono-core >= 2.4
BuildRequires:  mono-devel >= 2.4
BuildRequires:  mono-uia >= 2.0
BuildRequires:  ndesk-dbus-glib-devel
BuildRequires:  pkg-config

Summary:        C# bindings for at-spi

%description
C# mono bindings for at-spi

%package devel
License:        MIT
Group:          Development/Libraries/mono
Summary:        Devel package for at-spi-sharp mono bindings
Requires:       %{name} = %{version}

%description devel
Devel package that contains the pc file for at-spi-sharp

%prep
%setup -q

%build
%configure --disable-tests
#make %{?_smp_flags}
make

%install
%makeinstall

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%dir %{_prefix}/lib/mono/gac/at-spi-sharp/
%{_prefix}/lib/mono/accessibility/at-spi-sharp.dll
%{_prefix}/lib/mono/gac/at-spi-sharp/*

%files devel
%defattr(-,root,root)
%{_libdir}/pkgconfig/at-spi-sharp.pc

%changelog
openSUSE Build Service is sponsored by