[pari/f14/master] Switch the latex dependecies over the the virtual vesions

tremble tremble at fedoraproject.org
Fri Oct 1 10:48:35 UTC 2010


commit c6ceba26eee3e9ed2ebbc892f1d9ec63dfe47095
Author: Mark Chappell <tremble at fedoraproject.org>
Date:   Fri Oct 1 12:47:36 2010 +0200

    Switch the latex dependecies over the the virtual vesions

 pari.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/pari.spec b/pari.spec
index 6fe72e4..3705c27 100644
--- a/pari.spec
+++ b/pari.spec
@@ -3,7 +3,7 @@
 
 Name:           pari
 Version:        2.3.5
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Number Theory-oriented Computer Algebra System
 Group:          System Environment/Libraries
 # No version is specified
@@ -17,8 +17,8 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  emacs
 BuildRequires:  readline-devel
 BuildRequires:  gmp-devel
-BuildRequires:  tetex
-BuildRequires:  tetex-dvips
+BuildRequires:  tex(tex)
+BuildRequires:  tex(dvips)
 BuildRequires:  desktop-file-utils
 BuildRequires:  libX11-devel
 
@@ -170,6 +170,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct  1 2010 Mark Chappell <tremble at fedoraproject.org> - 2.3.5-2
+- Switch the latex dependencies over to tex(...)
+
 * Fri Jul  9 2010 Paul Howarth <paul at city-fan.org> - 2.3.5-1
 - update to 2.3.5 (see CHANGES for details)
 - filter out perl dependencies from %%{_datadir}/pari/PARI/


More information about the scm-commits mailing list