rpms/texlive-texmf/devel texlive-texmf.spec,1.7,1.8

Jindrich Novy (jnovy) fedora-extras-commits at redhat.com
Mon Jan 14 11:13:49 UTC 2008


Author: jnovy

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

Modified Files:
	texlive-texmf.spec 
Log Message:
remove Requires: htmlview (#428506), texlive-doc -> texlive-texmf-doc



Index: texlive-texmf.spec
===================================================================
RCS file: /cvs/extras/rpms/texlive-texmf/devel/texlive-texmf.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- texlive-texmf.spec	4 Jan 2008 14:34:41 -0000	1.7
+++ texlive-texmf.spec	14 Jan 2008 11:13:12 -0000	1.8
@@ -11,7 +11,7 @@
 
 Name:		texlive-texmf
 Version:	2007
-Release:	6%{?dist}
+Release:	7%{?dist}
 Summary:	Architecture independent parts of the TeX formatting system
 
 Group:		Applications/Publishing
@@ -62,7 +62,7 @@
 BuildRequires:  sed >= 3.95 ghostscript
 
 Requires:	texlive-texmf-errata = %{version}
-Requires:	xdg-utils, htmlview
+Requires:	xdg-utils
 Requires:	tex-preview
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -84,14 +84,16 @@
 This package contains the components of the TEXMF tree needed for the
 texlive-afm package.
 
-%package -n texlive-doc
+%package doc
 Group:		Applications/Publishing
 Summary:	TeX documentation
-Requires:	texlive-doc-errata = %{version}
+Requires:	texlive-texmf-errata-doc = %{version}
 Obsoletes:	tetex-doc < 3.0-99
 Provides:	tetex-doc = 3.0-99
+Obsoletes:	texlive-doc < 2007-7
+Provides:	texlive-doc = %{version}-%{release}
 
-%description -n texlive-doc
+%description doc
 This package contains the documentation for packages installed as part of
 texlive. You should install this package if you are new to TeX and LaTeX,
 and familiarize yourself with the use of the texdoc command.
@@ -416,7 +418,7 @@
   [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
 fi
 
-%post -n texlive-doc
+%post doc
 [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
 
 %preun
@@ -437,7 +439,7 @@
 %postun fonts
 [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
 
-%postun -n texlive-doc
+%postun doc
 [ -x %{_bindir}/texconfig-sys ] && %{_bindir}/texconfig-sys rehash 2> /dev/null || :
 
 %files
@@ -606,11 +608,15 @@
 %{_texmf_main}/ptex/platex209
 %endif
 
-%files -n texlive-doc
+%files doc
 %defattr(-,root,root,-)
 %doc %{_texmf_main}/doc/
 
 %changelog
+* Mon Jan 14 2008 Jindrich Novy <jnovy at redhat.com> - 2007-7
+- remove Requires: htmlview (#428506)
+- texlive-doc -> texlive-texmf-doc
+
 * Fri Jan 04 2008 Jindrich Novy <jnovy at redhat.com> - 2007-6
 - require tex-preview (#425805)
 




More information about the fedora-extras-commits mailing list