.
OBS-URL: https://build.opensuse.org/package/show/science/gfan?expand=0&rev=11
This commit is contained in:
parent
1493a77250
commit
3a36754000
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 12 08:45:36 UTC 2013 - werner@suse.de
|
||||
|
||||
- Make it build with latest TeXLive 2013
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 6 10:02:08 UTC 2012 - jengelh@inai.de
|
||||
|
||||
|
23
gfan.spec
23
gfan.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gfan
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -14,14 +14,16 @@
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gfan
|
||||
%define lname libgfan-0_5
|
||||
Version: 0.5
|
||||
Release: 0
|
||||
Group: Productivity/Scientific/Math
|
||||
Summary: Calculation of Gröbner fans
|
||||
License: GPL-2.0
|
||||
URL: http://home.imf.au.dk/jensen/software/gfan/gfan.html
|
||||
Group: Productivity/Scientific/Math
|
||||
Url: http://home.imf.au.dk/jensen/software/gfan/gfan.html
|
||||
|
||||
Source: %name%version.tar.bz2
|
||||
Patch1: gfan-automake.diff
|
||||
@ -29,12 +31,23 @@ Patch2: gfan-format.diff
|
||||
Patch3: gfan-returns.diff
|
||||
Patch4: gfan-remove-debug-code.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: cddlib-devel, gcc-c++, gmp-devel, libtool >= 2
|
||||
BuildRequires: cddlib-devel
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gmp-devel
|
||||
BuildRequires: libtool >= 2
|
||||
%define with_pdf 1
|
||||
%if 0%{?with_pdf}
|
||||
BuildRequires: texlive-latex
|
||||
%if 0%{?suse_version} >= 1230
|
||||
BuildRequires: texlive-bibtex, texlive-dvips, texlive-ntgclass, texlive-ulem
|
||||
BuildRequires: texlive-amsfonts
|
||||
BuildRequires: texlive-bibtex
|
||||
BuildRequires: texlive-cm-super
|
||||
BuildRequires: texlive-dvips
|
||||
BuildRequires: texlive-ntgclass
|
||||
BuildRequires: texlive-ulem
|
||||
%if 0%{?suse_version} > 1230
|
||||
BuildRequires: tex(english.ldf)
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user