Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3bc33e8d94 |
3 changed files with 13 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -21,3 +21,4 @@
|
|||
/wmbusmeters-1.12.0.tar.gz
|
||||
/wmbusmeters-1.13.0.tar.gz
|
||||
/wmbusmeters-1.14.0.tar.gz
|
||||
/wmbusmeters-1.16.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (wmbusmeters-1.14.0.tar.gz) = 61f2c258a6e9325be8d866559cff53f939265846d85a93192da5bd2ebda14360376ceb6301dbc898251e5c6d2e2ed0e3cbdccb15625504119709e1706128bb49
|
||||
SHA512 (wmbusmeters-1.16.1.tar.gz) = fff0acce9308688cd5bef2e049cbcbc5adbbd3feecd4bf0e1186712060101d8796eb6966532829eb38f14db09902f4e5ecfd560ab66e9c77db7e1b099246680b
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ Name: wmbusmeters
|
|||
%global forgeurl https://github.com/weetmuts/%{name}
|
||||
|
||||
%if %{with_tag}
|
||||
%global tag 1.14.0
|
||||
%global tag 1.16.1
|
||||
Version: %{tag}
|
||||
%else
|
||||
%global date 20210813
|
||||
|
|
@ -29,11 +29,12 @@ BuildRequires: /usr/bin/git
|
|||
BuildRequires: /usr/bin/make
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: systemd-rpm-macros
|
||||
BuildRequires: ncurses-devel
|
||||
BuildRequires: rtl-sdr-devel
|
||||
BuildRequires: libusbx-devel
|
||||
BuildRequires: pkgconfig(ncurses)
|
||||
BuildRequires: pkgconfig(librtlsdr)
|
||||
BuildRequires: pkgconfig(libusb-1.0)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
||||
Requires: /usr/bin/rtl_wmbus
|
||||
Requires: rtl-wmbus >= 0-18
|
||||
|
||||
|
||||
%description
|
||||
|
|
@ -101,6 +102,11 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_unitdir}/%{name}.service
|
|||
|
||||
|
||||
%changelog
|
||||
* Fri Feb 23 2024 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.16.1-1
|
||||
- Update to 1.16.1 (rhbz#2264357)
|
||||
- Switch to use pkgconfig for BuildRequires
|
||||
- Specify Require for rtl-wmbus which supports needed -f option
|
||||
|
||||
* Fri Jul 07 2023 Damian Wrobel <dwrobel@ertelnet.rybnik.pl> - 1.14.0-1
|
||||
- Update to 1.14.0 (rhbz#2219146)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue