mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-09 00:59:59 +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}}
|
||||
Summary: {{applicationName}}
|
||||
Version: {{applicationVersion}}
|
||||
Release: 1
|
||||
License: MIT
|
||||
Requires: avahi, avahi-compat-libdns_sd
|
||||
Requires: avahi, avahi-compat-libdns_sd, nss-mdns
|
||||
|
||||
%description
|
||||
{{applicationName}}
|
||||
@@ -14,7 +18,7 @@ mkdir -p $RPM_BUILD_ROOT/{{{executablePath}}} \
|
||||
$RPM_BUILD_ROOT/{{{manifestPath}}}
|
||||
|
||||
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}}}
|
||||
|
||||
%files
|
||||
|
||||
Reference in New Issue
Block a user