Accepting request 768871 from KDE:Applications
- Remove the unneeded python dependency - Remove obsolete conditions - Drop fix_build_leap.diff OBS-URL: https://build.opensuse.org/request/show/768871 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rocs?expand=0&rev=116
This commit is contained in:
commit
06af33bc25
@ -1,20 +0,0 @@
|
||||
From 0f4955b0b25a0caad18a0b1bbe268c239bbe8da5 Mon Sep 17 00:00:00 2001
|
||||
From: Raymond Wooninck <tittiatcoke@gmail.com>
|
||||
Date: Sat, 19 Nov 2016 13:36:11 +0100
|
||||
Subject: Make it work on Leap
|
||||
|
||||
|
||||
diff --git a/libgraphtheory/CMakeLists.txt b/libgraphtheory/CMakeLists.txt
|
||||
index 0065feb..e61e77d 100644
|
||||
--- a/libgraphtheory/CMakeLists.txt
|
||||
+++ b/libgraphtheory/CMakeLists.txt
|
||||
@@ -21,6 +21,9 @@
|
||||
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
+SET(GCC_COVERAGE_COMPILE_FLAGS "-fext-numeric-literals")
|
||||
+SET( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${GCC_COVERAGE_COMPILE_FLAGS}" )
|
||||
+
|
||||
include_directories(
|
||||
./
|
||||
)
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 30 19:02:13 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Remove the unneeded python dependency
|
||||
- Remove obsolete conditions
|
||||
- Drop fix_build_leap.diff
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 7 10:36:36 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -32,7 +32,6 @@ Source: https://download.kde.org/stable/release-service/%{version}/src/%
|
||||
Source1: https://download.kde.org/stable/release-service/%{version}/src/%{name}-%{version}.tar.xz.sig
|
||||
Source2: applications.keyring
|
||||
%endif
|
||||
Patch1: fix_build_leap.diff
|
||||
BuildRequires: extra-cmake-modules >= 1.7.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: cmake(Grantlee5)
|
||||
@ -46,7 +45,6 @@ BuildRequires: cmake(KF5I18n)
|
||||
BuildRequires: cmake(KF5Service)
|
||||
BuildRequires: cmake(KF5TextEditor)
|
||||
BuildRequires: cmake(KF5XmlGui)
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: xz
|
||||
BuildRequires: cmake(Qt5Concurrent)
|
||||
@ -63,11 +61,7 @@ BuildRequires: cmake(Qt5Widgets)
|
||||
BuildRequires: cmake(Qt5XmlPatterns)
|
||||
Obsoletes: %{name}5 < %{version}
|
||||
Provides: %{name}5 = %{version}
|
||||
%if 0%{?suse_version} > 1325
|
||||
BuildRequires: libboost_headers-devel
|
||||
%else
|
||||
BuildRequires: boost-devel
|
||||
%endif
|
||||
%if %{with lang}
|
||||
Recommends: %{name}-lang
|
||||
%endif
|
||||
@ -107,9 +101,6 @@ to build software using Rocs.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%if 0%{?suse_version} < 1330
|
||||
%patch1 -p1
|
||||
%endif
|
||||
|
||||
%build
|
||||
%ifarch ppc ppc64
|
||||
|
Loading…
x
Reference in New Issue
Block a user