Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 859cf3f0a2 | |||
| 08cd33e1fc | |||
|
|
9065dabe6d | ||
|
|
12bade70a5 | ||
|
|
4e5badd49a | ||
| bc4cd08dc3 |
4
_scmsync.obsinfo
Normal file
4
_scmsync.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
mtime: 1757621939
|
||||
commit: d57bccbd6682033015c660d96df650aad24c99b2
|
||||
url: https://src.opensuse.org/jengelh/gfan
|
||||
revision: master
|
||||
@@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 20:16:25 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Specifically request pkgconfig(cddgmp) now that it exists.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 10 09:05:35 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
||||
10
gfan.spec
10
gfan.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gfan
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -32,24 +32,20 @@ Patch4: gfan-c++20.patch
|
||||
Patch5: gfan-gcd.patch
|
||||
Patch6: gfan-multiplicities.patch
|
||||
BuildRequires: automake
|
||||
BuildRequires: cddlib-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: pkgconfig(cddgmp)
|
||||
%define with_pdf 1
|
||||
%if 0%{?with_pdf}
|
||||
BuildRequires: texlive-latex
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildRequires: texlive-amsfonts
|
||||
BuildRequires: texlive-bibtex
|
||||
BuildRequires: texlive-cm-super
|
||||
BuildRequires: texlive-dvips
|
||||
BuildRequires: texlive-latex
|
||||
BuildRequires: texlive-ntgclass
|
||||
BuildRequires: texlive-ulem
|
||||
%if 0%{?suse_version} > 1230
|
||||
BuildRequires: tex(english.ldf)
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
# Software requires the presence of __int128; possibly relevant for armv7l too
|
||||
ExcludeArch: %ix86
|
||||
|
||||
|
||||
Reference in New Issue
Block a user