Skip to content

Commit

Permalink
release 2.8-6
Browse files Browse the repository at this point in the history
  • Loading branch information
pat1 committed Oct 24, 2016
1 parent 2ecfd52 commit f49451b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions centos/autoradio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
7 changes: 3 additions & 4 deletions fedora/autoradio.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f49451b

Please sign in to comment.