Name: usbsoftrock Version: 1.0.2 Release: 4%{?dist} Summary: Command line utility for interfacing with Si570 based SDR kits Group: Applications/Communications License: GPLv2+ URL: http://code.google.com/p/usbsoftrock Source0: http://usbsoftrock.googlecode.com/files/%{name}-%{version}.tar.gz Source1: rules-usb BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: libusb-devel, ncurses-devel %description Simple program which accepts convenient command line options (e.g., frequencies in MHz), speaks the DG8SAQ USB protocol, understands the Si570. It supports advanced firmware (that allows calculation of the registers) and features such as BPF selection and smooth tuning in Fred PE0FKO's firmware. %prep %setup -q chmod -x usbsoftrock.c %build %configure make %{?_smp_mflags} %install rm -rf %{buildroot} make install DESTDIR=%{buildroot} mkdir -p %{buildroot}/lib/udev/rules.d install -p -m 644 %{SOURCE1} %{buildroot}/lib/udev/rules.d/99-%{name}.rules %clean rm -rf %{buildroot} %files %doc AUTHORS ChangeLog COPYING README THANKS /lib/udev/rules.d/99-%{name}.rules %{_bindir}/%{name} %changelog * Mon Aug 06 2012 Lucian Langa - 1.0.2-4 - update to latest fedora packaging guidelines * Mon Jul 23 2012 Lucian Langa - 1.0.2-3 - update to latest fedora packaging guidelines * Fri May 04 2012 Lucian Langa - 1.0.2-2 - update to latest fedora packaging guidelines * Fri Nov 04 2011 Lucian Langa - 1.0.2-1 - initial spec file