commit 4b40697cf8522c9d348bbfe0d117f44e243ac94a
Author: Richard Shaw <hobbes1069(a)gmail.com>
Date: Sun Jul 2 09:22:58 2017 -0500
Initial import (RFBZ #3328).
.gitignore | 1 +
pianobar.spec | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 65 insertions(+)
---
diff --git a/.gitignore b/.gitignore
index e69de29..6f84e36 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/pianobar-2016.06.02.tar.bz2
diff --git a/pianobar.spec b/pianobar.spec
new file mode 100644
index 0000000..b4c14ab
--- /dev/null
+++ b/pianobar.spec
@@ -0,0 +1,63 @@
+Name: pianobar
+Version: 2016.06.02
+Release: 2%{?dist}
+Summary: Console-based client for Pandora
+
+License: MIT
+URL:
http://6xq.net/pianobar/
+Source0:
https://6xq.net/pianobar/%{name}-%{version}.tar.bz2
+
+BuildRequires: gnutls-devel
+BuildRequires: libao-devel
+BuildRequires: libmad-devel
+BuildRequires: libgcrypt-devel
+BuildRequires: json-c-devel
+BuildRequires: faad2-devel
+BuildRequires: ffmpeg-devel
+BuildRequires: libmad-devel
+
+
+%description
+pianobar is a free/open-source, console-based client for the personalized online
+radio Pandora.
+
+Features
+* play and manage (create, add more music, delete, rename, ...) stations
+* rate songs and explain why they have been selected
+* upcoming songs/song history
+* customize keybindings and text output
+* remote control and eventcmd interface (send tracks to last.fm, for example)
+* proxy support for listeners outside the USA
+
+
+%prep
+%autosetup
+touch configure
+chmod +x configure
+
+
+%build
+%configure
+make %{?_smp_mflags} V=1
+
+
+%install
+%make_install PREFIX=%{_prefix}
+
+
+%files
+%doc ChangeLog README.md
+%license COPYING
+%{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+
+%changelog
+* Wed May 24 2017 Richard Shaw <hobbes1069(a)gmail.com> - 2016.06.02-2
+- Use configure so linker flags are utilized.
+
+* Thu Jul 21 2016 Richard Shaw <hobbes1069(a)gmail.com> - 2016.06.02-1
+- Update to latest upstream release.
+
+* Fri Feb 1 2013 Richard Shaw <hobbes1069(a)gmail.com> - 2013.09.15-1
+- Initial packaging.
diff --git a/sources b/sources
index e69de29..ecaa7e6 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+0fc71e7cd3840db43943dde60a781227 pianobar-2016.06.02.tar.bz2