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:29:02 +0000 |
| commit | f9467b82b3bc07be587be629a95212886c420b63 (patch) | |
| tree | dbf9da80ad1f1bd4dd829551609f507966d687ec /cscript | |
| parent | d64472899376d7585304c7a2f1f270645d028e04 (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) |
