rpms/jadetex/devel jadetex.spec,1.23,1.24

Ondrej Vasik ovasik at fedoraproject.org
Mon Jun 29 10:24:32 UTC 2009


Author: ovasik

Update of /cvs/extras/rpms/jadetex/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10739

Modified Files:
	jadetex.spec 
Log Message:
fix requires(to match TeXLive2008 provides), trigger change to texlive


Index: jadetex.spec
===================================================================
RCS file: /cvs/extras/rpms/jadetex/devel/jadetex.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -p -r1.23 -r1.24
--- jadetex.spec	10 Mar 2009 11:25:01 -0000	1.23
+++ jadetex.spec	29 Jun 2009 10:24:00 -0000	1.24
@@ -1,6 +1,6 @@
 Name: jadetex
 Version: 3.13
-Release: 5%{?dist}
+Release: 6%{?dist}
 Group: Applications/Publishing
 
 Summary: TeX macros used by Jade TeX output
@@ -9,11 +9,11 @@ License: Freely redistributable without 
 URL: http://sourceforge.net/projects/jadetex
 
 Requires: sgml-common >= 0.5
-Requires: tetex >= 3.0 tetex-latex >= 3.0
+Requires: texlive, tex(latex)
 Requires: jade
-Requires(post): tetex >= 3.0
+Requires(post): texlive
 Requires(post): policycoreutils
-BuildRequires: unzip tetex-latex tetex tetex-fonts
+BuildRequires: unzip tex(latex) texlive texlive-fonts
 
 BuildRoot: %{_tmppath}/%{name}-%{version}
 
@@ -91,11 +91,15 @@ exit 0
 %{_bindir}/jadetex
 %{_bindir}/pdfjadetex
 
-%triggerin -- tetex-latex
+%triggerin -- texlive
 /usr/bin/env - PATH=$PATH:%{_bindir} fmtutil-sys --cnffile %{_datadir}/texmf/tex/jadetex/jadefmtutil.cnf --all > /dev/null 2>&1
 exit 0
 
 %changelog
+* Mon Jun 29 2009 Ondrej Vasik  <ovasik at redhat.com> 3.13-6
+- fix requires(to match TeXLive2008 provides)
+- trigger change to texlive
+
 * Tue Mar 10 2009 Ondrej Vasik  <ovasik at redhat.com> 3.13-5
 - cleanup after post scriptlet (no .log files in web2c dir)
 




More information about the fedora-extras-commits mailing list