Accepting request 1122967 from science

- Update homepage URLs

OBS-URL: https://build.opensuse.org/request/show/1122967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/azove?expand=0&rev=3
This commit is contained in:
Ana Guerrero 2023-11-03 21:19:58 +00:00 committed by Git OBS Bridge
commit cae66531e6
2 changed files with 9 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 2 22:58:47 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update homepage URLs
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 24 15:48:35 UTC 2019 - Jan Engelhardt <jengelh@inai.de> Sat Aug 24 15:48:35 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package azove # spec file for package azove
# #
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2023 SUSE LLC
# #
# 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
@ -22,11 +22,8 @@ Release: 0
Summary: Another Zero One Vertex Enumeration tool Summary: Another Zero One Vertex Enumeration tool
License: GPL-2.0-or-later License: GPL-2.0-or-later
Group: Productivity/Scientific/Math Group: Productivity/Scientific/Math
URL: https://www.mpi-inf.mpg.de/~behle/azove.html URL: https://people.mpi-inf.mpg.de/alumni/d1/2019/behle/azove.html
Source: https://people.mpi-inf.mpg.de/alumni/d1/2019/behle/%name-%version.tar.gz
# without a cookie, mpi-inf.mpg.de presents a landing page, failing the download check :(
#Source: https://www.mpi-inf.mpg.de/~behle/%name-%version.tar.gz
Source: %name-%version.tar.gz
Patch1: azove-cpp.diff Patch1: azove-cpp.diff
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gmp-devel BuildRequires: gmp-devel
@ -47,7 +44,7 @@ knapsack problem and the 0/1 subset sum problem.
%autosetup -p1 %autosetup -p1
%build %build
make %{?_smp_mflags} COMPILER_FLAGS="%optflags" %make_build COMPILER_FLAGS="%optflags"
%install %install
c="%buildroot/%_bindir" c="%buildroot/%_bindir"