rpms/texlive-texmf/devel texlive-texmf.spec,1.17,1.18

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Sat Mar 1 12:55:17 UTC 2008


Author: jnovy

Update of /cvs/extras/rpms/texlive-texmf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19018

Modified Files:
	texlive-texmf.spec 
Log Message:
- add missing post/postun scriptlets for texlive-texmf-latex
- require tex-preview



Index: texlive-texmf.spec
===================================================================
RCS file: /cvs/extras/rpms/texlive-texmf/devel/texlive-texmf.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- texlive-texmf.spec	1 Mar 2008 09:23:29 -0000	1.17
+++ texlive-texmf.spec	1 Mar 2008 12:54:44 -0000	1.18
@@ -62,6 +62,7 @@
 BuildRequires:  sed >= 3.95 ghostscript lzma
 
 Requires:	texlive-texmf-errata = %{version}
+Requires:	tex-preview
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -435,6 +436,9 @@
   [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
 fi
 
+%post latex
+[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
+
 %post doc
 [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
 
@@ -462,6 +466,9 @@
 %postun fonts
 [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
 
+%postun latex
+[ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
+
 %postun doc
 [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
 
@@ -648,6 +655,8 @@
 %changelog
 * Sat Mar 01 2008 Jindrich Novy <jnovy at redhat.com> - 2007-15
 - require texlive-texmf in texlive-texmf-fonts (#431255)
+- add missing post/postun scriptlets for texlive-texmf-latex
+- require tex-preview
 
 * Thu Feb 28 2008 Jindrich Novy <jnovy at redhat.com> - 2007-14
 - rename texlive-texmf-japanese to texlive-texmf-east-asian




More information about the fedora-extras-commits mailing list