forked from pool/docbook_5
Accepting request 83330 from Publishing
- Remove redundant tags/sections from specfile (cf. packaging guidelines) (forwarded request 83284 from jengelh) OBS-URL: https://build.opensuse.org/request/show/83330 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/docbook_5?expand=0&rev=14
This commit is contained in:
parent
d0eab874db
commit
3b47ebe94e
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de
|
||||
|
||||
- Remove redundant tags/sections from specfile
|
||||
(cf. packaging guidelines)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 3 10:57:28 CEST 2009 - aj@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package docbook_5 (Version 5.0)
|
||||
# spec file for package docbook_5
|
||||
#
|
||||
# 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,7 +15,6 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: docbook_5
|
||||
@ -29,7 +28,6 @@ Requires: libxml2
|
||||
BuildRequires: sgml-skel
|
||||
PreReq: /usr/bin/xmlcatalog sgml-skel
|
||||
PreReq: sed grep awk
|
||||
AutoReqProv: on
|
||||
Source2: docbook_5-README.SuSE
|
||||
# DocBook Specifications:
|
||||
Source3: docbook-%{version}-spec-cd-01.pdf
|
||||
@ -48,14 +46,6 @@ The intent of this rewrite is to produce a schema that is true to the
|
||||
spirit of DocBook while simultaneously removing inconsistencies that
|
||||
have arisen as a natural consequence of DocBook's long, slow evolution.
|
||||
|
||||
|
||||
|
||||
Authors:
|
||||
--------
|
||||
Eve L. Maler <elm@arbortext.com>
|
||||
Terry Allen <tallen@sonic.net>
|
||||
Norman Walsh <ndw@nwalsh.com>
|
||||
|
||||
%define INSTALL install -m755 -s
|
||||
%define INSTALL_DIR install -d -m755
|
||||
%define INSTALL_DATA install -m644
|
||||
@ -78,7 +68,7 @@ cp -p $RPM_SOURCE_DIR/%{name}-README.SuSE README.SuSE
|
||||
cp %{S:3} %{S:4} %{S:5} .
|
||||
#
|
||||
#unzip -q -a %{S:500}
|
||||
tar xjf %{S:500}
|
||||
tar -xjf %{S:500}
|
||||
#
|
||||
# CATALOG.* files
|
||||
#cp %{S:504} .
|
||||
@ -333,9 +323,6 @@ if [ ! -f %{xml_sysconf_dir}/%{FOR_ROOT_CAT} -a -x /usr/bin/edit-xml-catalog ] ;
|
||||
--del %{name}-%{version}
|
||||
fi
|
||||
|
||||
%clean
|
||||
rm -fr $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-, root, root)
|
||||
#%config %{sgml_config_dir}/CATALOG.*
|
||||
|
Loading…
Reference in New Issue
Block a user