2007-06-05 04:42:52 +02:00
|
|
|
#
|
2013-03-08 13:25:15 +01:00
|
|
|
# spec file for package ndesk-dbus
|
2007-06-05 04:42:52 +02:00
|
|
|
#
|
2021-07-04 20:00:30 +02:00
|
|
|
# Copyright (c) 2021 SUSE LLC
|
2007-06-05 04:42:52 +02:00
|
|
|
#
|
2009-06-19 00:34:23 +02:00
|
|
|
# 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.
|
|
|
|
|
2021-07-04 20:00:30 +02:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2007-06-05 04:42:52 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: ndesk-dbus
|
2021-07-04 20:00:30 +02:00
|
|
|
Version: 0.6.1a
|
2013-03-08 13:25:15 +01:00
|
|
|
Release: 0
|
|
|
|
Summary: Managed C# implementation of D-Bus
|
2011-12-06 18:31:24 +01:00
|
|
|
License: MIT
|
2007-06-05 04:42:52 +02:00
|
|
|
Group: Development/Libraries/Other
|
2021-07-04 20:00:30 +02:00
|
|
|
URL: http://www.ndesk.org/DBusSharp
|
|
|
|
Source0: http://www.ndesk.org/archive/dbus-sharp/ndesk-dbus-0.6.1a.tar.gz
|
2013-03-08 13:25:15 +01:00
|
|
|
BuildRequires: mono-devel
|
|
|
|
BuildRequires: pkgconfig
|
2021-07-04 20:00:30 +02:00
|
|
|
Provides: ndesk-dbus-devel = %version
|
|
|
|
Obsoletes: ndesk-dbus-devel < %version
|
2007-06-05 04:42:52 +02:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
2008-02-15 01:11:02 +01:00
|
|
|
This is a C# implementation of D-Bus. It's often referred to as
|
2007-06-05 04:42:52 +02:00
|
|
|
"managed D-Bus" to avoid confusion with existing bindings (which wrap
|
|
|
|
libdbus).
|
|
|
|
|
2008-02-15 01:11:02 +01:00
|
|
|
It is a clean-room implementation based on the D-Bus Specification
|
|
|
|
Version 0.11 and study of the wire protocol of existing tools.
|
2007-06-05 04:42:52 +02:00
|
|
|
|
|
|
|
%prep
|
2021-07-04 20:00:30 +02:00
|
|
|
%setup -q
|
2007-06-05 04:42:52 +02:00
|
|
|
|
|
|
|
%build
|
2013-03-08 13:25:15 +01:00
|
|
|
%configure --libdir="%_prefix/lib"
|
2021-07-04 20:00:30 +02:00
|
|
|
%make_build
|
2007-06-05 04:42:52 +02:00
|
|
|
|
|
|
|
%install
|
2013-03-08 13:25:15 +01:00
|
|
|
# This is all noarch, so the .pc file can go to %%_datadir.
|
2021-07-04 20:00:30 +02:00
|
|
|
%make_install pkgconfigdir="%_datadir/pkgconfig"
|
2007-06-05 04:42:52 +02:00
|
|
|
|
|
|
|
%files
|
2021-07-04 20:00:30 +02:00
|
|
|
%license COPYING
|
|
|
|
%doc README
|
2008-02-15 01:11:02 +01:00
|
|
|
%_prefix/lib/mono/gac/NDesk.DBus
|
|
|
|
%_prefix/lib/mono/ndesk-dbus-1.0
|
|
|
|
%_datadir/pkgconfig/ndesk-dbus-1.0.pc
|
2021-07-04 20:00:30 +02:00
|
|
|
|
2008-02-15 01:11:02 +01:00
|
|
|
%define _use_internal_dependency_generator 0
|
|
|
|
%define __find_provides env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-provides && printf "%s\\n" "${filelist[@]}" | /usr/bin/mono-find-provides ; } | sort | uniq'
|
|
|
|
%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-requires && printf "%s\\n" "${filelist[@]}" | /usr/bin/mono-find-requires ; } | sort | uniq'
|
2007-06-05 04:42:52 +02:00
|
|
|
|
|
|
|
%changelog
|