From a4429921d0e290db7cc38a0f64f9751f7c252883 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 07:14:00 +0100 Subject: [PATCH] automatic rebuild by autodist [release 0.6.1a-2mamba;Thu Jul 11 2013] --- README.md | 4 +++ mono-ndesk-dbus.spec | 69 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 73 insertions(+) create mode 100644 mono-ndesk-dbus.spec diff --git a/README.md b/README.md index 3ad0213..0c77f54 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # mono-ndesk-dbus +ndesk-dbus is a C# implementation of D-Bus. It's often referred to as dbus-sharp, or "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). + +D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration. + diff --git a/mono-ndesk-dbus.spec b/mono-ndesk-dbus.spec new file mode 100644 index 0000000..1e162d5 --- /dev/null +++ b/mono-ndesk-dbus.spec @@ -0,0 +1,69 @@ +Name: mono-ndesk-dbus +Version: 0.6.1a +Release: 2mamba +Summary: A C# implementation of D-Bus +Group: System/Tools +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.ndesk.org/DBusSharp +Source: http://www.ndesk.org/archive/dbus-sharp/ndesk-dbus-%{version}.tar.gz +License: MIT +Provides: ndesk-dbus +Obsoletes: ndesk-dbus +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +ndesk-dbus is a C# implementation of D-Bus. It's often referred to as dbus-sharp, or "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). + +D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} +Provides: ndesk-dbus-devel +Obsoletes: ndesk-dbus-devel + +%description devel +ndesk-dbus is a C# implementation of D-Bus. It's often referred to as dbus-sharp, or "managed D-Bus" to avoid confusion with existing bindings (which wrap libdbus). + +D-Bus is an inter-process communication framework that lets applications interface with the system event bus as well as allowing them to talk to one another in a peer-to-peer configuration. + +This package contains static libraries and header files need for development. + +%prep + +%setup -q -n ndesk-dbus-%{version} + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_libdir}/mono/gac/NDesk.DBus/*/NDesk.DBus.dll +%{_libdir}/mono/gac/NDesk.DBus/*/NDesk.DBus.dll.mdb +%{_libdir}/mono/ndesk-dbus-1.0/NDesk.DBus.dll +%doc AUTHORS COPYING README + +%files devel +%defattr(-,root,root) +%{_exec_prefix}/lib/pkgconfig/*.pc + +%changelog +* Thu Jul 11 2013 Automatic Build System 0.6.1a-2mamba +- automatic rebuild by autodist + +* Wed Apr 01 2009 Silvan Calarco 0.6.1a-1mamba +- automatic update by autodist + +* Wed Feb 18 2009 Silvan Calarco 0.6.0-1mamba +- package created by autospec