From f49451b383fa59d2ac2b7a8ecbd0c6a189074342 Mon Sep 17 00:00:00 2001
From: Paolo Patruno
Date: Mon, 24 Oct 2016 20:03:25 +0200
Subject: [PATCH] release 2.8-6
---
MANIFEST.in | 2 +-
centos/autoradio.spec | 10 +++++-----
fedora/autoradio.spec | 7 +++----
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/MANIFEST.in b/MANIFEST.in
index 0d25de6..41e74fd 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -9,7 +9,7 @@ recursive-include doc *
recursive-include locale *.po
recursive-include templates *
recursive-include global_static *
-recursive-include debian *
+#recursive-include debian *
recursive-include centos *
recursive-include fedora *
prune amarok media
diff --git a/centos/autoradio.spec b/centos/autoradio.spec
index 927ee92..03b91db 100644
--- a/centos/autoradio.spec
+++ b/centos/autoradio.spec
@@ -4,7 +4,7 @@
1)")}
%define name autoradio
-%define version 2.8.5
+%define version 2.8.6
%define release 1%{?dist}
Summary: radio automation software
@@ -49,8 +49,9 @@ Radio automation software. Simple to use, starting from digital audio
files, manage on-air broadcasting over a radio-station or
web-radio. The main components are:
- * Player (Xmms/Audacious): plays all your media files and send digital sound
- to an audio device or audio server
+ * Player integrated (gstreamer) or external (Xmms/Audacious):
+ plays all your media files and send digital sound to an audio
+ device or audio server
* Scheduler: real time manager for emission of special audio files
like jingles, spots, playlist and programs; interact with player
@@ -100,11 +101,10 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
-#%{_datadir}/autoradio/locale/*
+#%{_datadir}/autoradio/*
%{_bindir}/autoradiod
%{_bindir}/autoradioweb
%{_bindir}/autoradioctrl
-%{_bindir}/autoradio.wsgi
%{_bindir}/autoplayerd
%{_bindir}/autoplayergui
%{_bindir}/autoradiodbusd
diff --git a/fedora/autoradio.spec b/fedora/autoradio.spec
index c19b3ad..de2ca14 100644
--- a/fedora/autoradio.spec
+++ b/fedora/autoradio.spec
@@ -4,7 +4,7 @@
1)")}
%define name autoradio
-%define version 2.8.5
+%define version 2.8.6
%define release 1%{?dist}
Summary: radio automation software
@@ -71,7 +71,7 @@ Developed with Python, Django, Dbus it works in an production enviroment
%{__python} setup.py build
%install
-%{__python} setup.py install --single-version-externally-managed --root=$RPM_BUILD_ROOT
+%{__python} setup.py install --root=$RPM_BUILD_ROOT
##%{__install} -d -m 0710 %{buildroot}%{_var}/{run/autoradio,log/autoradio}
@@ -100,11 +100,10 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/tmpfiles.d/%{name}.conf
-#%{_datadir}/autoradio/locale/*
+#%{_datadir}/autoradio/*
%{_bindir}/autoradiod
%{_bindir}/autoradioweb
%{_bindir}/autoradioctrl
-%{_bindir}/autoradio.wsgi
%{_bindir}/autoplayerd
%{_bindir}/autoplayergui
%{_bindir}/autoradiodbusd