From a93f001e204529df68eeefcf553d30077573a97b Mon Sep 17 00:00:00 2001 From: Jaroslav Škarvada Date: Jun 28 2018 15:46:43 +0000 Subject: Fixed pkgconfig dependency --- diff --git a/gr-fcdproplus.spec b/gr-fcdproplus.spec index 2308f05..a4fb089 100644 --- a/gr-fcdproplus.spec +++ b/gr-fcdproplus.spec @@ -7,7 +7,7 @@ Name: gr-fcdproplus URL: https://github.com/dl1ksv/gr-fcdproplus Version: 3.7.2 -Release: 0.1.rc1.%{git_suffix}%{?dist} +Release: 0.2.rc1.%{git_suffix}%{?dist} License: GPLv3+ BuildRequires: cmake, gnuradio-devel, dos2unix, hidapi-devel, doxygen BuildRequires: graphviz, swig, alsa-lib-devel, libusbx-devel @@ -17,6 +17,7 @@ Group: Applications/Communications Summary: GNURadio support for FUNcube Dongle Pro+ Source0: https://github.com/dl1ksv/%{name}/archive/%{git_commit}/%{name}-%{git_commit}.tar.gz Source1: 10-fcdproplus.rules +Patch0: gr-fcdproplus-3.7.2-pkgconfig-dep-fix.patch %description GNURadio support for FUNcube Dongle Pro+. @@ -40,6 +41,7 @@ Documentation files for gr-fcdproplus. %prep %setup -qn %{name}-%{git_commit} +%patch0 -p1 -b .pkgconfig-dep-fix # Unbundle hidapi rm -rf lib/hid @@ -82,6 +84,9 @@ install -Dpm 0644 %{S:1} %{buildroot}%{_prefix}/lib/udev/rules.d/10-fcdproplus.r %doc %{_docdir}/%{name}/xml %changelog +* Thu Jun 28 2018 Jaroslav Škarvada - 3.7.2-0.2.rc1.20180618gite5ff8396 +- Fixed pkgconfig dependency + * Mon Jun 18 2018 Jaroslav Škarvada - 3.7.2-0.1.rc1.20180618gite5ff8396 - New version - Dropped unbundle-hidapi, doxygen-fix patches, soname-fix (not needed)