mirror of
https://github.com/owntone/owntone-server.git
synced 2025-03-03 15:20:09 -05:00
Fix spec files
This commit is contained in:
parent
4f86c7f304
commit
318054a466
@ -13,7 +13,8 @@ BuildRequires: libid3tag-devel
|
|||||||
%description
|
%description
|
||||||
A multi-threaded implementation of Apple's DAAP server, mt-daapd
|
A multi-threaded implementation of Apple's DAAP server, mt-daapd
|
||||||
allows a Linux machine to advertise MP3 files to to used by
|
allows a Linux machine to advertise MP3 files to to used by
|
||||||
Windows or Mac iTunes clients.
|
Windows or Mac iTunes clients. This version uses Apple's ASPL Rendezvous
|
||||||
|
daemon.
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -24,8 +25,8 @@ make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install
|
make install
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/init.d
|
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
|
||||||
cp contrib/mt-daapd $RPM_BUILD_ROOT/etc/init.d
|
cp contrib/mt-daapd $RPM_BUILD_ROOT/etc/rc.d/init.d
|
||||||
cp contrib/mt-daapd.conf $RPM_BUILD_ROOT/etc
|
cp contrib/mt-daapd.conf $RPM_BUILD_ROOT/etc
|
||||||
cp contrib/mt-daapd.playlist $RPM_BUILD_ROOT/etc
|
cp contrib/mt-daapd.playlist $RPM_BUILD_ROOT/etc
|
||||||
|
|
||||||
|
@ -13,7 +13,8 @@ BuildRequires: libid3tag-devel
|
|||||||
%description
|
%description
|
||||||
A multi-threaded implementation of Apple's DAAP server, mt-daapd
|
A multi-threaded implementation of Apple's DAAP server, mt-daapd
|
||||||
allows a Linux machine to advertise MP3 files to to used by
|
allows a Linux machine to advertise MP3 files to to used by
|
||||||
Windows or Mac iTunes clients.
|
Windows or Mac iTunes clients. This verison uses SwampWolf's
|
||||||
|
"howl" as a mDNS daemon.
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
@ -24,8 +25,8 @@ make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
|||||||
%install
|
%install
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
make install
|
make install
|
||||||
mkdir -p $RPM_BUILD_ROOT/etc/init.d
|
mkdir -p $RPM_BUILD_ROOT/etc/rc.d/init.d
|
||||||
cp contrib/mt-daapd $RPM_BUILD_ROOT/etc/init.d
|
cp contrib/mt-daapd $RPM_BUILD_ROOT/etc/rc.d/init.d
|
||||||
cp contrib/mt-daapd.conf $RPM_BUILD_ROOT/etc
|
cp contrib/mt-daapd.conf $RPM_BUILD_ROOT/etc
|
||||||
cp contrib/mt-daapd.playlist $RPM_BUILD_ROOT/etc
|
cp contrib/mt-daapd.playlist $RPM_BUILD_ROOT/etc
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user