Summary: A multi-threaded implementation of Apple's DAAP server Name: mt-daapd Version: 0.1.1 Release: 1 License: GPL Group: Development/Networking URL: http://sourceforge.net/project/showfiles.php?group_id=98211 Source0: %{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot Requires: libid3tag BuildRequires: libid3tag-devel %description A multi-threaded implementation of Apple's DAAP server, mt-daapd allows a Linux machine to advertise MP3 files to to used by Windows or Mac iTunes clients. This version uses Apple's ASPL Rendezvous daemon. %prep %setup -q %build ./configure --prefix=$RPM_BUILD_ROOT/usr make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install rm -rf $RPM_BUILD_ROOT make install mkdir -p $RPM_BUILD_ROOT/etc/rc.d/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.playlist $RPM_BUILD_ROOT/etc %post /sbin/chkconfig --add mt-daapd %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %config /etc/mt-daapd.conf %config /etc/mt-daapd.playlist /etc/rc.d/init.d/mt-daapd /usr/sbin/* /usr/share/mt-daapd/* %doc %changelog * Thu Jan 29 2004 ron - Update to 0.1.1 * Fri Nov 14 2003 root - Initial build.