forked from pool/pulseview
Accepting request 454147 from home:adamm:branches:devel:libraries:c_c++
- use individual libboost-*-devel packages instead of boost-devel OBS-URL: https://build.opensuse.org/request/show/454147 OBS-URL: https://build.opensuse.org/package/show/electronics/pulseview?expand=0&rev=10
This commit is contained in:
parent
1e0113514a
commit
fbcfe76f0c
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 2 11:46:14 UTC 2017 - adam.majer@suse.de
|
||||||
|
|
||||||
|
- use individual libboost-*-devel packages instead of boost-devel
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 22 21:26:57 UTC 2016 - stefan.bruens@rwth-aachen.de
|
Sat Oct 22 21:26:57 UTC 2016 - stefan.bruens@rwth-aachen.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pulseview
|
# spec file for package pulseview
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -25,7 +25,13 @@ Group: Productivity/Scientific/Electronics
|
|||||||
Url: http://sigrok.org
|
Url: http://sigrok.org
|
||||||
Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz
|
Source0: http://sigrok.org/download/source/pulseview/%{name}-%{version}.tar.gz
|
||||||
Source1: org.sigrok.Pulseview.appdata.xml
|
Source1: org.sigrok.Pulseview.appdata.xml
|
||||||
|
%if 0%{?suse_version} > 1325
|
||||||
|
BuildRequires: libboost_filesystem-devel
|
||||||
|
BuildRequires: libboost_test-devel
|
||||||
|
BuildRequires: libboost_thread-devel
|
||||||
|
%else
|
||||||
BuildRequires: boost-devel >= 1.53.0
|
BuildRequires: boost-devel >= 1.53.0
|
||||||
|
%endif
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: glib2-devel
|
BuildRequires: glib2-devel
|
||||||
%if 0%{?suse_version} > 1320
|
%if 0%{?suse_version} > 1320
|
||||||
|
Loading…
Reference in New Issue
Block a user