From ed7a0ca85a4846e446f01ee9cffc2c0458c1022863e0588a94be17898acf292c Mon Sep 17 00:00:00 2001 From: OBS User mrdocs Date: Sat, 15 Sep 2012 17:51:52 +0000 Subject: [PATCH] Accepting request 134400 from home:namtrac:bugfix - Add BuildRequires on makeinfo to fix Factory build You can see the build failure in openSUSE:Factory project. OBS-URL: https://build.opensuse.org/request/show/134400 OBS-URL: https://build.opensuse.org/package/show/Publishing/psgml?expand=0&rev=11 --- psgml.changes | 5 +++++ psgml.spec | 15 ++++++++------- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/psgml.changes b/psgml.changes index 39aaf4d..fe4b785 100644 --- a/psgml.changes +++ b/psgml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Sep 15 10:33:34 UTC 2012 - idonmez@suse.com + +- Add BuildRequires on makeinfo to fix Factory build + ------------------------------------------------------------------- Mon Jul 2 13:04:56 UTC 2012 - werner@suse.de diff --git a/psgml.spec b/psgml.spec index e9fdbbb..347e199 100644 --- a/psgml.spec +++ b/psgml.spec @@ -15,19 +15,20 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - Name: psgml -BuildRequires: emacs-nox unzip +BuildRequires: emacs-nox +%if 0%{?suse_version} > 1220 +BuildRequires: makeinfo +%endif +BuildRequires: unzip %define tdtd tdtd.zip -License: GPL-2.0+ ; SUSE-Public-Domain -Group: Productivity/Editors/Emacs Requires: emacs_program -AutoReqProv: on Summary: Emacs Add-On to edit SGML/XML documents +License: GPL-2.0+ and SUSE-Public-Domain +Group: Productivity/Editors/Emacs Version: 1.3.2 -Release: 244 +Release: 0 # Source: http://belnet.dl.sourceforge.net/sourceforge/psgml/psgml-%{version}.tar.bz2 Source: ftp://ftp.lysator.liu.se/pub/sgml/ALPHA/psgml-%{version}.tar.gz Source1: http://home.sprynet.com/sprynet/dmeggins/psgml-dsssl.el