mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-12 10:39:57 +00:00
Fix rpm builds + better compression
This commit is contained in:
@@ -1,9 +1,13 @@
|
|||||||
|
%global __os_install_post %{nil}
|
||||||
|
%define _source_payload w7.lzdio
|
||||||
|
%define _binary_payload w7.lzdio
|
||||||
|
|
||||||
Name: {{packageName}}
|
Name: {{packageName}}
|
||||||
Summary: {{applicationName}}
|
Summary: {{applicationName}}
|
||||||
Version: {{applicationVersion}}
|
Version: {{applicationVersion}}
|
||||||
Release: 1
|
Release: 1
|
||||||
License: MIT
|
License: MIT
|
||||||
Requires: avahi, avahi-compat-libdns_sd
|
Requires: avahi, avahi-compat-libdns_sd, nss-mdns
|
||||||
|
|
||||||
%description
|
%description
|
||||||
{{applicationName}}
|
{{applicationName}}
|
||||||
@@ -14,7 +18,7 @@ mkdir -p $RPM_BUILD_ROOT/{{{executablePath}}} \
|
|||||||
$RPM_BUILD_ROOT/{{{manifestPath}}}
|
$RPM_BUILD_ROOT/{{{manifestPath}}}
|
||||||
|
|
||||||
cp %{_distdir}/{{{executableName}}} $RPM_BUILD_ROOT/{{{executablePath}}}
|
cp %{_distdir}/{{{executableName}}} $RPM_BUILD_ROOT/{{{executablePath}}}
|
||||||
cp ${_distdir}/{{{bindingName}}} $RPM_BUILD_ROOT/{{{executablePath}}}
|
cp %{_distdir}/{{{bindingName}}} $RPM_BUILD_ROOT/{{{executablePath}}}
|
||||||
cp %{_distdir}/{{{manifestName}}} $RPM_BUILD_ROOT/{{{manifestPath}}}
|
cp %{_distdir}/{{{manifestName}}} $RPM_BUILD_ROOT/{{{manifestPath}}}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
|||||||
Reference in New Issue
Block a user