Dr. Werner Fink 2013-09-12 08:45:56 +00:00 committed by Git OBS Bridge
parent 1493a77250
commit 3a36754000
2 changed files with 34 additions and 16 deletions

View File

@ -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 Thu Dec 6 10:02:08 UTC 2012 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package gfan # 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 # 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
@ -14,14 +14,16 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via http://bugs.opensuse.org/
# #
Name: gfan Name: gfan
%define lname libgfan-0_5 %define lname libgfan-0_5
Version: 0.5 Version: 0.5
Release: 0 Release: 0
Group: Productivity/Scientific/Math
Summary: Calculation of Gröbner fans Summary: Calculation of Gröbner fans
License: GPL-2.0 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 Source: %name%version.tar.bz2
Patch1: gfan-automake.diff Patch1: gfan-automake.diff
@ -29,12 +31,23 @@ Patch2: gfan-format.diff
Patch3: gfan-returns.diff Patch3: gfan-returns.diff
Patch4: gfan-remove-debug-code.diff Patch4: gfan-remove-debug-code.diff
BuildRoot: %{_tmppath}/%{name}-%{version}-build 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 %define with_pdf 1
%if 0%{?with_pdf} %if 0%{?with_pdf}
BuildRequires: texlive-latex BuildRequires: texlive-latex
%if 0%{?suse_version} >= 1230 %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
%endif %endif