SHA256
1
0
forked from pool/rtl-sdr

Accepting request 490039 from home:mnhauke:sdr-devel

- Use package-meta for tar_scm service and add git-core
  to BuildRequires

OBS-URL: https://build.opensuse.org/request/show/490039
OBS-URL: https://build.opensuse.org/package/show/hardware:sdr/rtl-sdr?expand=0&rev=10
This commit is contained in:
Martin Pluskal 2017-04-23 18:24:37 +00:00 committed by Git OBS Bridge
parent 1200a3b0cf
commit 68a8b17b64
4 changed files with 10 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<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>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:96f3e68d7c4a8a4f0d91b7f6f0e784dd2e1f465b7f21553d5d171c8df03f8ade
size 98368
oid sha256:9ec79cb694bc308f7082d9d7e8a5058f098fe451591637d4b32c3696f3ef0940
size 486524

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sun Apr 23 17:52:05 UTC 2017 - mardnh@gmx.de
- Use package-meta for tar_scm service and add git-core
to BuildRequires
-------------------------------------------------------------------
Sun Apr 23 16:22:00 UTC 2017 - mpluskal@suse.com

View File

@ -30,6 +30,7 @@ Url: http://sdr.osmocom.org/trac/wiki/rtl-sdr
Source: %{name}-%{version}.tar.xz
Patch0: 0001-Better-udev-handling.patch
BuildRequires: cmake
BuildRequires: git-core
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(udev)