From a85ab270196646dec7885d9cc792d76c896e9bb0ce728f9f7a6472c5ac893bc3 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 15 Feb 2021 10:25:45 +0000 Subject: [PATCH] - Update project url OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/flex?expand=0&rev=39 --- flex.changes | 5 +++++ flex.spec | 14 +++++++------- 2 files changed, 12 insertions(+), 7 deletions(-) diff --git a/flex.changes b/flex.changes index fb2e12c..a91dfdc 100644 --- a/flex.changes +++ b/flex.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Feb 15 10:12:39 UTC 2021 - Martin Pluskal + +- Update project url + ------------------------------------------------------------------- Wed Aug 14 14:37:36 UTC 2019 - Martin Pluskal diff --git a/flex.spec b/flex.spec index c07eec3..9bf16e4 100644 --- a/flex.spec +++ b/flex.spec @@ -1,7 +1,7 @@ # # spec file for package flex # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # 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 @@ Release: 0 Summary: Fast Lexical Analyzer Generator License: BSD-3-Clause Group: Development/Languages/C and C++ -URL: http://flex.sourceforge.net/ +URL: https://github.com/westes/flex Source: https://github.com/westes/flex/releases/download/v%{version}/flex-%{version}.tar.gz Source1: lex-wrapper.sh Source2: README.SUSE @@ -74,17 +74,17 @@ autoreconf -fi %configure \ --docdir=%{_docdir}/%{name} %if 0%{?do_profiling} - make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" V=1 + %make_build CFLAGS="%{optflags} %{cflags_profile_generate}" # do not run profiling in parallel for reproducible builds (boo#1040589 boo#1102408) make CFLAGS="%{optflags} %{cflags_profile_generate}" check - make %{?_smp_mflags} clean - make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_feedback}" V=1 + %make_build clean + %make_build CFLAGS="%{optflags} %{cflags_profile_feedback}" %else - make %{?_smp_mflags} CFLAGS="%{optflags}" + %make_build CFLAGS="%{optflags}" %endif %check -make %{?_smp_mflags} check +%make_build check %install %make_install