/[smecontribs]/rpms/smeserver-madsonic/contribs10/smeserver-madsonic.spec
ViewVC logotype

Diff of /rpms/smeserver-madsonic/contribs10/smeserver-madsonic.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.5 by jpp, Sat Jul 23 01:13:26 2022 UTC Revision 1.7 by brianr, Sat Jul 30 17:49:14 2022 UTC
# Line 1  Line 1 
1  %define name smeserver-madsonic  %define name smeserver-madsonic
2  %define version 5.0.3761  %define version 5.0.3761
3  %define release 6  %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}
# Line 11  Group: SMEserver/addon Line 11  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  Patch0: smeserver-madsonic-5.0.3761-sme10.patch
13  Patch1: smeserver-madsonic-5.0.3761-bz12014-backup.patch  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  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  * Fri Jul 22 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-6.sme
35  - add to core backup [SME: 12014]  - 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  * Sun Jun 06 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-5.sme
41  - fix services not restarted on install [SME: 11280]  - 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  * Fri Jun 04 2021 Jean-Philippe Pialasse <tests@pialasse.com> 5.0.3761-4.sme
44  - fix new configuration for madsonic 6 [SME: 11280]  - Re-build and link to latest devtools new configuration for madsonic 6 [SME: 11280]
45    add update event    add update event
46  - add madsonic user to audio group [SME: 10700]  - add madsonic user to audio group [SME: 10700]
47  - add /var/media folders and subfolders [SME: 10701]  - add /var/media folders and subfolders [SME: 10701]
# Line 58  grep '^madsonic:' /etc/passwd > /dev/nul Line 66  grep '^madsonic:' /etc/passwd > /dev/nul
66  %patch0 -p1  %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  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  %patch1 -p1
69    %patch2 -p1
70    
71  %build  %build
72  perl createlinks  perl createlinks
# Line 74  rm -f %{name}-%{version}-filelist Line 83  rm -f %{name}-%{version}-filelist
83    --dir /var/media/incoming/ 'attr(0750,madsonic,madsonic)' \    --dir /var/media/incoming/ 'attr(0750,madsonic,madsonic)' \
84    --dir /var/media/podcast/ 'attr(0750,madsonic,madsonic)' \    --dir /var/media/podcast/ 'attr(0750,madsonic,madsonic)' \
85    --dir /var/media/playlists/backup/ 'attr(0750,madsonic,madsonic)' \    --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


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed