- spec file:  
  * removed obsolete python dependencies (they moved to daps-docmanager)
  * obsoletes susedoc
  * recommends daps-docmanager and aspell+en dicts
- daps-susespell now has a man page and supports additional options
  --lang and --dict

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=24
This commit is contained in:
Frank Sundermeyer 2011-07-26 10:46:29 +00:00 committed by Git OBS Bridge
parent 19767aabaa
commit 39a62ccfef
4 changed files with 24 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7de1d68510b316bf7728978456d3d7dbdc02a09476a763ac95d63bd7bd9786e0
size 759802

3
daps-0.9beta4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b658615fe697f7588eb3bb8cf8b9066a3cf784bc9060b51e60ea88fe89728a7a
size 760190

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue Jul 26 10:44:24 UTC 2011 - fsundermeyer@opensuse.org
Beta 4
- spec file:
* removed obsolete python dependencies (they moved to daps-docmanager)
* obsoletes susedoc
* recommends daps-docmanager and aspell+en dicts
- daps-susespell now has a man page and supports additional options
--lang and --dict
-------------------------------------------------------------------
Mon Jul 25 20:30:30 UTC 2011 - fsundermeyer@opensuse.org

View File

@ -17,7 +17,7 @@
%define dbstyles %{_datadir}/xml/docbook/stylesheet/nwalsh/current
Name: daps
Version: 0.9beta3
Version: 0.9beta4
%define root_catalog for-catalog-%{dtdname}-%{dtdversion}.xml
%define daps_catalog for-catalog-%{name}-%{version}.xml
@ -41,7 +41,6 @@ BuildRequires: ImageMagick
BuildRequires: inkscape
BuildRequires: libxslt
BuildRequires: optipng
BuildRequires: python-xml
BuildRequires: sgml-skel
BuildRequires: svg-dtd
BuildRequires: trang
@ -58,7 +57,6 @@ BuildRequires: java
BuildRequires: liberation-fonts
BuildRequires: LinuxLibertine
BuildRequires: mplus-fonts
BuildRequires: python-optcomplete
BuildRequires: opensp
BuildRequires: subversion
BuildRequires: xalan-j2
@ -93,10 +91,8 @@ Requires: liberation-fonts
Requires: LinuxLibertine
Requires: make
Requires: mplus-fonts
Requires: python-optcomplete
Requires: opensp
Requires: optipng
Requires: python-xml
Requires: sgml-skel
Requires: subversion
Requires: svg-dtd
@ -118,6 +114,8 @@ Requires: perl-checkbot
%endif
Recommends: agfa-fonts
Recommends: aspell aspell-en aspell-en-huge
Recommends: daps-docmanager
Recommends: emacs psgml
# Split of ttf-founder-simplified and ttf-founder-traditional
Recommends: FZFangSong FZHeiTi FZSongTi
@ -132,22 +130,23 @@ Recommends: unfonts
# Internal XEP package:
Recommends: xep
Provides: susedoc
Obsoletes: susedoc <= 4.3.27
Provides: susedoc <= 4.3.27
%description
DocBook Authoring and Publishing Suite (daps)
DocBook Authoring and Publishing Suite (DAPS)
daps contains a set of stylesheets, scripts and makefiles that enable
DAPS contains a set of stylesheets, scripts and makefiles that enable
you to create HTML, PDF, EPUB and other formats from DocBook XML with a
single command. It also contains tools to generate profiled source
tarballs for distributing your XML sources for translation or review.
daps also includes tools that assist you when writing DocBook XML:
DAPS also includes tools that assist you when writing DocBook XML:
linkchecker, validator, spellchecker, editor macros and stylesheets for
converting DocBook XML.
daps is the successor of susedoc. See
DAPS is the successor of susedoc. See
/usr/share/doc/packages/daps/README.upgrade_from_susedoc_4.x
for upgrade instructions.