diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-03-10 19:28:48 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-03-10 19:28:48 +0000 |
| commit | 434938cab015b1c04d44066f94ef8057d298a523 (patch) | |
| tree | 80bd1af5d83d4614570885c500c705c4bac46d91 /cscript | |
| parent | 057a3fcfd98e5c8dec16294caf230aee2b5229eb (diff) | |
Slightly experimental removal of completely incomplete Requires: line in rpm spec files; should fix Mageia build.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -230,7 +230,6 @@ def make_spec(filename, version, target): print('License:GPL', file=f) print('Group:Applications/Multimedia', file=f) print('URL:http://dcpomatic.com/', file=f) - print('Requires: ImageMagick-c++, glibmm24, libzip', file=f) print('', file=f) print('%description', file=f) print('DCP-o-matic generates Digital Cinema Packages (DCPs) from video and audio ', file=f) |
