diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-11-29 01:40:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-11-29 01:40:39 +0000 |
| commit | 012df6081df5ff8862975797dc1357b9b5d49558 (patch) | |
| tree | f829ce014ab9a0660fdfb630a5f89c58aecdef23 | |
| parent | d2cf99dbfda417caae0d47c004a3262ca75321ca (diff) | |
Metadata tweak.v2.13.78
| -rw-r--r-- | cscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -260,8 +260,7 @@ def make_spec(filename, version, target, options, requires=None): print('', file=f) print('%description', file=f) print('DCP-o-matic generates Digital Cinema Packages (DCPs) from video and audio ', file=f) - print('files (such as those from DVDs or Blu-Rays) for presentation on DCI-compliant ', file=f) - print('digital projectors.', file=f) + print('files for presentation on DCI-compliant digital projectors.', file=f) print('', file=f) print('%files', file=f) print('%{_bindir}/dcpomatic2', file=f) |
