Accepting request 97008 from Publishing

- add automake as buildrequire to avoid implicit dependency

OBS-URL: https://build.opensuse.org/request/show/97008
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sgml-skel?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2011-12-27 17:38:43 +00:00 committed by Git OBS Bridge
parent 8403920050
commit eeb51cd78a
2 changed files with 10 additions and 90 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 1 16:49:07 UTC 2011 - coolo@suse.com
- add automake as buildrequire to avoid implicit dependency
-------------------------------------------------------------------
Wed May 14 13:58:15 CEST 2008 - ke@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package sgml-skel (Version 0.6)
# spec file for package sgml-skel
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2011 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,21 +15,18 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: sgml-skel
BuildRequires: automake
BuildRequires: libxml2
Summary: Helper Scripts for the SGML System
Version: 0.6
Release: 416
Release: 0
Group: Productivity/Publishing/SGML
Requires: libxml2
PreReq: /bin/awk
PreReq: /bin/mv
PreReq: /bin/chmod
#Provides:
License: GPL v2 or later
License: GPL-2.0+
# URL:
Source0: http://www.suse.de/~ke/%{name}/%{name}-%{version}.tar.bz2
# :pserver:anoncvs@sources.redhat.com:/cvs/docbook-tools
@ -104,85 +101,3 @@ rm -fr $RPM_BUILD_ROOT
%dir /var/lib/sgml
%changelog
* Wed May 14 2008 ke@suse.de
- sgml-skel-edit-cat.diff: Edit catalog file in place; try to keep file
permissions. Reported by Jörg Mayer [bnc#386791].
* Mon May 14 2007 ke@suse.de
- PreReq /bin/mv . Reported by Andreas Jaeger [#274128].
* Mon Jan 29 2007 ke@suse.de
- Fix debug code in edit-xml-catalog. Reported by Andreas Hanke and
Dirk Mueller [# 237652].
* Mon Aug 14 2006 ke@suse.de
- Provide /etc/xml/catalog.
- SuSEconfig.sgml-skel: Remove it. It was required to solve on update
issue while introducing the /usr/share/xml hierarchy. It is obsolete
now.
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Mon Jul 04 2005 ke@suse.de
- PreReq /bin/awk; reported by Marco Michna [# 94798].
* Fri Jun 24 2005 ke@suse.de
- Add %%{_sysconfdir}/xml/suse-catalog.xml and mark it as %%ghost.
* Mon Jun 20 2005 schwab@suse.de
- Mark %%{_sysconfdir}/sgml/catalog as %%ghost and remove %%pre.
* Fri Nov 12 2004 mmj@suse.de
- cp used in %%pre so add to PreReq:
* Wed Aug 25 2004 ke@suse.de
- edit-xml-catalog.sh: Drop dependency on getopt to avoid adding more
PreReqs in packages depending on sgml-skel. Reported by Thorsten
Kukuk [# 44154].
* Mon Feb 23 2004 hmacht@suse.de
- building as non-root
* Thu Feb 12 2004 ke@suse.de
- Fix tei-xsl link.
- Add svg-dtd links.
* Wed Feb 11 2004 ke@suse.de
- Correct resp. change some links; add tei-xsl-stylesheets.
* Thu Feb 05 2004 ke@suse.de
- Correct docbook-xsl-stylesheets related compat links.
- Add links for mathml-dtd.
* Fri Jan 30 2004 ke@suse.de
- Also create docbook-xsl-stylesheets related compat links (FHS 2.3
related change).
* Fri Jan 23 2004 ke@suse.de
- Add SuSEconfig.sgml-skel: In case of an update provide compatibility
links.
* Thu Jul 31 2003 meissner@suse.de
- autoreconf -i -f, so the --build arch switch detects ppc64.
* Fri Jun 13 2003 ke@suse.de
- Drop /usr/share/sgml from and add /etc/xml to %%files.
* Tue Apr 29 2003 ke@suse.de
- Add option --group to build <group>...</group> sections with id
attributes in catalog files.
* Mon Apr 28 2003 ke@suse.de
- Add option --catalog to allow editing arbitrary catalog files.
* Mon Apr 28 2003 ke@suse.de
- Add edit-xml-catalog.sh, a script for editing /etc/xml/catalog.
* Wed Dec 11 2002 ke@suse.de
- sgml-skel-regcat2.diff: Don't register catalogs twice.
* Mon Nov 25 2002 ke@suse.de
- Update to version 0.6:
* New script: sgml-register-catalog.
- sgml-skel-regcat.diff: Remove subcatalog without checking unrelated
stuff.
* Thu Nov 21 2002 ke@suse.de
- /etc/sgml/catalog now belongs to this package; preserve backup in case
sgmltools-lite owns it at the same time.
- Install install-catalog without suffix.
* Tue Nov 19 2002 ke@suse.de
- Add install-catalog.sh (from CVS:docbook-tools/sgml-common).
* Mon May 27 2002 ke@suse.de
- Update to version 0.5:
- New scripts: sgml2xmlcat.sh (re-written, replacement for
sgmlcat2x.sh) and parse-sgml-catalog.sh to normalized SGML Open
catalogs.
* Mon May 06 2002 ke@suse.de
- Add sgmlcat2x.sh to parse normalized traditional SGML catalog files.
* Mon Aug 27 2001 ke@suse.de
- Update to version 0.2 (now it's a proper package):
- Recognize ISO identifiers (additionally to '-//' and '+//' owner
tags).
- Handle language and version field.
- More error checking.
* Thu Mar 22 2001 ke@suse.de
- New package.