Accepting request 312423 from Documentation:Tools
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/312423 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/daps?expand=0&rev=26
This commit is contained in:
commit
29a1c9abb3
@ -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
3
daps-2.0~rc7.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:336666e340a0617afe2b202fdcc0068b5df58495e1f7773b88ab8907d2ff990b
|
||||||
|
size 2390815
|
20
daps.changes
20
daps.changes
@ -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
|
Mon Apr 27 15:32:46 UTC 2015 - fsundermeyer@opensuse.org
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: daps
|
Name: daps
|
||||||
Version: 2.0~rc6
|
Version: 2.0~rc7
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
@ -121,6 +121,7 @@ Requires: xmlstarlet
|
|||||||
|
|
||||||
Recommends: daps-docmanager
|
Recommends: daps-docmanager
|
||||||
Recommends: docbook_5
|
Recommends: docbook_5
|
||||||
|
Recommends: docbook5-xsl-stylesheets >= 1.77
|
||||||
Recommends: epubcheck
|
Recommends: epubcheck
|
||||||
Recommends: exiftool
|
Recommends: exiftool
|
||||||
Recommends: jing
|
Recommends: jing
|
||||||
@ -217,6 +218,9 @@ exit 0
|
|||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%dir %{_defaultdocdir}/%{name}
|
%dir %{_defaultdocdir}/%{name}
|
||||||
|
|
||||||
|
%dir %{_datadir}/xml/daps
|
||||||
|
%dir %{_datadir}/xml/daps/schema
|
||||||
|
|
||||||
%config %{_sysconfdir}/xml/*.xml
|
%config %{_sysconfdir}/xml/*.xml
|
||||||
%config %{_sysconfdir}/%{name}/*
|
%config %{_sysconfdir}/%{name}/*
|
||||||
|
|
||||||
@ -225,6 +229,7 @@ exit 0
|
|||||||
|
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
%{_datadir}/emacs/site-lisp/docbook_macros.el
|
%{_datadir}/emacs/site-lisp/docbook_macros.el
|
||||||
|
%{_datadir}/xml/daps/schema/*
|
||||||
%{docbuilddir}
|
%{docbuilddir}
|
||||||
%exclude %{_defaultdocdir}/%{name}/INSTALL
|
%exclude %{_defaultdocdir}/%{name}/INSTALL
|
||||||
%exclude %{_sysconfdir}/%{name}/config.in
|
%exclude %{_sysconfdir}/%{name}/config.in
|
||||||
|
Loading…
Reference in New Issue
Block a user