diff --git a/daps-0.9beta3.tar.bz2 b/daps-0.9beta3.tar.bz2 deleted file mode 100644 index 7ac2acd..0000000 --- a/daps-0.9beta3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7de1d68510b316bf7728978456d3d7dbdc02a09476a763ac95d63bd7bd9786e0 -size 759802 diff --git a/daps-0.9beta4.tar.bz2 b/daps-0.9beta4.tar.bz2 new file mode 100644 index 0000000..7830d32 --- /dev/null +++ b/daps-0.9beta4.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b658615fe697f7588eb3bb8cf8b9066a3cf784bc9060b51e60ea88fe89728a7a +size 760190 diff --git a/daps.changes b/daps.changes index f0c68d1..d5dd7bc 100644 --- a/daps.changes +++ b/daps.changes @@ -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 diff --git a/daps.spec b/daps.spec index 0969c00..6e8514a 100644 --- a/daps.spec +++ b/daps.spec @@ -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.