automatic rebuild by autodist [release 0.6.1a-2mamba;Thu Jul 11 2013]
This commit is contained in:
parent
48e4ff6ff5
commit
a4429921d0
@ -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.
|
||||
|
||||
|
69
mono-ndesk-dbus.spec
Normal file
69
mono-ndesk-dbus.spec
Normal file
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 0.6.1a-2mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Wed Apr 01 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.1a-1mamba
|
||||
- automatic update by autodist
|
||||
|
||||
* Wed Feb 18 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.6.0-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user