rtl_433/rtl_433.spec

76 lines
2.2 KiB
RPMSpec
Raw Normal View History

#
# spec file for package rtl_433
#
2021-05-11 11:01:26 +02:00
# Copyright (c) 2021 SUSE LLC
Accepting request 848514 from home:mnhauke:sdr-devel - Update to version 20.11 Highlights * HTTP server, JSON-RPC * Added RfRaw analyzer output and format input support * Added support for LaCrosse Technology View LTV-R1 Rainfall Gauge * Added support for ECODHOME smart socket * Added support for LaCrosse Technology View TH2 Thermo/Hygro sensor * Added support for Bresser 6-in-1, 7-in-1 weather station * Added support for LaCrosse Technology View TH3 Thermo/Hygro Sensor * Added support for LaCrosse LTV-WR1 Multi Sensor * Added support for Nice Flor-s remote * Added support for Schrader TPMS SMD3MA4 (Subaru) * Added support for MightyMule Driveway Alarm FM231 * Added support for Somfy RTS * Added support for LaCrosse LTV-WSDTH01 * Added support for TFA 30.3221.02 Temperature/Humidity sensor * Added support for Security plus v2 keyfob * Added support for Acurite Atlas and Atlas Lightning Detector * Added support for Acurite 590TX * Added support for ThermoPro TX2 * Added support for IDM and NetIDM decoders * Added support for Insteon decoder * Added support for LaCrosse TX141B * Added support for Sharp SPC775 * Added support for Missil ML0757 * Added support for Fineoffset WH32 * Added support for Abarth124 TPMS sensor * Added support for Fine Offset WH1080 FSK version * Added support for SCM+ decoder * Added support for Kerui WD51 Water leak sensor OBS-URL: https://build.opensuse.org/request/show/848514 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=20
2020-11-16 08:45:01 +01:00
# Copyright (c) 2017-2020, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: rtl_433
2021-05-11 11:01:26 +02:00
Version: 21.05
Release: 0
Summary: Application turning the RTL2832 dongle into a 433.92MHz generic data receiver
Accepting request 613529 from home:mnhauke:sdr-devel - Update to version 18.05+git.20180525: * New devices: Euroster 3000TX, Elro DB270 (#683) * Add flex spec for Byron BY doorbells (#686) * change array separator in csv to ";" otherwise RadioHead ASK output will break csv parsers (#687) * create flex dev adhoc and enable csv output (#688) * calc stop_time late; better exit messages (#689) * add proper reset and gap limit to Quhwa; use repeated rows; add csv output; style update (#691) * fix short char buffer * Adding interlogix devices driver (#649) * fix bitbuffer_extract_bytes clipping unaligned bits * fix Interlogix; style * Added decoder for Dish Network UHF Remote 6.3 (#700) * use actual max protocols * Update acurite.c (#704) * Acurite 06045M structured data (data_make) cleanup, decoding improvements. (#707) * Adjust alarm from 1 second to 3 second * Acurite 986 convert to JSON/data_make * Add hack from my branch to work around missing bit * Fix typos/misspellings * Add conversion hPA/inHG, kPa/PSI (#711) * Fix acurite raw_str termination * Touch up waveman code style, add missing time field * Add PiWM decoding (#724) * SimpliSafe Sensor (#721) * SimpliSafe style updates * Add Pacific PMV-C210 TMPS support (#717) * Add preamble option to flex decoder * Make intertechno decoder work with ITT-1500 (#694) * Convert DSC to structured data (#725) * Regularize and extend Acurite 6045M comments (#728) * DSC data_make additions. (#730) OBS-URL: https://build.opensuse.org/request/show/613529 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=9
2018-06-04 08:48:15 +02:00
License: GPL-2.0-only
Group: Productivity/Hamradio/Other
Accepting request 613529 from home:mnhauke:sdr-devel - Update to version 18.05+git.20180525: * New devices: Euroster 3000TX, Elro DB270 (#683) * Add flex spec for Byron BY doorbells (#686) * change array separator in csv to ";" otherwise RadioHead ASK output will break csv parsers (#687) * create flex dev adhoc and enable csv output (#688) * calc stop_time late; better exit messages (#689) * add proper reset and gap limit to Quhwa; use repeated rows; add csv output; style update (#691) * fix short char buffer * Adding interlogix devices driver (#649) * fix bitbuffer_extract_bytes clipping unaligned bits * fix Interlogix; style * Added decoder for Dish Network UHF Remote 6.3 (#700) * use actual max protocols * Update acurite.c (#704) * Acurite 06045M structured data (data_make) cleanup, decoding improvements. (#707) * Adjust alarm from 1 second to 3 second * Acurite 986 convert to JSON/data_make * Add hack from my branch to work around missing bit * Fix typos/misspellings * Add conversion hPA/inHG, kPa/PSI (#711) * Fix acurite raw_str termination * Touch up waveman code style, add missing time field * Add PiWM decoding (#724) * SimpliSafe Sensor (#721) * SimpliSafe style updates * Add Pacific PMV-C210 TMPS support (#717) * Add preamble option to flex decoder * Make intertechno decoder work with ITT-1500 (#694) * Convert DSC to structured data (#725) * Regularize and extend Acurite 6045M comments (#728) * DSC data_make additions. (#730) OBS-URL: https://build.opensuse.org/request/show/613529 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=9
2018-06-04 08:48:15 +02:00
URL: https://github.com/merbanan/rtl_433.git
2021-05-11 11:01:26 +02:00
Source: https://github.com/merbanan/rtl_433/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: cmake
Accepting request 613529 from home:mnhauke:sdr-devel - Update to version 18.05+git.20180525: * New devices: Euroster 3000TX, Elro DB270 (#683) * Add flex spec for Byron BY doorbells (#686) * change array separator in csv to ";" otherwise RadioHead ASK output will break csv parsers (#687) * create flex dev adhoc and enable csv output (#688) * calc stop_time late; better exit messages (#689) * add proper reset and gap limit to Quhwa; use repeated rows; add csv output; style update (#691) * fix short char buffer * Adding interlogix devices driver (#649) * fix bitbuffer_extract_bytes clipping unaligned bits * fix Interlogix; style * Added decoder for Dish Network UHF Remote 6.3 (#700) * use actual max protocols * Update acurite.c (#704) * Acurite 06045M structured data (data_make) cleanup, decoding improvements. (#707) * Adjust alarm from 1 second to 3 second * Acurite 986 convert to JSON/data_make * Add hack from my branch to work around missing bit * Fix typos/misspellings * Add conversion hPA/inHG, kPa/PSI (#711) * Fix acurite raw_str termination * Touch up waveman code style, add missing time field * Add PiWM decoding (#724) * SimpliSafe Sensor (#721) * SimpliSafe style updates * Add Pacific PMV-C210 TMPS support (#717) * Add preamble option to flex decoder * Make intertechno decoder work with ITT-1500 (#694) * Convert DSC to structured data (#725) * Regularize and extend Acurite 6045M comments (#728) * DSC data_make additions. (#730) OBS-URL: https://build.opensuse.org/request/show/613529 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=9
2018-06-04 08:48:15 +02:00
BuildRequires: pkgconfig
BuildRequires: pkgconfig(SoapySDR)
BuildRequires: pkgconfig(librtlsdr)
BuildRequires: pkgconfig(libusb)
%description
An application using librtlsdr to decode the temperature from
Accepting request 613529 from home:mnhauke:sdr-devel - Update to version 18.05+git.20180525: * New devices: Euroster 3000TX, Elro DB270 (#683) * Add flex spec for Byron BY doorbells (#686) * change array separator in csv to ";" otherwise RadioHead ASK output will break csv parsers (#687) * create flex dev adhoc and enable csv output (#688) * calc stop_time late; better exit messages (#689) * add proper reset and gap limit to Quhwa; use repeated rows; add csv output; style update (#691) * fix short char buffer * Adding interlogix devices driver (#649) * fix bitbuffer_extract_bytes clipping unaligned bits * fix Interlogix; style * Added decoder for Dish Network UHF Remote 6.3 (#700) * use actual max protocols * Update acurite.c (#704) * Acurite 06045M structured data (data_make) cleanup, decoding improvements. (#707) * Adjust alarm from 1 second to 3 second * Acurite 986 convert to JSON/data_make * Add hack from my branch to work around missing bit * Fix typos/misspellings * Add conversion hPA/inHG, kPa/PSI (#711) * Fix acurite raw_str termination * Touch up waveman code style, add missing time field * Add PiWM decoding (#724) * SimpliSafe Sensor (#721) * SimpliSafe style updates * Add Pacific PMV-C210 TMPS support (#717) * Add preamble option to flex decoder * Make intertechno decoder work with ITT-1500 (#694) * Convert DSC to structured data (#725) * Regularize and extend Acurite 6045M comments (#728) * DSC data_make additions. (#730) OBS-URL: https://build.opensuse.org/request/show/613529 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=9
2018-06-04 08:48:15 +02:00
wireless temperature sensors (433.92MHz)
%package devel
Summary: Header files for the RTL2832 dongle library
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
%description devel
Turns RTL2832 dongle into a 433.92MHz generic data receiver.
This subpackage contains header files for developing applications that want
to make use of rtl_433.
%prep
%setup -q
%build
%cmake \
-DBUILD_TESTING=OFF
%cmake_build
%install
%cmake_install
# FIXME: Should be fixed in the makefile
install -d %{buildroot}/%{_sysconfdir}/rtl_433
mv %{buildroot}%{_prefix}%{_sysconfdir}/rtl_433/ %{buildroot}/%{_sysconfdir}/
%files
Accepting request 613529 from home:mnhauke:sdr-devel - Update to version 18.05+git.20180525: * New devices: Euroster 3000TX, Elro DB270 (#683) * Add flex spec for Byron BY doorbells (#686) * change array separator in csv to ";" otherwise RadioHead ASK output will break csv parsers (#687) * create flex dev adhoc and enable csv output (#688) * calc stop_time late; better exit messages (#689) * add proper reset and gap limit to Quhwa; use repeated rows; add csv output; style update (#691) * fix short char buffer * Adding interlogix devices driver (#649) * fix bitbuffer_extract_bytes clipping unaligned bits * fix Interlogix; style * Added decoder for Dish Network UHF Remote 6.3 (#700) * use actual max protocols * Update acurite.c (#704) * Acurite 06045M structured data (data_make) cleanup, decoding improvements. (#707) * Adjust alarm from 1 second to 3 second * Acurite 986 convert to JSON/data_make * Add hack from my branch to work around missing bit * Fix typos/misspellings * Add conversion hPA/inHG, kPa/PSI (#711) * Fix acurite raw_str termination * Touch up waveman code style, add missing time field * Add PiWM decoding (#724) * SimpliSafe Sensor (#721) * SimpliSafe style updates * Add Pacific PMV-C210 TMPS support (#717) * Add preamble option to flex decoder * Make intertechno decoder work with ITT-1500 (#694) * Convert DSC to structured data (#725) * Regularize and extend Acurite 6045M comments (#728) * DSC data_make additions. (#730) OBS-URL: https://build.opensuse.org/request/show/613529 OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl_433?expand=0&rev=9
2018-06-04 08:48:15 +02:00
%license COPYING
%doc AUTHORS README.md
%{_bindir}/rtl_433
%dir %{_sysconfdir}/rtl_433
%config %{_sysconfdir}/rtl_433/*.conf
%{_mandir}/man1/rtl_433.1%{?ext_man}
%files devel
%{_includedir}/rtl_433.h
%{_includedir}/rtl_433_devices.h
%changelog