1 |
%define name smeserver-madsonic |
%define name smeserver-madsonic |
2 |
%define version 5.0.3761 |
%define version 5.0.3761 |
3 |
%define release 3 |
%define release 7 |
4 |
Summary: madsonic is a music streaming system |
Summary: madsonic is a music streaming system |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
9 |
License: GNU GPL version 2 |
License: GNU GPL version 2 |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: smeserver-madsonic-%{version}.tar.gz |
Source: smeserver-madsonic-%{version}.tar.gz |
12 |
|
Patch0: smeserver-madsonic-5.0.3761-sme10.patch |
13 |
|
Patch1: smeserver-madsonic-5.0.3761-bz12014-backup.patch |
14 |
|
Patch2: smeserver-madsonic-5.0.3761-to62.patch |
15 |
|
|
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
Requires: e-smith-release >= 8.0 |
Requires: e-smith-release >= 8.0 |
20 |
Requires: madsonic |
Requires: madsonic >= 6.2.9092 |
21 |
|
Requires: alsa-utils |
22 |
Requires: ffmpeg |
Requires: ffmpeg |
23 |
Requires: java-1.7.0-openjdk >= 1.7 |
Requires: java-1.8.0-openjdk >= 1.8 |
24 |
|
Requires: perl-DateTime |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%description |
%description |
28 |
madsonic is an application adapted as a contrib for SMEserver |
This is all the configurations needed to install madsonic as a contrib for SME Server |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 5.0.3761-7.sme |
32 |
|
- Re-build and link to latest devtools [SME: 11997] |
33 |
|
|
34 |
|
* Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-6.sme |
35 |
|
- add to core backup [SME: 12014] |
36 |
|
- update for 6.2 neededing java-1.8.0 |
37 |
|
- add local test webservices |
38 |
|
- main rpm is now using systemd [SME: 11619] |
39 |
|
|
40 |
|
* Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-5.sme |
41 |
|
- Re-build and link to latest devtools services not restarted on install [SME: 11280] |
42 |
|
|
43 |
|
* Fri Jun 04 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-4.sme |
44 |
|
- Re-build and link to latest devtools new configuration for madsonic 6 [SME: 11280] |
45 |
|
add update event |
46 |
|
- add madsonic user to audio group [SME: 10700] |
47 |
|
- add /var/media folders and subfolders [SME: 10701] |
48 |
|
|
49 |
* Sun Dec 20 2020 Brian Read <brianr@bjsystems.co.uk> 5.0.3761-3.sme |
* Sun Dec 20 2020 Brian Read <brianr@bjsystems.co.uk> 5.0.3761-3.sme |
50 |
- Initial Import in SME10 [SME: 11280] |
- Initial Import in SME10 [SME: 11280] |
51 |
|
|
59 |
%pre |
%pre |
60 |
grep '^madsonic:' /etc/passwd > /dev/null || \ |
grep '^madsonic:' /etc/passwd > /dev/null || \ |
61 |
/usr/sbin/useradd -c "madsonic" -M -d /usr/share/madsonic -s /bin/bash madsonic |
/usr/sbin/useradd -c "madsonic" -M -d /usr/share/madsonic -s /bin/bash madsonic |
62 |
|
/usr/sbin/usermod -aG audio madsonic |
63 |
|
|
64 |
%prep |
%prep |
65 |
%setup |
%setup |
66 |
|
%patch0 -p1 |
67 |
|
mkdir -p root/var/media/playlist/export root/var/media/playlist/import root/var/media/incoming root/var/media/podcast root/var/media/playlists/backup |
68 |
|
%patch1 -p1 |
69 |
|
%patch2 -p1 |
70 |
|
|
71 |
%build |
%build |
72 |
perl createlinks |
perl createlinks |
76 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
77 |
rm -f %{name}-%{version}-filelist |
rm -f %{name}-%{version}-filelist |
78 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
79 |
|
--dir /var/media/ 'attr(0755,madsonic,madsonic)' \ |
80 |
|
--dir /var/media/playlist/ 'attr(0750,madsonic,madsonic)' \ |
81 |
|
--dir /var/media/playlist/export/ 'attr(0750,madsonic,madsonic)' \ |
82 |
|
--dir /var/media/playlist/import/ 'attr(0750,madsonic,madsonic)' \ |
83 |
|
--dir /var/media/incoming/ 'attr(0750,madsonic,madsonic)' \ |
84 |
|
--dir /var/media/podcast/ 'attr(0750,madsonic,madsonic)' \ |
85 |
|
--dir /var/media/playlists/backup/ 'attr(0750,madsonic,madsonic)' \ |
86 |
|
--file /var/www/backend/validateLicense.view 'attr(0750,www,www)' \ |
87 |
|
--dir /var/www/backend/ 'attr(0750,www,www)' \ |
88 |
> %{name}-%{version}-filelist |
> %{name}-%{version}-filelist |
89 |
|
|
90 |
%clean |
%clean |