diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-05-10 15:39:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-05-10 15:39:43 +0100 |
| commit | b8517e0e865812af91790a4b6a0adaab8f3ddae3 (patch) | |
| tree | 8f992634a696037532ca613f355955ba38caa77e /cscript | |
| parent | d7b43fdea99af7b8632ce45d8c361b119b4a3e45 (diff) | |
Another build fix.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ def make_spec(filename, version, target): """Make a .spec file for a RPM build""" f = open(filename, 'w') print >>f,'Summary:A program that generates Digital Cinema Packages (DCPs) from video and audio files' - print >>f,'Name:dcpomatic' + print >>f,'Name:dcpomatic2' print >>f,'Version:%s' % version print >>f,'Release:1%{?dist}' print >>f,'License:GPL' |
