forked from pool/gnucap
fix build for mandriva
OBS-URL: https://build.opensuse.org/package/show/Education/gnucap?expand=0&rev=3
This commit is contained in:
parent
8bfc4936ae
commit
f67e1ba339
@ -19,11 +19,16 @@ Patch1: gnucap-0.35-gcc43.patch
|
|||||||
Patch2: gnucap-0.34-debian.patch
|
Patch2: gnucap-0.34-debian.patch
|
||||||
BuildRequires: gcc-c++ libpng-devel readline-devel
|
BuildRequires: gcc-c++ libpng-devel readline-devel
|
||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
|
%if 0%{?suse_version}
|
||||||
%if 0%{?suse_version} > 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: texlive-devel texlive-latex
|
BuildRequires: texlive-devel texlive-latex
|
||||||
%else
|
%else
|
||||||
BuildRequires: te_latex tetex
|
BuildRequires: te_latex tetex
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
%if 0%{?mandriva_version}
|
||||||
|
BuildRequires: tetex-latex tetex
|
||||||
|
%endif
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user