Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
dbus-sharp
dbus-sharp.spec
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File dbus-sharp.spec of Package dbus-sharp
# # spec file for package dbus-sharp # # Copyright (c) 2011 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/ # # Define _libexecdir for <= 1110 %if 0%{?suse_version} <= 1110 %define _libexecdir %{_prefix}/lib %endif Name: dbus-sharp Version: 0.7.0 Release: 3 License: MIT Summary: Managed C# implementation of D-Bus Url: http://mono.github.com/dbus-sharp/ Group: Development/Libraries/Other Source0: %{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch BuildRequires: pkgconfig %if 0%{?suse_version} >= 1130 BuildRequires: pkgconfig(mono) %else BuildRequires: mono-devel %endif %description This is DBus-Sharp, a fork of ndesk-dbus or simply a C# implementation of D-Bus. It is a clean-room implementation based on the D-Bus Specification Version 0.11 and study of the wire protocol of existing tools. %package devel License: MIT Summary: Managed C# implementation of D-Bus Group: Development/Libraries/Other Requires: %{name} = %{version} %description devel This is DBus-Sharp, a fork of ndesk-dbus or simply a C# implementation of D-Bus. It is a clean-room implementation based on the D-Bus Specification Version 0.11 and study of the wire protocol of existing tools. %prep %setup -q %build %configure \ --libdir=%{_libexecdir} make %{?_smp_mflags} %install # For backward compatability with <= 1110 make DESTDIR=%{buildroot} install # Move .pc file to /usr/share/pkgconfig (for no arch) and remove from libdir install -Dm 0644 %{name}-1.0.pc %{buildroot}%{_datadir}/pkgconfig/%{name}-1.0.pc find %{buildroot}%{_libexecdir} -name %{name}-1.0.pc -type f -print -delete %files %defattr(-,root,root) %doc COPYING README %{_libexecdir}/mono/gac/%{name}/ %{_libexecdir}/mono/%{name}-1.0/ %files devel %defattr(-,root,root) %{_datadir}/pkgconfig/%{name}-1.0.pc %changelog
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor