[tetex-dvipost] Update spec file to take into account the new texlive (F18+)

jamatos jamatos at fedoraproject.org
Fri Feb 22 17:15:01 UTC 2013


commit 1b332b3f55e233d7cb4c7d612d5e52db49ae66d4
Author: José Matos <jamatos at fedoraproject.org>
Date:   Fri Feb 22 17:14:56 2013 +0000

    Update spec file to take into account the new texlive (F18+)

 tetex-dvipost.spec |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/tetex-dvipost.spec b/tetex-dvipost.spec
index ad53745..7d5e586 100644
--- a/tetex-dvipost.spec
+++ b/tetex-dvipost.spec
@@ -1,9 +1,9 @@
 %define real_name dvipost
-%{!?_texmf: %define _texmf %(eval "echo `kpsewhich -expand-var '$TEXMFMAIN'`")}
+%{!?_texmf: %define _texmf %(eval "echo `kpsewhich -expand-var '$TEXMFDIST'`")}
 
 Name:           tetex-%{real_name}
 Version:        1.1
-Release:        15%{?dist}
+Release:        16%{?dist}
 Summary:        LaTeX post filter command to support change bars and overstrike mode
 
 Group:          Applications/Publishing
@@ -13,10 +13,10 @@ Source0:        http://efeu.cybertec.at/%{real_name}.tar.gz
 Patch0:		%{name}-destdir.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	tetex-latex
-BuildRequires: /usr/bin/kpsewhich
+BuildRequires:	tex(latex)
+BuildRequires:  /usr/bin/kpsewhich
 
-Requires:	tetex-latex
+Requires:	tex(latex)
 
 %description
 The command dvipost is a post procesor for dvi files, created by latex
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Feb 22 2013 José Matos <jamatos at fedoraproject.org> - 1.1-16
+- Update spec file to take into account the new texlive (F18+)
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-15
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
@@ -107,4 +110,3 @@ rm -rf $RPM_BUILD_ROOT
 
 * Wed Apr 26 2006 José Matos <jamatos[AT]fc.up.pt> - 1.1-1
 - First build
-


More information about the scm-commits mailing list