Accepting request 357689 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/357689 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbus-c++?expand=0&rev=9
This commit is contained in:
commit
edfdeb1d93
@ -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
3
libdbus-c++-0.9.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bc11ac297b3cb010be904c72789695543ee3fdf3d75cdc8225fd371385af4e61
|
||||
size 466362
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
- Export CFLAGS="%{optflags} -std=gnu++11" and
|
||||
CXXFLAGS="%{optflags} -std=gnu++11". Fix build with updated MM
|
||||
stack.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 23 10:03:24 UTC 2015 - dimstar@opensuse.org
|
||||
|
||||
|
@ -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
|
||||
@ -102,6 +98,8 @@ optional own main loop. Files for building against libdbus-c++
|
||||
%build
|
||||
#./autogen.sh
|
||||
export LDFLAGS="$LDFLAGS -lexpat -lpthread"
|
||||
export CFLAGS="%{optflags} -std=gnu++11"
|
||||
export CXXFLAGS="%{optflags} -std=gnu++11"
|
||||
%configure --disable-ecore --enable-doxygen-docs --enable-static=no
|
||||
make %{?_smp_flags}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user