SHA256
1
0
forked from pool/rtl-sdr
Martin Pluskal 2017-04-15 20:41:45 +00:00 committed by Git OBS Bridge
parent f0a30a6839
commit 1273f09eee

View File

@ -33,7 +33,6 @@ BuildRequires: cmake
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(udev)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
Programs that controls Realtek RTL2832 based DVB dongle in raw mode, so
@ -68,7 +67,6 @@ Library headers for rtl-sdr driver.
%build
%cmake \
-DCMAKE_BUILD_TYPE=Release \
-DINSTALL_UDEV_RULES=ON \
-DUDEV_RULES_PATH=%{_udevrulesdir} \
-DUDEV_RULES_GROUP=%{rtlsdr_group} \