From 231f58269c6b78f982304ba2cba9b7d656a89d81217534d34d107d5291d90a22 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 7 Aug 2008 09:59:46 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sgmltool?expand=0&rev=4 --- sgml-tools-1.0.9.tar.bz2 | 3 +++ sgml-tools-1.0.9.tar.gz | 3 --- sgmltool.changes | 6 ++++++ sgmltool-1.0.9.spec => sgmltool.spec | 25 ++++++++++++++++++------- 4 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 sgml-tools-1.0.9.tar.bz2 delete mode 100644 sgml-tools-1.0.9.tar.gz rename sgmltool-1.0.9.spec => sgmltool.spec (89%) diff --git a/sgml-tools-1.0.9.tar.bz2 b/sgml-tools-1.0.9.tar.bz2 new file mode 100644 index 0000000..7c27334 --- /dev/null +++ b/sgml-tools-1.0.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f7734a12987ebe1725e8bacba8ea7c83848ccc56b4ba76af5d05dbb3dffe4bd +size 968705 diff --git a/sgml-tools-1.0.9.tar.gz b/sgml-tools-1.0.9.tar.gz deleted file mode 100644 index 2681781..0000000 --- a/sgml-tools-1.0.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd9cbe528c2988ec2e8e92b3c00cad9b3ed51d94aaadedfad89539f042b2660a -size 1208960 diff --git a/sgmltool.changes b/sgmltool.changes index f9978a9..86492d5 100644 --- a/sgmltool.changes +++ b/sgmltool.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 7 11:15:53 CEST 2008 - ke@suse.de + +- Improve Perl requires. Recommended by Staphan Kulow, reported by + Jan Willamowius [bnc#412525]. + ------------------------------------------------------------------- Wed Apr 23 12:47:53 CEST 2008 - ro@suse.de diff --git a/sgmltool-1.0.9.spec b/sgmltool.spec similarity index 89% rename from sgmltool-1.0.9.spec rename to sgmltool.spec index ec4b1c5..732d481 100644 --- a/sgmltool-1.0.9.spec +++ b/sgmltool.spec @@ -2,9 +2,16 @@ # spec file for package sgmltool (Version 1.0.9) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. # +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# 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/ # @@ -13,17 +20,18 @@ Name: sgmltool BuildRequires: flex opensp -%define _name sgml-tools License: Public Domain, Freeware Group: Productivity/Publishing/SGML Provides: sgml-tools -Requires: opensp perl +Requires: opensp +Requires: perl = %perl_version +Requires: perl(Text::EntityMap) Conflicts: linuxdoc AutoReqProv: on Summary: SGML-Tools - a Text-Formatting Package Version: 1.0.9 -Release: 1018 -Source: ftp://ftp.nllgg.nl/pub2/SGMLtools/v1.0/sgml-tools-%{version}.tar.gz +Release: 1037 +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 Patch1: sgml-tools-temp-vuln-1.0.9.diff @@ -84,7 +92,7 @@ Authors: %define GZIP gzip --best --force %prep -%setup -q -n %{_name}-%{version} -a1 +%setup -q -n sgml-tools-%{version} -a1 %patch %patch1 -p 1 %patch2 -p 1 @@ -160,6 +168,9 @@ rm -fr $RPM_BUILD_ROOT %{_mandir}/man1/sgmltools.1.gz %changelog +* Thu Aug 07 2008 ke@suse.de +- Improve Perl requires. Recommended by Staphan Kulow, reported by + Jan Willamowius [bnc#412525]. * Wed Apr 23 2008 ro@suse.de - do not redefine "name" macro * Thu Mar 29 2007 ke@suse.de