rpms/tetex-tex4ht/EL-5 tetex-tex4ht.spec,1.9,1.10

Patrice Dumas (pertusus) fedora-extras-commits at redhat.com
Sun Dec 30 23:29:26 UTC 2007


Author: pertusus

Update of /cvs/extras/rpms/tetex-tex4ht/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24972

Modified Files:
	tetex-tex4ht.spec 
Log Message:
do not install files not present in this old release


Index: tetex-tex4ht.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex-tex4ht/EL-5/tetex-tex4ht.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tetex-tex4ht.spec	30 Dec 2007 22:21:03 -0000	1.9
+++ tetex-tex4ht.spec	30 Dec 2007 23:28:49 -0000	1.10
@@ -5,7 +5,7 @@
 Summary:       Translates TeX and LaTeX into HTML or XML+MathML
 Name:          tetex-tex4ht
 Version:       1.0.2006_08_26_2341
-Release:       2%{?dist}.1
+Release:       2%{?dist}.2
 License:       LPPL
 Group:         Applications/Publishing
 URL:           http://www.cse.ohio-state.edu/~gurari/TeX4ht/
@@ -103,20 +103,20 @@
 mkdir -p $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_scriptsdir}
 install -m755 src/tex4ht $RPM_BUILD_ROOT%{_bindir}
 install -m755 src/t4ht $RPM_BUILD_ROOT%{_bindir}
+# created by a patch
+rm bin/unix/mk4ht.orig
 #install -m755 bin/ht/unix/* $RPM_BUILD_ROOT%{_bindir}
 install -p -m755 bin/unix/* $RPM_BUILD_ROOT%{_scriptsdir}
-for script in httex htlatex httexi htcontext htxetex htxelatex mk4ht; do
+for script in httex htlatex httexi htcontext mk4ht; do
   install -p -m755 bin/unix/$script $RPM_BUILD_ROOT%{_bindir}
 done
 install -p -m755 bin/unix/ht $RPM_BUILD_ROOT%{_bindir}/tex4ht-ht
-install -p -m644 src/tex4ht.jar $RPM_BUILD_ROOT%{_scriptsdir}
 
 mkdir -p $RPM_BUILD_ROOT%{_texmf}/tex4ht/base/unix
 cp tex4ht.env $RPM_BUILD_ROOT%{_texmf}/tex4ht/base/unix
 
 pushd texmf
 cp -pr tex4ht/ht-fonts $RPM_BUILD_ROOT%{_texmf}/tex4ht
-cp -pr tex4ht/xtpipes $RPM_BUILD_ROOT%{_texmf}/tex4ht
 
 mkdir -p $RPM_BUILD_ROOT%{_texmf}/tex/generic
 cp -pr tex/generic/tex4ht $RPM_BUILD_ROOT%{_texmf}/tex/generic
@@ -158,7 +158,7 @@
 texhash > /dev/null 2>&1 || :
 
 %changelog
-* Fri Nov  3 2006 Patrice Dumas <pertusus at free.fr> 1.0.2006_08_26_2341-2.1
+* Fri Nov  3 2006 Patrice Dumas <pertusus at free.fr> 1.0.2006_08_26_2341-2.2
 - use debian patchset
 - remove the patch modifying paths in tex4ht.env, it is unneeded with
   kpathsee




More information about the fedora-extras-commits mailing list