commit sgmltool for openSUSE:Factory

2019-10-07 Thread root
Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2019-10-07 13:38:42

Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and  /work/SRC/openSUSE:Factory/.sgmltool.new.2352 (New)


Package is "sgmltool"

Mon Oct  7 13:38:42 2019 rev:23 rq:734041 version:1.0.9

Changes:

--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes2015-02-22 
17:19:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.sgmltool.new.2352/sgmltool.changes  
2019-10-07 13:38:47.424713602 +0200
@@ -1,0 +2,19 @@
+Mon Sep 30 10:16:15 UTC 2019 - Tomáš Chvátal 
+
+- Add suplements for the sgml2latex to make sure it gets
+  autoinstalled if one has both latex and sgmltool
+
+---
+Fri Sep 27 15:54:47 UTC 2019 - Stefan Brüns 
+
+- Move sgml2latex to separate subpackage, avoid pulling in half
+  of TeXLive when e.g. only sgml2html is required.
+- Really remove sgmltool-flex.patch, was only applied for obsolete
+  distribution versions.
+- Stop distributing RTF and LyX versions of the guide; plaintext,
+  HTML and Postscript should be sufficient.
+- spec file cleanup:
+  * drop defattr, use license, use buildroot instead of shell variable
+  * remove long obsolete distro support
+
+---

Old:

  sgmltool-flex.patch



Other differences:
--
++ sgmltool.spec ++
--- /var/tmp/diff_new_pack.vuzB9Z/_old  2019-10-07 13:38:48.476710694 +0200
+++ /var/tmp/diff_new_pack.vuzB9Z/_new  2019-10-07 13:38:48.476710694 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sgmltool
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,40 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   sgmltool
-BuildRequires:  flex
-BuildRequires:  groff
-BuildRequires:  opensp
-%if 0%{suse_version} > 1220
-BuildRequires:  texlive-kpathsea
-%endif
-Provides:   sgml-tools
-Requires:   opensp
-Requires:   perl = %perl_version
-Requires:   perl(Text::EntityMap)
-%if 0%{suse_version} > 1220
-Requires:   texlive-epsf
-Requires:   texlive-latex
-Requires:   texlive-url
-%{expand: %%global _texmfmaindir %(kpsewhich -expand-var='$TEXMFMAIN')}
-Requires(post): coreutils
-Requires(postun): coreutils
-Requires(postun): texlive
-Requires(posttrans): texlive
-%endif
-Conflicts:  linuxdoc
+Version:1.0.9
+Release:0
 Summary:SGML-Tools - a Text-Formatting Package
 License:SUSE-Public-Domain
 Group:  Productivity/Publishing/SGML
-Version:1.0.9
-Release:0
 Source: 
ftp://ftp.nllgg.nl/pub2/SGMLtools/v1.0/sgml-tools-%{version}.tar.bz2
 Source1:lnd-1.0.tar.bz2
-Patch:  sgml-tools-1.0.9.dif
+Patch0: sgml-tools-1.0.9.dif
 Patch1: sgml-tools-temp-vuln-1.0.9.diff
 Patch2: sgmltool-man-entities.diff
 Patch3: sgmltool-1.0.9-expandsyntax.diff
@@ -55,8 +34,16 @@
 Patch7: sgml-tools-1.0.9-sgmlpre.diff
 Patch8: sgml-tools-1.0.9-strip.diff
 Patch9: sgml-tools-1.0.9-latex.diff
