mirror of
https://github.com/mitb-archive/filebot
synced 2025-03-08 20:39:44 -05:00
*_universal-jdk8.rpm
This commit is contained in:
parent
dd7f74b958
commit
24cde60c0d
@ -688,7 +688,7 @@
|
||||
<exec executable="docker" failonerror="yes">
|
||||
<arg line="run -v ${dir.staging}:/src -v ${dir.staging}/build:/rpm --rm rednoah/rpm-build -bb filebot.spec" />
|
||||
</exec>
|
||||
<copy file="${dir.staging}/build/RPMS/noarch/${package.name}-${application.version}-universal.noarch.rpm" tofile="${dir.dist}/${release}_universal-jdk8.rpm" />
|
||||
<copy file="${dir.staging}/build/RPMS/noarch/${package.name}-${application.version}-universal-jdk8.noarch.rpm" tofile="${dir.dist}/${release}_universal-jdk8.rpm" />
|
||||
</target>
|
||||
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
Name: @{package.name}
|
||||
Version: @{application.version}
|
||||
Release: universal
|
||||
Release: universal-jdk8
|
||||
Summary: @{package.synopsis}
|
||||
License: Proprietary
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user