Commit Graph

69 Commits

Author SHA256 Message Date
Thomas Schraitle
27ade85b89 - Raised daps to version 0.9.1
- Fixed URL in fetch_source

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=58
2011-12-07 14:10:57 +00:00
Frank Sundermeyer
19aca56480 Beta 8:
- new option "--static" for html builds copies images and css files
  rather than linking them (which is the default)
- document-files-html / document-files-pdf / desktop-files now only
  generate the desktop files rather than creating tarballs
  * tarballs are generated with dist-document-files-html, dist-...
  * document-files-dir-name, desktop-files-dir-name show the
    directory names for the generated desktop files
- new file names for PDFs:
  color: ($BOOK|$ROOTID)_$LANG.pdf
  print: ($BOOK|$ROOTID)-print_$LANG.pdf
- new option --def-file=DEFFILE for target package-src. If specified
  also adds all ENV files referenced in the DEF-file to the tarball
- new option --def-file=DEFFILE for target locdrop adds the DEF-file
  to the notrans tarball

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=52
2011-09-30 15:01:16 +00:00
Frank Sundermeyer
e23d1854e6 - spec file changes so daps builds for SLE 11 / 11.1:
* checkbot is a recommendation for SLE
  * require python-xml for < 1120
  * replace make_install macro with a literal make install call,
    since 11.1/SLE 11 do not have the macro
- use the tar option --transform instead of --xform in order to be
  compatible with older tar versions
- Bugfix Makefile: global option -d has been replaced with --debug

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=51
2011-09-26 15:42:04 +00:00
Frank Sundermeyer
946cbfa597 - verbosity can now also be set to "0" on the command line (needed
for scripting)
- renamed "--verbose" switch to "--verbosity"
- Specfile: Requires: fam

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=49
2011-09-20 11:55:25 +00:00
Thomas Schraitle
2919ed7430 Fixed typo with %{ext_man} (removed double '.')
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=47
2011-09-19 11:47:06 +00:00
Thomas Schraitle
f71dbba111 - Applied spec file changes after Jan Engelhardt's mail on
opensuse-packaging:
  (see also http://en.opensuse.org/openSUSE:Specfile_guidelines)
- removal of '# norootforbuild'
- removal of Authors list, no longer desired in factory
- removal of %clean section, no longer required
- adding %{?_smp_mflags} whereever there is none

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=45
2011-09-19 07:00:32 +00:00
Frank Sundermeyer
a6fa0d4aae Beta 7
- DAPS now supports EPS (will be converted to PDF and PNG) and
  PDF images; SVG sources can also be converted into PDF
  - new dependencies for EPS and PDF support in spec file:
    ghostscript-library, poppler tools
- completely revised images.mk to increase readability and improved
  inline documentation
- sped up png optimization with optipng by using optimization level
  2 rather than 8: almost no difference in file-size, but huge
  difference in speed
- Bugfixes:
  - rewrote profiling, since the changes from beta6 introduced
    an error that prevented profiling on changed files

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=44
2011-09-15 20:47:13 +00:00
Frank Sundermeyer
9c502c8a2b Beta 6
- DAPS can now use XML source files with any suffix
  (not only *.xml--the KDE  project for example is using *.docbook);
-  set default values for PROFOS and PROFARCH in case they are empty
- Bugfixes:
  * target validate: call function comments_remarks rather than
    build_generic
  * target locdrop: correct docmanager command; warn if no file has
    doc:trans=yes

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=42
2011-09-09 22:40:06 +00:00
Frank Sundermeyer
cf082b801c - this time for real: adjusted spec file so daps also builds for
openSUSE_Evergreen_11.2

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=41
2011-09-08 15:27:58 +00:00
Frank Sundermeyer
aa36774b00 Beta 5
- print filename and ids for chapter and section headlines
  in draft mode
- added 301 and 302 codes to dontwarn options of checkbot 
- start image viewer in target getimages only when there are images

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=40
2011-09-08 14:25:58 +00:00
Frank Sundermeyer
51a6a1e846 - Reverted previous change since that causes trouble with
11.3

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=39
2011-08-11 15:33:13 +00:00
Frank Sundermeyer
c6d4ad3bcc - Adjusted spec file so daps also builds for openSUSE_Evergreen_11.2
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=38
2011-08-11 15:00:38 +00:00
Frank Sundermeyer
70f5b2f850 - we need to be able to install daps and susedoc in parallel
internally, so removed the Obsoletes: susedoc statement
  from the spec file
- target validate can now be called with -r and -c, too

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=27
2011-08-01 11:34:52 +00:00
Frank Sundermeyer
39a62ccfef 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

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=24
2011-07-26 10:46:29 +00:00
Frank Sundermeyer
898e16d865 Beta 3
- Bugfix: USEMETA now works correctly
- added new binary daps-susepell (Spellchecker)
- added new target getimages

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=19
2011-07-21 15:35:27 +00:00
Frank Sundermeyer
1ec62aa470 - Bugfix: Sourcing an ENV with DAPS_ENV_NAME set did not work
- Bugfix: Command line arguments for comments, drafts and remarks
  were not properly exported

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=16
2011-07-19 14:45:08 +00:00
Karl Eichwalder
72aa47e047 minor .spec cleanup
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=5
2011-07-08 06:17:27 +00:00
Frank Sundermeyer
94ad168a8a - Changed the IDs in /etc/xml/suse-catalog.xml to something that
makes more sense

OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=4
2011-07-07 09:39:17 +00:00
Frank Sundermeyer
2f1e2955da First public beta of daps, the successor of susedoc
OBS-URL: https://build.opensuse.org/package/show/Documentation:Tools/daps?expand=0&rev=1
2011-07-01 23:12:32 +00:00