New release DAPS 2.0~rc7

- replaced daps-auto.pl with daps_autobuild
  * uses an XML file as a config file (can be validated with
    schema that is also provided)
  * supports git _and_ svn repos
- DB5 fix for target productinfo
- locdrop target can now read information about translated files
  from in-file tag provided by docmanager
- fixed two issues in the unpack-locdrop target
- fixed stylesheet issues when using saxon as a parser
- Added missing dependency on $(RESULT_DIR) for epub
- bash code cleanup
- Changed default DB5 schema fom docbook.rng to docbookxi.rng
  (supports xi:includes)
- Documentation: now covers all 2.0 changes

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=167
This commit is contained in:
Frank Sundermeyer 2015-06-10 14:04:46 +00:00 committed by Git OBS Bridge
parent 037733ac85
commit f6c799583e
4 changed files with 29 additions and 4 deletions

View File

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

3
daps-2.0~rc7.tar.bz2 Normal file
View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Jun 10 14:02:18 UTC 2015 - fsundermeyer@opensuse.org
New release DAPS 2.0~rc7
- replaced daps-auto.pl with daps_autobuild
* uses an XML file as a config file (can be validated with
schema that is also provided)
* supports git _and_ svn repos
- DB5 fix for target productinfo
- locdrop target can now read information about translated files
from in-file tag provided by docmanager
- fixed two issues in the unpack-locdrop target
- fixed stylesheet issues when using saxon as a parser
- Added missing dependency on $(RESULT_DIR) for epub
- bash code cleanup
- Changed default DB5 schema fom docbook.rng to docbookxi.rng
(supports xi:includes)
- Documentation: now covers all 2.0 changes
-------------------------------------------------------------------
Mon Apr 27 15:32:46 UTC 2015 - fsundermeyer@opensuse.org

View File

@ -17,7 +17,7 @@
Name: daps
Version: 2.0~rc6
Version: 2.0~rc7
Release: 0
###############################################################
@ -121,6 +121,7 @@ Requires: xmlstarlet
Recommends: daps-docmanager
Recommends: docbook_5
Recommends: docbook5-xsl-stylesheets >= 1.77
Recommends: epubcheck
Recommends: exiftool
Recommends: jing
@ -217,6 +218,9 @@ exit 0
%dir %{_sysconfdir}/%{name}
%dir %{_defaultdocdir}/%{name}
%dir %{_datadir}/xml/daps
%dir %{_datadir}/xml/daps/schema
%config %{_sysconfdir}/xml/*.xml
%config %{_sysconfdir}/%{name}/*
@ -225,6 +229,7 @@ exit 0
%{_bindir}/*
%{_datadir}/emacs/site-lisp/docbook_macros.el
%{_datadir}/xml/daps/schema/*
%{docbuilddir}
%exclude %{_defaultdocdir}/%{name}/INSTALL
%exclude %{_sysconfdir}/%{name}/config.in