-Patch10:sgmltool-flex.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  flex
+BuildRequires:  groff
+BuildRequires:  opensp
+BuildRequires:  texlive-kpathsea
+Requires:   opensp
+Requires:   perl = %{perl_version}
+Requires:   perl(Text::EntityMap)
+Conflicts:  linuxdoc
+Provides:   sgml-tools
+%{expand: %%global _texmfmaindir %(kpsewhich -expand-var='$TEXMFMAIN')}
 
 %description
 SGML-Tools is a text-formatting package based on SGML (Standard
@@ -74,103 +61,108 @@
 jade_dsl and write your own DSSSL scripts (take the docbk30 package as
 an example).
 
-%define INSTALL install -m755
-%define INSTALL_DIR install -d -m755
-%define INSTALL_DATA install -m644
-%define GZIP gzip --best --force
+%package latex
+Summary:SGML-Tools - LaTeX generator
+Group:  Productivity/Publishing/SGML
+Requires:   sgmltool
+Requires:   texlive-epsf
+Requires:   texlive-latex
+Requires:   texlive-url
+Requires(post): coreutils
+Requires(posttrans): texlive-filesystem
+Requires(postun): coreutils
+Requires(postun): texlive-kpathsea
+Supplements:(sgmltool and texlive-filesystem)
+Provides:   sgmltool:

commit sgmltool for openSUSE:Factory

2015-02-22 Thread h_root
Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2015-02-22 17:19:48

Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and  /work/SRC/openSUSE:Factory/.sgmltool.new (New)


Package is "sgmltool"

Changes:

--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes2013-09-09 
19:51:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.sgmltool.new/sgmltool.changes   2015-02-22 
17:19:49.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 18 17:23:39 UTC 2015 - sch...@linux-m68k.org
+
+- sgmltool-flex.patch: removed, flex has been fixed
+
+---



Other differences:
--
++ sgmltool.spec ++
--- /var/tmp/diff_new_pack.ISCRKT/_old  2015-02-22 17:19:50.0 +0100
+++ /var/tmp/diff_new_pack.ISCRKT/_new  2015-02-22 17:19:50.0 +0100
@@ -92,8 +92,10 @@
 %patch8
 %if 0%{suse_version} > 1220
 %patch9
+%if 0%{suse_version} <= 1320
 %patch10 -p1
 %endif
+%endif
 
 %build
 export CFLAGS="%optflags -fno-strict-aliasing"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sgmltool for openSUSE:Factory

2013-09-09 Thread h_root
Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2013-09-09 19:50:59

Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and  /work/SRC/openSUSE:Factory/.sgmltool.new (New)


Package is "sgmltool"

Changes:

--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes2012-12-17 
09:38:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.sgmltool.new/sgmltool.changes   2013-09-09 
19:51:00.0 +0200
@@ -1,0 +2,5 @@
+Mon Sep  9 09:33:08 UTC 2013 - wer...@suse.de
+
+- Use kpsepath to determine texmf main location
+
+---



Other differences:
--
++ sgmltool.spec ++
--- /var/tmp/diff_new_pack.RINaSW/_old  2013-09-09 19:51:01.0 +0200
+++ /var/tmp/diff_new_pack.RINaSW/_new  2013-09-09 19:51:01.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package sgmltool
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -31,11 +31,11 @@
 Requires:   texlive-epsf
 Requires:   texlive-latex
 Requires:   texlive-url
-%define _texmfmaindir %{_libexecdir}/texmf
+%{expand: %%global _texmfmaindir %(kpsewhich -expand-var='$TEXMFMAIN')}
 Requires(post): coreutils
 Requires(postun): coreutils
-Requires(postun): texlive >= %{texlive_version}
-Requires(posttrans): texlive >= %{texlive_version}
+Requires(postun): texlive
+Requires(posttrans): texlive
 %endif
 Conflicts:  linuxdoc
 Summary:SGML-Tools - a Text-Formatting Package
@@ -159,7 +159,7 @@
 /usr/lib/sgml-tools
 /usr/lib/sgml/iso-entities-8879.1986
 %if 0%{suse_version} > 1220
-/usr/lib/texmf/tex/latex/sgml-tools
+%{_texmfmaindir}/tex/latex/sgml-tools
 %endif
 %{_mandir}/man1/sgml2html.1.gz
 %{_mandir}/man1/sgml2info.1.gz

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sgmltool for openSUSE:Factory

2012-12-17 Thread h_root
Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2012-12-17 09:38:46

Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and  /work/SRC/openSUSE:Factory/.sgmltool.new (New)


Package is "sgmltool", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes2012-11-20 
10:45:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.sgmltool.new/sgmltool.changes   2012-12-17 
09:38:50.0 +0100
@@ -1,0 +2,9 @@
+Wed Dec 12 04:34:42 UTC 2012 - nfbr...@suse.com
+
+- Add buildrequires for groff so that sgml2txt
+  works, and rationalize setting of CFLAGS.
+  In particular having a "\" line continuation
+  before a %configure macro probably doesn't
+  behave as expected.
+
+---



Other differences:
--
++ sgmltool.spec ++
--- /var/tmp/diff_new_pack.UfsLMH/_old  2012-12-17 09:38:52.0 +0100
+++ /var/tmp/diff_new_pack.UfsLMH/_new  2012-12-17 09:38:52.0 +0100
@@ -18,6 +18,7 @@
 
 Name:   sgmltool
 BuildRequires:  flex
+BuildRequires:  groff
 BuildRequires:  opensp
 %if 0%{suse_version} > 1220
 BuildRequires:  texlive-kpathsea
@@ -95,19 +96,18 @@
 %endif
 
 %build
-CFLAGS="%optflags -fno-strict-aliasing" \
+export CFLAGS="%optflags -fno-strict-aliasing"
 %configure --prefix="%buildroot/%_prefix" \
 --with-installed-nsgmls
-make %{?_smp_mflags} CFLAGS="%optflags -fno-strict-aliasing"
+make %{?_smp_mflags}
 make install DESTDIR="%buildroot" prefix="%_prefix"
 (cd doc; PATH="$PATH:%buildroot/%_bindir" sh Makedoc.sh)
 cp -p doc/README doc/README.doc
 # the Makefiles are a bit nasty
 make clean
-CFLAGS="%optflags -fno-strict-aliasing" \
 %configure \
 --with-installed-nsgmls
-make %{?_smp_mflags} CFLAGS="%optflags -fno-strict-aliasing"
+make %{?_smp_mflags}
 
 %install
 > doc/Makedoc.sh

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sgmltool for openSUSE:Factory

2012-11-20 Thread h_root
Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2012-11-20 10:45:04

Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and  /work/SRC/openSUSE:Factory/.sgmltool.new (New)


Package is "sgmltool", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes2012-10-19 
08:52:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.sgmltool.new/sgmltool.changes   2012-11-20 
10:45:07.0 +0100
@@ -1,0 +2,5 @@
+Mon Nov 19 09:06:57 UTC 2012 - idon...@suse.com
+
+- Add sgmltool-flex.patch: yyleng must be size_t with new flex
+
+---

New:

  sgmltool-flex.patch



Other differences:
--
++ sgmltool.spec ++
--- /var/tmp/diff_new_pack.8yQwfQ/_old  2012-11-20 10:45:08.0 +0100
+++ /var/tmp/diff_new_pack.8yQwfQ/_new  2012-11-20 10:45:08.0 +0100
@@ -54,6 +54,7 @@
 Patch7: sgml-tools-1.0.9-sgmlpre.diff
 Patch8: sgml-tools-1.0.9-strip.diff
 Patch9: sgml-tools-1.0.9-latex.diff
+Patch10:sgmltool-flex.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -90,6 +91,7 @@
 %patch8
 %if 0%{suse_version} > 1220
 %patch9
+%patch10 -p1
 %endif
 
 %build

++ sgmltool-flex.patch ++
Index: sgml-tools-1.0.9/rtf-fix/rtf2rtf.l
===
--- sgml-tools-1.0.9.orig/rtf-fix/rtf2rtf.l
+++ sgml-tools-1.0.9/rtf-fix/rtf2rtf.l
@@ -72,7 +72,7 @@ int current;
 int skipnewline = 0;
 
 extern char *yytext;
-extern int yyleng;
+extern size_t yyleng;
 
 #define CHAPTER 1
 #define SECTION 2
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sgmltool for openSUSE:Factory

2012-10-18 Thread h_root
Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2012-10-19 08:52:49

Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and  /work/SRC/openSUSE:Factory/.sgmltool.new (New)


Package is "sgmltool", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes2012-07-30 
20:40:56.0 +0200
+++ /work/SRC/openSUSE:Factory/.sgmltool.new/sgmltool.changes   2012-10-19 
08:52:51.0 +0200
@@ -1,0 +2,7 @@
+Thu Aug  2 12:42:50 UTC 2012 - jeng...@inai.de
+
+- Parallel build with %_smp_mflags
+- Remove redundant tags/sections from specfile,
+  use %configure
+
+---



Other differences:
--
++ sgmltool.spec ++
--- /var/tmp/diff_new_pack.xh4Lyk/_old  2012-10-19 08:52:56.0 +0200
+++ /var/tmp/diff_new_pack.xh4Lyk/_new  2012-10-19 08:52:56.0 +0200
@@ -72,32 +72,6 @@
 jade_dsl and write your own DSSSL scripts (take the docbk30 package as
 an example).
 
-
-
-Authors:
-
-Cees A. de Groot 
-Arun Sharma 
-Andre Schoorl 
-Daniele Giacomini 
-Dave Love 
-Dave Platt 
-Eric S. Raymond 
-Francisco J. Montilla 
-Fabrizio Polacco 
-Frank Pavageau 
-Jan Echternach 
-Henry S. Thompson 
-Karsten Tinnefeld 
-Kees de Bruin 
-Ken MacLeod 
-Lee Marzke 
-Marco Budde 
-Mitchell Perilstein 
-Sven Rudolph 
-Tommy Marcus McGuire 
-Ulrich Windl 
-
 %define INSTALL install -m755
 %define INSTALL_DIR install -d -m755
 %define INSTALL_DATA install -m644
@@ -119,35 +93,28 @@
 %endif
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
-./configure --prefix=$RPM_BUILD_ROOT/usr \
---mandir=%{_mandir} \
+CFLAGS="%optflags -fno-strict-aliasing" \
+%configure --prefix="%buildroot/%_prefix" \
 --with-installed-nsgmls
-make %{?jobs:-j%jobs} "CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing"
-make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr \
- mandir=%{_mandir}
-(cd doc; PATH=$PATH:$RPM_BUILD_ROOT/%_bindir sh Makedoc.sh)
+make %{?_smp_mflags} CFLAGS="%optflags -fno-strict-aliasing"
+make install DESTDIR="%buildroot" prefix="%_prefix"
+(cd doc; PATH="$PATH:%buildroot/%_bindir" sh Makedoc.sh)
 cp -p doc/README doc/README.doc
-# the Makefiles are a bit garstig
+# the Makefiles are a bit nasty
 make clean
-CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
-./configure --prefix=/usr \
---mandir=%{_mandir} \
+CFLAGS="%optflags -fno-strict-aliasing" \
+%configure \
 --with-installed-nsgmls
-make %{?jobs:-j%jobs} "CFLAGS=$RPM_OPT_FLAGS -fno-strict-aliasing"
+make %{?_smp_mflags} CFLAGS="%optflags -fno-strict-aliasing"
 
 %install
-: > doc/Makedoc.sh
-make install DESTDIR=$RPM_BUILD_ROOT prefix=/usr \
- mandir=%{_mandir}
+> doc/Makedoc.sh
+make install DESTDIR="%buildroot";
 rm -fr $RPM_BUILD_ROOT/usr/doc/sgml-tools
 perlpath=`ls -1d /usr/lib/perl5/5.*/Text`
 mkdir -p $RPM_BUILD_ROOT$perlpath
 mv $RPM_BUILD_ROOT/usr/lib/perl5/Text/EntityMap.pm $RPM_BUILD_ROOT$perlpath/
 
-%clean
-rm -fr $RPM_BUILD_ROOT
-
 %if 0%{suse_version} > 1220
 %post
 mkdir -p /var/run/texlive

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit sgmltool for openSUSE:Factory

2012-07-30 Thread h_root
Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2012-07-30 20:40:13

Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and  /work/SRC/openSUSE:Factory/.sgmltool.new (New)


Package is "sgmltool", Maintainer is "k...@suse.com"

Changes:

--- /work/SRC/openSUSE:Factory/sgmltool/sgmltool.changes2011-09-23 
12:46:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.sgmltool.new/sgmltool.changes   2012-07-30 
20:40:56.0 +0200
@@ -1,0 +2,13 @@
+Mon Jul 30 15:06:54 UTC 2012 - wer...@suse.de
+
+- Move styles where they belong to 
+- Require packages for sgml2latex
+- Use texlive infrastructure
+
+---
+Mon Jul 30 14:26:29 UTC 2012 - wer...@suse.de
+
+- Quote brackets of the babel language mapping otherwise the
+  sgml2latex tool ignores it 
+
+---

New:

  sgml-tools-1.0.9-latex.diff



Other differences:
--
++ sgmltool.spec ++
--- /var/tmp/diff_new_pack.iG8o2e/_old  2012-07-30 20:41:00.0 +0200
+++ /var/tmp/diff_new_pack.iG8o2e/_new  2012-07-30 20:41:00.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package sgmltool (Version 1.0.9)
+# spec file for package sgmltool
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,22 +15,33 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   sgmltool
-BuildRequires:  flex opensp
-License:SUSE-Public-Domain
-Group:  Productivity/Publishing/SGML
+BuildRequires:  flex
+BuildRequires:  opensp
+%if 0%{suse_version} > 1220
+BuildRequires:  texlive-kpathsea
+%endif
 Provides:   sgml-tools 
 Requires:   opensp
 Requires:   perl = %perl_version
 Requires:   perl(Text::EntityMap)
+%if 0%{suse_version} > 1220
+Requires:   texlive-epsf
+Requires:   texlive-latex
+Requires:   texlive-url
+%define _texmfmaindir %{_libexecdir}/texmf
+Requires(post): coreutils
+Requires(postun): coreutils
+Requires(postun): texlive >= %{texlive_version}
+Requires(posttrans): texlive >= %{texlive_version}
+%endif
 Conflicts:  linuxdoc
-AutoReqProv:on
 Summary:SGML-Tools - a Text-Formatting Package
+License:SUSE-Public-Domain
+Group:  Productivity/Publishing/SGML
 Version:1.0.9
-Release:1052
+Release:0
 Source: 
ftp://ftp.nllgg.nl/pub2/SGMLtools/v1.0/sgml-tools-%{version}.tar.bz2
 Source1:lnd-1.0.tar.bz2
 Patch:  sgml-tools-1.0.9.dif
@@ -42,6 +53,7 @@
 Patch6: cflags-sgml-tools-1.0.9.diff
 Patch7: sgml-tools-1.0.9-sgmlpre.diff
 Patch8: sgml-tools-1.0.9-strip.diff
+Patch9: sgml-tools-1.0.9-latex.diff
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -102,6 +114,9 @@
 %patch6 -p 1
 %patch7 -p 1
 %patch8
+%if 0%{suse_version} > 1220
+%patch9
+%endif
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" \
@@ -133,6 +148,23 @@
 %clean
 rm -fr $RPM_BUILD_ROOT
 
+%if 0%{suse_version} > 1220
+%post
+mkdir -p /var/run/texlive
+> /var/run/texlive/run-mktexlsr
+
+%postun
+if test $1 = 0; then
+%{_bindir}/mktexlsr 2> /dev/null || :
+exit 0
+fi
+mkdir -p /var/run/texlive
+> /var/run/texlive/run-mktexlsr
+
+%posttrans
+VERBOSE=false %{_texmfmaindir}/texconfig/update || :
+%endif
+
 %files
 %defattr(-,root,root)
 %doc lnd-1.0
@@ -157,6 +189,9 @@
 %dir /usr/lib/sgml
 /usr/lib/sgml-tools
 /usr/lib/sgml/iso-entities-8879.1986
+%if 0%{suse_version} > 1220
+/usr/lib/texmf/tex/latex/sgml-tools
+%endif
 %{_mandir}/man1/sgml2html.1.gz
 %{_mandir}/man1/sgml2info.1.gz
 %{_mandir}/man1/sgml2latex.1.gz

++ sgml-tools-1.0.9-latex.diff ++
--- Makefile.in
+++ Makefile.in 2012-07-30 15:03:23.136010100 +
@@ -24,6 +24,7 @@ BUILD_SGMLSASP=@BUILD_SGMLSASP@
 BUILD_NSGMLS=@BUILD_NSGMLS@
 BUILD_ENTITY_MAP=@BUILD_ENTITY_MAP@
 BUILD_ISO_ENTITIES=@BUILD_ISO_ENTITIES@
+TEXMFMAIN=$(shell kpsewhich '-var-value=TEXMFMAIN')
 
 GENFILES := bin/sgmltools
 progs:= sgml2html sgml2info sgml2latex sgml2lyx sgml2rtf \
@@ -83,6 +84,11 @@ endif
if [ ! -d $(DESTDIR)$(libdir) ]; then mkdir -p $(DESTDIR)$(libdir); fi
chmod 755 $(DESTDIR)$(libdir)
cp -r lib/* $(DESTDIR)$(libdir)
+   mkdir -p $(DESTDIR)$(TEXMFMAIN)/tex/latex/sgml-tools
+   mv $(DESTDIR)$(libdir)/*.sty 
$(DESTDIR)$(TEXMFMAIN)/tex/latex/sgml-tools/
+   mv $(DESTDIR)$(libdir)/*.tex 
$(DESTDIR)$(TEXMFMAIN)/

commit sgmltool for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package sgmltool for openSUSE:Factory 
checked in at 2011-12-06 19:03:47

Comparing /work/SRC/openSUSE:Factory/sgmltool (Old)
 and  /work/SRC/openSUSE:Factory/.sgmltool.new (New)


Package is "sgmltool", Maintainer is "k...@suse.com"

Changes:




Other differences:
--
++ sgmltool.spec ++
--- /var/tmp/diff_new_pack.3k1ZAh/_old  2011-12-06 19:37:08.0 +0100
+++ /var/tmp/diff_new_pack.3k1ZAh/_new  2011-12-06 19:37:08.0 +0100
@@ -20,7 +20,7 @@
 
 Name:   sgmltool
 BuildRequires:  flex opensp
-License:Public Domain, Freeware
+License:SUSE-Public-Domain
 Group:  Productivity/Publishing/SGML
 Provides:   sgml-tools 
 Requires:   opensp

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org