Accepting request 357609 from home:pluskalm:branches:multimedia:libs

- Use url for source
- Remove conditions for unsupported releases

OBS-URL: https://build.opensuse.org/request/show/357609
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libdbus-c++?expand=0&rev=14
This commit is contained in:
Takashi Iwai 2016-02-04 10:28:11 +00:00 committed by Git OBS Bridge
parent fc601f69c8
commit 8f799bd657
4 changed files with 11 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9e6042151a275a0ddc7a9ecb67724d4971a97f8fd091f60450ad6a954bf71d8e
size 367798

3
libdbus-c++-0.9.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61
size 466362

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Feb 3 19:52:06 UTC 2016 - mpluskal@suse.com
- Use url for source
- Remove conditions for unsupported releases
-------------------------------------------------------------------
Thu Aug 20 21:00:19 UTC 2015 - zaitor@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package libdbus-c++
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -23,7 +23,7 @@ Summary: C++ Interface for DBus
License: LGPL-2.1+
Group: System/Libraries
Url: http://dbus-cplusplus.sourceforge.net/index.html
Source0: %{name}-%{version}.tar.bz2
Source0: http://sourceforge.net/projects/dbus-cplusplus/files/dbus-c%%2B%%2B/%{version}/%{name}-%{version}.tar.gz
Source1: baselibs.conf
# Fix no return from function
Patch0: libdbus-c++-noreturn.patch
@ -49,11 +49,7 @@ BuildRequires: pkgconfig
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dbus-glib-1)
# ecore
%if 0%{?suse_version} >= 1030
BuildRequires: libexpat-devel
%else
BuildRequires: expat
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description