[asymptote] fix (Build)Requires

Jindrich Novy jnovy at fedoraproject.org
Sat Oct 20 07:18:26 UTC 2012


commit 63b739d3d1f32f943627b59bddc22dfbd9d96330
Author: Jindrich Novy <jnovy at redhat.com>
Date:   Sat Oct 20 09:21:52 2012 +0200

    fix (Build)Requires

 asymptote.spec |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)
---
diff --git a/asymptote.spec b/asymptote.spec
index cf0fd62..4590aa6 100644
--- a/asymptote.spec
+++ b/asymptote.spec
@@ -2,7 +2,7 @@
 
 Name:           asymptote
 Version:        2.21
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Descriptive vector graphics language
 Group:          Applications/Publishing
 License:        LGPLv3+
@@ -20,7 +20,7 @@ BuildRequires:  readline-devel
 BuildRequires:  fftw-devel >= 3.0
 BuildRequires:  gc-devel >= 6.8
 BuildRequires:  gsl-devel
-BuildRequires:  tetex-latex
+BuildRequires:  tex(latex)
 BuildRequires:  ghostscript
 BuildRequires:  texinfo-tex
 BuildRequires:  ImageMagick
@@ -33,12 +33,12 @@ BuildRequires:  xemacs
 # For cc-mode
 BuildRequires:	xemacs-packages-extra
 
-Requires:       tetex-latex
+Requires:       tex(latex)
 Requires:       tkinter
 Requires:	python-imaging-tk
 # for /usr/bin/texhash and /sbin/install-info
-Requires(post): texlive, info
-Requires(postun): texlive, info
+Requires(post): texlive-kpathsea-bin, tex-kpathsea, info
+Requires(postun): texlive-kpathsea-bin, tex-kpathsea, info
 
 %define texpkgdir   %{_texmf}/tex/latex/%{name}
 
@@ -203,6 +203,9 @@ fi
 %{_xemacs_sitelispdir}/%{name}/*.el
 
 %changelog
+* Sat Oct 20 2012 Jindrich Novy <jnovy at redhat.com> - 2.21-2
+- fix (Build)Requires
+
 * Wed Oct 10 2012 Tom Callaway <spot at fedoraproject.org> - 2.21-1
 - update to 2.21
 


More information about the scm-commits mailing list