mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Switch to mdns package
This commit is contained in:
@@ -4,3 +4,4 @@ Priority: optional
|
||||
Maintainer: {{{author}}}
|
||||
Architecture: amd64
|
||||
Description: {{applicationName}}
|
||||
Depends: avahi-daemon, libavahi-compat-libdnssd1
|
||||
|
||||
@@ -3,6 +3,7 @@ Summary: {{applicationName}}
|
||||
Version: {{applicationVersion}}
|
||||
Release: 1
|
||||
License: MIT
|
||||
Requires: avahi, avahi-compat-libdns_sd
|
||||
|
||||
%description
|
||||
{{applicationName}}
|
||||
@@ -13,6 +14,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}/{{{manifestName}}} $RPM_BUILD_ROOT/{{{manifestPath}}}
|
||||
|
||||
%files
|
||||
|
||||
Reference in New Issue
Block a user