forked from pool/rtl-sdr
Accepting request 615916 from hardware:sdr
OBS-URL: https://build.opensuse.org/request/show/615916 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rtl-sdr?expand=0&rev=6
This commit is contained in:
commit
3840e1c15c
15
_service
15
_service
@ -1,15 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service mode="disabled" name="tar_scm">
|
|
||||||
<param name="url">git://git.osmocom.org/rtl-sdr.git</param>
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="package-meta">yes</param>
|
|
||||||
<param name="changesgenerate">enable</param>
|
|
||||||
<param name="filename">rtl-sdr</param>
|
|
||||||
<param name="versionformat">0.5.3+git.%cd</param>
|
|
||||||
</service>
|
|
||||||
<service mode="disabled" name="recompress">
|
|
||||||
<param name="file">*.tar</param>
|
|
||||||
<param name="compression">xz</param>
|
|
||||||
</service>
|
|
||||||
<service mode="disabled" name="set_version"/>
|
|
||||||
</services>
|
|
@ -1,4 +0,0 @@
|
|||||||
<servicedata>
|
|
||||||
<service name="tar_scm">
|
|
||||||
<param name="url">git://git.osmocom.org/rtl-sdr.git</param>
|
|
||||||
<param name="changesrevision">b04c2f9f035c5aede43d731e5d58e4725d2f8bb4</param></service></servicedata>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0985aee556e72f08faed08246c4f23763bbd290ae92e2f16b00e280c5b1fa261
|
|
||||||
size 490188
|
|
3
rtl-sdr-0.5.4.tar.gz
Normal file
3
rtl-sdr-0.5.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f38da8a230de5fc997f83a19cff7f8c1a66b62a9cf70ddc997d44696b97ea1df
|
||||||
|
size 120539
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 10 02:17:13 UTC 2018 - plinnell@opensuse.org
|
||||||
|
|
||||||
|
- Update to 0.5.4
|
||||||
|
* No change log found in source or wiki
|
||||||
|
* Drop git-requirement
|
||||||
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 15 15:49:56 UTC 2017 - mpluskal@suse.com
|
Fri Dec 15 15:49:56 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rtl-sdr
|
# spec file for package rtl-sdr
|
||||||
#
|
#
|
||||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,17 +20,16 @@
|
|||||||
%define libname librtlsdr%{sover}
|
%define libname librtlsdr%{sover}
|
||||||
%define rtlsdr_group rtlsdr
|
%define rtlsdr_group rtlsdr
|
||||||
Name: rtl-sdr
|
Name: rtl-sdr
|
||||||
Version: 0.5.3+git.20170919
|
Version: 0.5.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Support programs for RTL2832
|
Summary: Support programs for RTL2832
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Hamradio/Other
|
Group: Productivity/Hamradio/Other
|
||||||
Url: http://sdr.osmocom.org/trac/wiki/rtl-sdr
|
Url: http://sdr.osmocom.org/trac/wiki/rtl-sdr
|
||||||
#Git-Clone: https://git.osmocom.org/rtl-sdr
|
#Git-Clone: https://git.osmocom.org/rtl-sdr
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Patch0: 0001-Better-udev-handling.patch
|
Patch0: 0001-Better-udev-handling.patch
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: git-core
|
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(libusb-1.0)
|
BuildRequires: pkgconfig(libusb-1.0)
|
||||||
BuildRequires: pkgconfig(udev)
|
BuildRequires: pkgconfig(udev)
|
||||||
|
Loading…
Reference in New Issue
Block a user