SPECS: m3u123.spec (NEW) - new

wolf wolf at pld-linux.org
Sat Jun 18 16:34:12 CEST 2005


Author: wolf                         Date: Sat Jun 18 14:34:12 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

---- Files affected:
SPECS:
   m3u123.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/m3u123.spec
diff -u /dev/null SPECS/m3u123.spec:1.1
--- /dev/null	Sat Jun 18 16:34:12 2005
+++ SPECS/m3u123.spec	Sat Jun 18 16:34:06 2005
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+Summary:	Command line music player using XMMS I/O plugins to play music
+Summary(pl):	Odtwarzacz muzyki z linii komend używający wtyczek XMMS-a
+Name:		m3u123
+Version:	0.5.1
+Release:	1
+License:	GPL
+Group:		Applications/Sound
+Source0:	http://mail.rochester.edu/~asveikau/src/%{name}.tar.gz
+# Source0-md5:	b61cd3464822077bfe795c0373dfc485
+URL:		http://mail.rochester.edu/~asveikau/src/
+BuildRequires:	xmms-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is a simple program which uses XMMS I/O plugins to play files,
+independently of XMMS itself. Not all XMMS plugins will work, but I've
+found that most will.
+
+%description -l pl
+Jest to prosty program, który używa wtyczek wejścia/wyjścia XMMS-a do
+odtwarzania plików niezależnie od samego XMMS-a. Nie wszystkie wtyczki
+działają, ale większość obsługiwana jest poprawnie.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} \
+	CC="%{__cc} %{rpmcflags}" \
+	OUTPUT=OSS \
+	STRIP=/bin/true
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install m3u123 $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README
+%attr(755,root,root) %{_bindir}/*
+
+%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.1  2005/06/18 14:34:06  wolf
+- new
+
================================================================



More information about the pld-cvs-commit mailing list