Accepting request 903426 from home:susnux:branches:Mono:Factory
- Update to version 0.6.1a - Fix self-obsoletes OBS-URL: https://build.opensuse.org/request/show/903426 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/ndesk-dbus?expand=0&rev=5
This commit is contained in:
parent
6497fb1d12
commit
541e30e830
3
ndesk-dbus-0.6.1a.tar.gz
Normal file
3
ndesk-dbus-0.6.1a.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:bb4681f9bfb9cc175cf2c2afbf55706975db45d55d11701f52cb4e436377ae0b
|
||||||
|
size 121667
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 1 12:59:43 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>
|
||||||
|
|
||||||
|
- Update to version 0.6.1a
|
||||||
|
* Improve exception handling
|
||||||
|
- Fix self-obsoletes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 12 01:56:57 UTC 2013 - jengelh@inai.de
|
Sat Jan 12 01:56:57 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ndesk-dbus
|
# spec file for package ndesk-dbus
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,32 +12,22 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: ndesk-dbus
|
Name: ndesk-dbus
|
||||||
Version: 0.6.0
|
Version: 0.6.1a
|
||||||
Release: 0
|
Release: 0
|
||||||
%if 0%{?fedora_version}
|
|
||||||
%define env_options export MONO_SHARED_DIR=/tmp
|
|
||||||
%endif
|
|
||||||
%if 0%{?sles_version} == 9
|
|
||||||
%define exp_env export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/gnome/%{_lib}/pkgconfig
|
|
||||||
%endif
|
|
||||||
Summary: Managed C# implementation of D-Bus
|
Summary: Managed C# implementation of D-Bus
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
Url: http://www.ndesk.org/DBusSharp
|
URL: http://www.ndesk.org/DBusSharp
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
Source0: http://www.ndesk.org/archive/dbus-sharp/ndesk-dbus-0.6.1a.tar.gz
|
||||||
Source0: %{name}-%{version}.tar.bz2
|
|
||||||
Provides: ndesk-dbus-devel < %{version}
|
|
||||||
Obsoletes: ndesk-dbus-devel < %{version}
|
|
||||||
BuildRequires: mono-devel
|
BuildRequires: mono-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
%if 0%{?sles_version} == 9 || 0%{?suse_version} == 1000
|
Provides: ndesk-dbus-devel = %version
|
||||||
BuildRequires: glib2-devel
|
Obsoletes: ndesk-dbus-devel < %version
|
||||||
%endif
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -48,32 +38,25 @@ libdbus).
|
|||||||
It is a clean-room implementation based on the D-Bus Specification
|
It is a clean-room implementation based on the D-Bus Specification
|
||||||
Version 0.11 and study of the wire protocol of existing tools.
|
Version 0.11 and study of the wire protocol of existing tools.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{?exp_env}
|
|
||||||
%{?env_options}
|
|
||||||
%configure --libdir="%_prefix/lib"
|
%configure --libdir="%_prefix/lib"
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%{?env_options}
|
|
||||||
# This is all noarch, so the .pc file can go to %%_datadir.
|
# This is all noarch, so the .pc file can go to %%_datadir.
|
||||||
make install DESTDIR="%buildroot" pkgconfigdir="%_datadir/pkgconfig"
|
%make_install pkgconfigdir="%_datadir/pkgconfig"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc COPYING README
|
%doc README
|
||||||
%_prefix/lib/mono/gac/NDesk.DBus
|
%_prefix/lib/mono/gac/NDesk.DBus
|
||||||
%_prefix/lib/mono/ndesk-dbus-1.0
|
%_prefix/lib/mono/ndesk-dbus-1.0
|
||||||
%_datadir/pkgconfig/ndesk-dbus-1.0.pc
|
%_datadir/pkgconfig/ndesk-dbus-1.0.pc
|
||||||
%if 0%{?fedora_version}
|
|
||||||
# Allows overrides of __find_provides in fedora distros... (already set to zero on newer suse distros)
|
|
||||||
%define _use_internal_dependency_generator 0
|
%define _use_internal_dependency_generator 0
|
||||||
%endif
|
|
||||||
%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_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'
|
%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'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user