]> git.pld-linux.org Git - packages/domoticz.git/blame - domoticz.spec
up to 2024.3
[packages/domoticz.git] / domoticz.spec
CommitLineData
9dda6696
AM
1Summary: Open source Home Automation System
2Name: domoticz
858f24b0 3Version: 2024.3
54680aae 4Release: 1
9dda6696
AM
5License: GPLv3+ and ASL 2.0 and Boost and BSD and MIT
6Group: Base
7URL: http://www.domoticz.com
40563459 8Source0: https://github.com/domoticz/domoticz/archive/%{version}/%{name}-%{version}.tar.gz
858f24b0 9# Source0-md5: 3697411792cb72fb4a27d168c3f18485
9dda6696
AM
10Source1: %{name}.service
11Source2: %{name}.conf
9dda6696 12# Use system tinyxpath (https://github.com/domoticz/domoticz/pull/1759)
bc226567 13Patch0: %{name}-tinyxpath.patch
9dda6696 14# Fix python detection (https://github.com/domoticz/domoticz/pull/1749)
9a71e0cb
JP
15Patch1: %{name}-python.patch
16Patch2: no-git.patch
cd9dc7ee 17Patch3: %{name}-no_updates.patch
fbf2e314 18Patch4: config.patch
4987f952 19BuildRequires: boost-devel >= 1.66.0
72784cf7 20BuildRequires: cereal-devel
4987f952 21BuildRequires: cmake >= 3.16.0
9dda6696 22BuildRequires: curl-devel
4987f952 23BuildRequires: jsoncpp-devel
9dda6696 24BuildRequires: libmosquitto-devel
54680aae 25BuildRequires: libopenzwave-devel >= 1.5.0
9a71e0cb 26BuildRequires: libstdc++-devel >= 6:4.9
4987f952
JP
27BuildRequires: libusb-compat-devel
28BuildRequires: linux-libc-headers
29BuildRequires: lua53-devel
72784cf7 30BuildRequires: minizip-devel
9dda6696 31BuildRequires: openssl-devel
4987f952
JP
32BuildRequires: pkgconfig
33BuildRequires: python3 >= 1:3.4
34BuildRequires: python3-devel >= 1:3.4
f5d0e494 35BuildRequires: rpmbuild(macros) >= 1.644
4987f952
JP
36BuildRequires: sqlite3-devel
37BuildRequires: tinyxml-devel
9dda6696
AM
38BuildRequires: tinyxpath-devel
39BuildRequires: zlib-devel
0e22aa87
JP
40Requires(pre): /usr/sbin/groupadd
41Requires(pre): /usr/sbin/useradd
42Requires(post,preun,postun): systemd-units >= 38
43Requires: fonts-TTF-Google-Droid
e9c32406 44Requires: fonts-TTF-OpenSans
54680aae 45Requires: libopenzwave >= 1.5.0
a1c25c45 46Requires: setup >= 2.10.1
77898dff 47Suggests: python3-libs
ed4fe787
JP
48Provides: group(domoticz)
49Provides: user(domoticz)
4f49453f 50BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9dda6696
AM
51
52%description
53Domoticz is a Home Automation System that lets you monitor and
54configure various devices like: Lights, Switches, various
55sensors/meters like Temperature, Rain, Wind, UV, Electra, Gas, Water
56and much more. Notifications/Alerts can be sent to any mobile device
57
58%prep
72784cf7 59%setup -q
bc226567
JP
60%patch0 -p1
61%patch1 -p1
62%patch2 -p1
63%patch3 -p1
64%patch4 -p1
10f7a92e
AM
65
66APPVERSION="%{version}"
67echo "#define APPVERSION ${APPVERSION##*.}" > appversion.h
68echo '#define APPHASH "%{snap}"' >> appversion.h
69APPDATE=$(date --date="%{date}" "+%s")
70echo "#define APPDATE ${APPDATE}" >> appversion.h
71
0e22aa87 72%{__rm} -r extern tinyxpath
9dda6696
AM
73
74%build
75install -d build && cd build
109876d2 76export CXXFLAGS="%{rpmcxxflags} -DPYTHON_LIBDIR=\\\"%{_libdir}\\\""
9dda6696 77%cmake \
4987f952
JP
78 -DUSE_BUILTIN_JSONCPP=NO \
79 -DUSE_BUILTIN_MINIZIP=NO \
71593ba7
JR
80 -DUSE_BUILTIN_MQTT=NO \
81 -DUSE_BUILTIN_SQLITE=NO \
82 -DUSE_BUILTIN_TINYXPATH=NO \
4987f952
JP
83 -DUSE_LUA_STATIC=NO \
84 -DUSE_OPENSSL_STATIC=NO \
71593ba7 85 -DUSE_STATIC_BOOST=NO \
4987f952 86 -DUSE_STATIC_LIBSTDCXX=NO \
54680aae 87 -DUSE_STATIC_OPENZWAVE=NO \
cd9dc7ee 88 -DFORCE_WITH_GPIO:BOOL=TRUE \
71593ba7
JR
89 -DCMAKE_INSTALL_PREFIX=%{_datadir}/%{name} \
90 ..
00bce45c 91
9dda6696
AM
92%{__make}
93
94%install
95rm -rf $RPM_BUILD_ROOT
0e22aa87 96
00bce45c 97%{__make} -C build install \
0e22aa87
JP
98 DESTDIR=$RPM_BUILD_ROOT
99
3a1bb43e 100install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/{domoticz,sysconfig},%{systemdunitdir},%{_sharedstatedir}/%{name}}
9dda6696
AM
101
102# remove docs, we grab them in files below
0e22aa87 103%{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/*.txt
9dda6696
AM
104
105# move binary to standard directory
0e22aa87 106mv $RPM_BUILD_ROOT%{_datadir}/%{name}/%{name} $RPM_BUILD_ROOT%{_bindir}
9dda6696 107
3a1bb43e
JP
108sed -e 's#@DOMOTICZ_DIR@#%{_datadir}/%{name}#g' %{SOURCE1} > $RPM_BUILD_ROOT%{systemdunitdir}/%{name}.service
109sed -e 's#@DOMOTICZ_DIR@#%{_datadir}/%{name}#g' scripts/domoticz.conf > $RPM_BUILD_ROOT%{_sysconfdir}/domoticz/domoticz.conf
110sed -e 's#@DOMOTICZ_CONF_DIR@#%{_sysconfdir}/%{name}#' %{SOURCE2} > $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}
9dda6696 111
9dda6696 112# Unbundle DroidSans.ttf
e9c32406 113%{__rm} $RPM_BUILD_ROOT%{_datadir}/%{name}/www/styles/element{al,-light,-dark}/fonts/{Droid,Open}Sans.ttf
0e22aa87
JP
114ln -s %{_fontsdir}/TTF/DroidSans.ttf \
115 $RPM_BUILD_ROOT%{_datadir}/%{name}/www/styles/elemental/fonts
e9c32406
JP
116ln -s %{_fontsdir}/TTF/OpenSans-Regular.ttf \
117 $RPM_BUILD_ROOT%{_datadir}/%{name}/www/styles/elemental/fonts/OpenSans.ttf
0e22aa87
JP
118ln -s %{_fontsdir}/TTF/DroidSans.ttf \
119 $RPM_BUILD_ROOT%{_datadir}/%{name}/www/styles/element-light/fonts
e9c32406
JP
120ln -s %{_fontsdir}/TTF/OpenSans-Regular.ttf \
121 $RPM_BUILD_ROOT%{_datadir}/%{name}/www/styles/element-light/fonts/OpenSans.ttf
0e22aa87
JP
122ln -s %{_fontsdir}/TTF/DroidSans.ttf \
123 $RPM_BUILD_ROOT%{_datadir}/%{name}/www/styles/element-dark/fonts
e9c32406
JP
124ln -s %{_fontsdir}/TTF/OpenSans-Regular.ttf \
125 $RPM_BUILD_ROOT%{_datadir}/%{name}/www/styles/element-dark/fonts/OpenSans.ttf
9dda6696 126
54680aae
JP
127# OpenZWave Control Panel temp file
128ln -s %{_sharedstatedir}/%{name}/ozwcp.poll.XXXXXX.xml \
129 $RPM_BUILD_ROOT%{_datadir}/%{name}/ozwcp.poll.XXXXXX.xml
130
9dda6696
AM
131%clean
132rm -rf $RPM_BUILD_ROOT
133
134%pre
ed4fe787 135%groupadd -g 342 domoticz
a1c25c45 136%useradd -u 342 -r -d %{_datadir} -s /bin/false -c "Domoticz Home Automation Server" -G dialout,i2c -g domoticz domoticz
9dda6696
AM
137
138%post
139%systemd_post %{name}.service
140
141%preun
142%systemd_preun %{name}.service
143
144%postun
ed4fe787 145if [ "$1" = "0" ]; then
f3eaf224
JP
146 %userremove domoticz
147 %groupremove domoticz
ed4fe787 148fi
5ac2f181 149%systemd_reload
9dda6696 150
3a1bb43e
JP
151%triggerpostun -- domoticz < 2022.1
152if [ -f /etc/sysconfig/domoticz.rpmnew ] && [ -f /etc/sysconfig/domoticz ] && ! grep -q '^DOMOTICZ_CONF=' /etc/sysconfig/domoticz; then
153 (
154 . /etc/sysconfig/domoticz
155 for c in WWW_PORT:http_port SSL_PORT:ssl_port SSLCERT:ssl_cert SSLPASS:ssl_pass SSLMETHOD:ssl_method SSLOPTIONS:ssl_options SSLDHPARAM:ssl_dhparam WWW_ROOT:http_root DBASE:dbase_file USERDATA:userdata_path LOG:log_file; do
156 cn_before=${c%:*}
157 cn_after=${c#*:}
158 eval cn_value=\"\$$cn_before\"
159 test -n "$cn_value" && sed -i -e "s|^[[:space:]#]*$cn_after=.*|$cn_after=$cn_value|" %{_sysconfdir}/%{name}/%{name}.conf
160 done
161 )
162 mv -f /etc/sysconfig/domoticz{,.rpmsave}
163 mv /etc/sysconfig/domoticz{.rpmnew,}
164fi
165
9dda6696
AM
166%files
167%defattr(644,root,root,755)
0e22aa87 168%doc License.txt README.md History.txt
9dda6696 169%attr(755,root,root) %{_bindir}/%{name}
3a1bb43e
JP
170%dir %attr(750,domoticz,domoticz) %{_sysconfdir}/%{name}
171%attr(640,domoticz,domoticz) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.conf
9dda6696 172%config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
0e22aa87
JP
173%{_datadir}/%{name}
174%dir %attr(750,domoticz,domoticz) %{_sharedstatedir}/%{name}
9dda6696 175%{systemdunitdir}/%{name}.service
This page took 0.33415 seconds and 4 git commands to generate.