Hello community,

here is the log from the commit of package texinfo4 for openSUSE:Factory 
checked in at 2020-05-07 14:57:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texinfo4 (Old)
 and      /work/SRC/openSUSE:Factory/.texinfo4.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texinfo4"

Thu May  7 14:57:08 2020 rev:3 rq:801111 version:4.13a

Changes:
--------
--- /work/SRC/openSUSE:Factory/texinfo4/texinfo4.changes        2018-11-26 
10:29:14.949102369 +0100
+++ /work/SRC/openSUSE:Factory/.texinfo4.new.2738/texinfo4.changes      
2020-05-07 14:57:11.778585122 +0200
@@ -1,0 +2,5 @@
+Thu May  7 09:00:39 UTC 2020 - Dave Plater <[email protected]>
+
+- Added links package to help lilypond-doc build use this package.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ texinfo4.spec ++++++
--- /var/tmp/diff_new_pack.iX1GV6/_old  2020-05-07 14:57:13.346587949 +0200
+++ /var/tmp/diff_new_pack.iX1GV6/_new  2020-05-07 14:57:13.350587956 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package texinfo4
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -32,7 +32,7 @@
 Summary:        Old version of texinfo 4, a toolset to create docs from 
texinfo sources
 License:        GPL-2.0-or-later AND GPL-3.0-or-later
 Group:          Productivity/Publishing/Texinfo
-Url:            http://www.texinfo.org
+URL:            http://www.texinfo.org
 PreReq:         %{install_info_prereq}
 Provides:       texi2html4 = %{version_t2h}
 Provides:       texi2roff4 = %{version_t2r}
@@ -42,6 +42,8 @@
 %if %suse_version > 1220
 Requires:       latex2html
 Requires:       makeinfo4
+Requires:       perl-Text-Unidecode
+Requires:       perl-gettext
 Requires:       texlive-bibtex
 Requires:       texlive-latex
 Requires:       texlive-makeindex
@@ -74,6 +76,20 @@
 build service. Please don't install
 Aggregated with texinfo in this package is texi2html and texi2roff.
 
+%package links
+Summary:        texi2pdf4 etc links
+License:        GPL-3.0-or-later
+Group:          Productivity/Publishing/Texinfo
+Conflicts:      texi2html > 2
+Conflicts:      texi2pdf > 2
+Conflicts:      texi2roff > 2
+Conflicts:      texinfo > 2
+Requires:       %{name} = %{version}
+
+%description links
+This package contains links to the 4 suffixed binaries to enable
+easier building in the absense of texi* packages.
+
 %package -n info4
 Summary:        Old version of the "info" manual browser
 License:        GPL-3.0-or-later
@@ -195,6 +211,12 @@
 rm -rf %{buildroot}%{_datadir}/info
 mv %{buildroot}%{_datadir}/texi2html %{buildroot}%{_datadir}/texi2html4
 mv %{buildroot}%{_datadir}/texinfo %{buildroot}%{_datadir}/texinfo4
+
+pushd %{buildroot}%{_bindir}
+for i in `ls -1 *texi*4 |tr -d 4`
+do ln -s ${i}4 ${i}
+done
+
 %fdupes -s %{buildroot}%{_mandir}
 
 %if 1 == 0
@@ -221,8 +243,13 @@
 %doc doc/texinfo.tex doc/txi-*.tex
 %doc %{_defaultdocdir}/texi2html4/*
 %doc %{_defaultdocdir}/texi2roff4/*
-%{_bindir}/pdftexi*
-%{_bindir}/texi*
+%{_bindir}/pdftexi2dvi4
+%{_bindir}/texi2dvi4
+%{_bindir}/texi2html4
+%{_bindir}/texi2index4
+%{_bindir}/texi2pdf4
+%{_bindir}/texi2roff4
+%{_bindir}/texindex4
 #%%{_infodir}/texinfo*.gz
 #%%{_infodir}/texi2html*.gz
 %{_mandir}/man1/pdftexi2dvi4.1.gz
@@ -231,6 +258,15 @@
 %{_datadir}/texinfo4
 %{_datadir}/texi2html4
 
+%files links
+%{_bindir}/pdftexi2dvi
+%{_bindir}/texi2dvi
+%{_bindir}/texi2html
+%{_bindir}/texi2index
+%{_bindir}/texi2pdf
+%{_bindir}/texi2roff
+%{_bindir}/texindex
+
 %files -n makeinfo4
 %defattr(-,root,root)
 %{_bindir}/makeinfo4



Reply via email to