rpms/texlive/devel texlive-filter-requires.sh, 1.1, 1.2 texlive.spec, 1.14, 1.15 texlive-2007-tkdep.patch, 1.1, NONE

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


Author: jnovy

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

Modified Files:
	texlive-filter-requires.sh texlive.spec 
Removed Files:
	texlive-2007-tkdep.patch 
Log Message:
package texdoc and texdoctk to a separate subpackage texlive-doc, because of the Perl-Tk dependencies and logic



Index: texlive-filter-requires.sh
===================================================================
RCS file: /cvs/extras/rpms/texlive/devel/texlive-filter-requires.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- texlive-filter-requires.sh	2 Dec 2007 08:03:19 -0000	1.1
+++ texlive-filter-requires.sh	14 Jan 2008 11:15:20 -0000	1.2
@@ -1,2 +1,2 @@
 #!/bin/sh
-/usr/lib/rpm/perl.req "$@" | grep -v 'perl(\(Tk\|Win32\|only\|path_tre\|just\|Htex\|Pts\)'
+/usr/lib/rpm/perl.req "$@" | grep -v 'perl(\(Win32\|only\|path_tre\|just\|Htex\|Pts\)'


Index: texlive.spec
===================================================================
RCS file: /cvs/extras/rpms/texlive/devel/texlive.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- texlive.spec	11 Jan 2008 08:54:10 -0000	1.14
+++ texlive.spec	14 Jan 2008 11:15:20 -0000	1.15
@@ -64,7 +64,6 @@
 
 # and sane defaults to build against can be inserted via sed
 Patch5: texlive-2007-browser.patch
-Patch6: texlive-2007-tkdep.patch
 Patch8: texlive-2007-xprint.patch
 Patch9: texlive-teckit.patch
 
@@ -219,6 +218,23 @@
 
 The TeX documentation is located in the texlive-doc package.
 
+%package doc
+Summary: Applications to browse documentation for TeXLive
+Group: Applications/Publishing
+Requires: texlive = %{version}-%{release}
+Obsoletes: tetex-doc < 3.0-99
+Provides:  tetex-doc = 3.0-99
+Obsoletes: texlive-doc < 2007-7
+Provides: texlive-doc = %{version}-%{release}
+Requires: texlive-texmf-doc = %{version}
+Requires: texlive-texmf-doc-errata = %{version}
+
+%description doc
+If you are installing texlive and need a documentation to describe
+styles or you are a TeX beginner and need tutorials, you may install
+this package to obtain applications allowing you to user-friendly browse
+documentation of the TeX formatting system.
+
 %package dvips
 Summary: A DVI to PostScript converter for the TeX text formatting system
 Group: Applications/Publishing
@@ -397,7 +413,6 @@
 ######
 # Use htmlview first
 %patch5 -p1 -b .browser
-%patch6 -p1 -b .tkdep
 %patch8 -p1 -b .xprint
 %patch9 -p1 -b .teckit
 %patch22 -p1 -b .fedora_paths
@@ -945,8 +960,6 @@
 %{_bindir}/texconfig
 %{_bindir}/texconfig-dialog
 %{_bindir}/texconfig-sys
-%{_bindir}/texdoc
-%{_bindir}/texdoctk
 %{_bindir}/texexec
 %{_bindir}/texfont
 %{_bindir}/texhash
@@ -1077,8 +1090,6 @@
 %{_mandir}/man1/tex.1*
 %{_mandir}/man1/texconfig.1*
 %{_mandir}/man1/texconfig-sys.1*
-%{_mandir}/man1/texdoc.1*
-%{_mandir}/man1/texdoctk.1*
 %{_mandir}/man1/texexec.1*
 %{_mandir}/man1/texfind.1*
 %{_mandir}/man1/texfont.1*
@@ -1163,6 +1174,14 @@
 %doc %{_texmf_main}/doc/pdvipsk/
 %endif
 
+%files doc
+%defattr(-,root,root,-)
+%{_bindir}/texdoc
+%{_bindir}/texdoctk
+# man pages
+%{_mandir}/man1/texdoc.1*
+%{_mandir}/man1/texdoctk.1*
+
 %files dviutils
 %defattr(-,root,root,-)
 # separated project (dvi2tty)
@@ -1323,8 +1342,10 @@
 %{_texmf_main}/dvipdfm/
 
 %changelog
-* Fri Jan 11 2008 Jindrich Novy <jnovy at redhat.com> - 2007-9
+* Mon Jan 14 2008 Jindrich Novy <jnovy at redhat.com> - 2007-9
 - unify texlive and texlive-fonts filelists
+- package texdoc and texdoctk to a separate subpackage
+  texlive-doc, because of the Perl-Tk dependencies and logic
 
 * Mon Jan 07 2008 Jindrich Novy <jnovy at redhat.com> - 2007-8
 - add tex-latex and tex-dvips virtual provides


--- texlive-2007-tkdep.patch DELETED ---




More information about the fedora-extras-commits mailing list