SPECS (AC-branch): mt-daapd.spec (NEW) - added in AC-branch - 0.2.4

aredridel aredridel at pld-linux.org
Tue May 2 03:24:48 CEST 2006


Author: aredridel                    Date: Tue May  2 01:24:48 2006 GMT
Module: SPECS                         Tag: AC-branch
---- Log message:
- added in AC-branch
- 0.2.4

---- Files affected:
SPECS:
   mt-daapd.spec (NONE -> 1.6.2.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/mt-daapd.spec
diff -u /dev/null SPECS/mt-daapd.spec:1.6.2.1
--- /dev/null	Tue May  2 03:24:48 2006
+++ SPECS/mt-daapd.spec	Tue May  2 03:24:43 2006
@@ -0,0 +1,96 @@
+# $Revision$, $Date$
+Summary:	A multi-threaded implementation of Apple's DAAP server
+Summary(pl):	Wielowątkowa implementacja serwera DAAP Apple
+Name:		mt-daapd
+Version:	0.2.3
+Release:	1
+License:	GPL
+Group:		Networking/Daemons
+Source0:	http://dl.sourceforge.net/mt-daapd/%{name}-%{version}.tar.gz
+# Source0-md5:	17aa3fa0601cbe172d18f53489141e5a
+URL:		http://www.mt-daapd.org/
+BuildRequires:	autoconf
+BuildRequires:	gdbm-devel
+BuildRequires:	libid3tag-devel
+Requires(post,preun):	/sbin/chkconfig
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A multi-threaded implementation of Apple's DAAP server, mt-daapd
+allows a Linux machine to advertise MP3 files to be used by Windows or
+Mac iTunes clients. This version uses Apple's ASPL Rendezvous daemon.
+
+%description -l pl
+Wielowątkowa implementacja serwera DAAP Apple - mt-daapd umożliwia
+maszynie linuksowej rozgłaszać pliki MP3 do wykorzystania przez
+windowsowych lub macowych klientów iTunes. Ta wersja używa demona ASPL
+Rendezvous Apple.
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT/var/cache/mt-daapd
+install contrib/mt-daapd $RPM_BUILD_ROOT/etc/rc.d/init.d
+install contrib/mt-daapd.conf $RPM_BUILD_ROOT%{_sysconfdir}
+install contrib/mt-daapd.playlist $RPM_BUILD_ROOT%{_sysconfdir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+/sbin/chkconfig --add mt-daapd
+
+%preun
+if [ "$1" = "0" ]; then
+	/sbin/chkconfig --del mt-daapd
+fi
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_sbindir}/mt-daapd
+%attr(754,root,root) /etc/rc.d/init.d/mt-daapd
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mt-daapd.conf
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/mt-daapd.playlist
+%{_datadir}/mt-daapd
+/var/cache/mt-daapd
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.6.2.1  2006/05/02 01:24:43  aredridel
+- added in AC-branch
+- 0.2.4
+
+Revision 1.6  2006/01/18 16:27:05  matowy
+- updated URL
+
+Revision 1.5  2005/12/13 13:58:51  glen
+- adapterized (sorted %verify attrs)
+
+Revision 1.4  2005/09/28 16:15:08  aredridel
+- up to 0.2.3
+
+Revision 1.3  2005/03/15 23:48:55  aredridel
+- up to 0.2.1.1
+
+Revision 1.2  2004/08/01 17:05:24  qboosh
+- pl, cleanups, missing dir
+
+Revision 1.1  2004/08/01 16:57:08  aredridel
+- added
+- not for use yet
================================================================


More information about the pld-cvs-commit mailing list