Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37856798
en ru br
ALT Linux repos
S:2.0.8-alt5
5.0: 2.0.8-alt1
4.1: 2.0.8-alt1
4.0: 2.0.8-alt1
3.0: 2.0.8-alt1

Group :: Sound
RPM: fmio

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Release: alt1
Summary: fmio, FM radio card manipulation utility
Name: fmio
Version: 2.0.8
License: BSD
Group: Sound
URL: http://jumbo.narod.ru/fmio.html
Source: http://jumbo.narod.ru/src/fmio/%{name}-%{version}.tar.gz
Patch1: fmio.src.Makefile.patch
Patch2: fmio.utils.Makefile.patch

%description
The fmio is a small program to set and change fm radio card parameters.
It sets frequency, volume of the card, reports signal strength on the
working frequency and can set the radio card output to mono (if the card
driver supports it). Supports a lot of card types.

%package devel
Summary: Header files and libraries for developing apps which will use fmio.
Group: Development/Other
Requires: %{name} = %{version}

%description devel
The fmio-devel package contains libradio.a and radio.h needed
to develop programs that use fmio library.

Install the fmio-devel package if you want to develop applications that
will use the fmio library.

%prep
%setup -q
%patch1 -p0
%patch2 -p0

%build
make -C src
make -C utils bktrctl fmrinit

%install
mkdir -p $RPM_BUILD_ROOT%_mandir/man1
make -C src PREFIX=$RPM_BUILD_ROOT/usr install install_lib
make -C utils PREFIX=$RPM_BUILD_ROOT/usr install_fmrinit install_bktrctl
install src/fmio.1 $RPM_BUILD_ROOT%{_mandir}/man1

%clean

%files
%attr(4711,root,root) %_bindir/fmio
%attr(644,root,root) %_mandir/man1/fmio.1.gz
%attr(755,root,root) %_bindir/bktrctl
%attr(755,root,root) %_bindir/fmrinit
%doc Changelog doc/FAQ doc/FAQ.ru README

%files devel
%attr(644,root,root) %_libdir/libradio.a
%attr(644,root,root) %_includedir/radio.h
%attr(644,root,root) %_includedir/radio_drv.h
%attr(644,root,root) %_includedir/bu2614.h
%attr(644,root,root) %_includedir/lm700x.h
%attr(644,root,root) %_includedir/pt2254a.h
%attr(644,root,root) %_includedir/tc921x.h
%attr(644,root,root) %_includedir/tea5757.h

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin