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

Annotation of /rpms/smeserver-unifi/contribs10/smeserver-unifi.spec

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


Revision 1.5 - (hide annotations) (download)
Thu Aug 4 03:41:34 2022 UTC (21 months, 4 weeks ago) by jpp
Branch: MAIN
CVS Tags: smeserver-unifi-5_6_30-7_1_68_2_el7_sme
Changes since 1.4: +2 -2 lines
* Wed Aug 03 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.30-2.sme
- systemd enabled [SME: 12139]
- update event [SME: 12139]
- update Ports [SME: 12139]
- use LE cert if available [SME: 10534]
- add to core backup [SME: 12027]

1 jpp 1.5 # $Id: smeserver-unifi.spec,v 1.4 2022/08/04 02:55:05 jpp Exp $
2 brianr 1.1 # Authority: unnilennium
3     # Name: Jean-Philippe Pialasse
4 jpp 1.2 %define installer 7.1.68
5 brianr 1.1 Summary: smeserver-unifi
6     %define name smeserver-unifi
7     %define version 5.6.30
8 jpp 1.2 %define release 2
9 brianr 1.1 Name: %{name}
10     Version: %{version}
11 jpp 1.5 Release: %{installer}.%{release}%{?dist}
12 brianr 1.1 License: GPL
13     Group: Applications/System
14     Source: %{name}-%{version}.tgz
15 jpp 1.4 Patch0: smeserver-unifi-5.6.30-smeserverSteveJenkins.patch
16 jpp 1.3 Patch1: smeserver-unifi-5.6.30-sme10.patch
17 brianr 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18     BuildArch: noarch
19     BuildRequires: e-smith-devtools >= 1.13.1-03
20 jpp 1.2 Requires: smeserver-release >= 10.0
21 jpp 1.3 Requires: mongodb-org >= 3.6
22     #Requires: redhat-lsb
23 jpp 1.2 #Requires: scl-utils
24     #Requires: rh-mongodb34-runtime
25     #Requires: rh-mongodb34-mongodb-server
26     #Requires: rh-mongodb34-mongodb
27 brianr 1.1 Requires: java-1.8.0-openjdk
28    
29     %description
30     Integration package for Ubiquiti Unifi controller on Koozali SME Server.
31    
32     %prep
33     %setup
34 jpp 1.4 %patch0 -p1
35 jpp 1.3 %patch1 -p1
36 jpp 1.2 rm root/etc/rc.d -rf
37 brianr 1.1
38 jpp 1.2 echo %{installer} > root/etc/e-smith/db/configuration/defaults/unifi/VersionToInstall
39 brianr 1.1 %build
40     /usr/bin/perl createlinks
41    
42     %install
43     /bin/rm -rf $RPM_BUILD_ROOT
44     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
45     /bin/rm -f %{name}-%{version}-filelist
46     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
47     --dir /opt/UniFi 'attr(660,ubnt,ubnt)' \
48     --dir /opt/UniFi_bak 'attr(660,ubnt,ubnt)' \
49     > %{name}-%{version}-filelist
50    
51     %files -f %{name}-%{version}-filelist
52     %defattr(-,root,root,-)
53    
54     %clean
55     rm -rf $RPM_BUILD_ROOT
56    
57     %pre
58     %{_sbindir}/useradd -m -d /opt/UniFi ubnt >& /dev/null || :
59    
60    
61     %post
62    
63     %changelog
64 jpp 1.2 * Wed Aug 03 2022 Jean-Philippe Pialasse <tests@pialasse.com> 5.6.30-2.sme
65     - systemd enabled [SME: 12139]
66     - update event [SME: 12139]
67     - update Ports [SME: 12139]
68     - use LE cert if available [SME: 10534]
69     - add to core backup [SME: 12027]
70    
71 brianr 1.1 * Fri Mar 09 2018 Jean-Philipe Pialasse <tests@pialasse.com> 5.6.30-1.sme
72     - initial release
73    

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