]> git.pld-linux.org Git - packages/fmtools.git/blobdiff - fmtools.spec
- quote CC, cosmetics
[packages/fmtools.git] / fmtools.spec
index 1b7eef2f7b09f6fc19a01e2e3fa29da997b455da..8a385500273ee3ec8d3b25d8f72458362102e27b 100644 (file)
@@ -1,16 +1,17 @@
 Summary:       Programs for Video for Linux radio cards
+Summary(pl):   Programy do kart radiowych zgodnych z Video for Linux
 Name:          fmtools
 Version:       0.99.1
 Release:       1
 License:       GPL
 Group:         Applications
 Source0:       http://www.exploits.org/v4l/fmtools/%{name}-%{version}.tar.gz
+# Source0-md5: 6093f8a69ab51a056e3e1ae9ee6d6b0f
 URL:           http://www.exploits.org/v4l/fmtools/
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: avifile-devel
-BuildRequires: libstdc++-devel
-Buildroot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 fmtools consists of two "tools" - a tuner called "fm" and a band
@@ -22,14 +23,28 @@ scripts and other programs without disrupting the display.
 
 fmscan will by default scan from 87.9 to 107.9 MHz in 0.2 MHz
 increments looking for stations that have an average signal strength
-of 50% or greater. VCR is a program which enables you to record a
-program using a video
+of 50% or greater.
+
+%description -l pl
+fmtools sk³ada siê z dwóch narzêdzi - tunera o nazwie "fm" oraz
+skanera pasma o nazwie "fmscan".
+
+fm obs³uguje podstawowe funkcje kart radiowych v4l: w³±czanie,
+wy³±czanie, strojenie i zmianê g³o¶no¶ci. Jest tak¿e tryb cichy, który
+pozwala na uruchamianie ze skryptów IRC i innych programów bez
+zak³ócania obrazu.
+
+fmscan domy¶lnie przeszukuje zakres czêstotliwo¶ci 87.9 do 107.9 MHz w
+krokach co 0.2 MHz w poszukiwaniu stacji o ¶redniej mocy sygna³u 50%
+lub wiêcej.
 
 %prep
 %setup -q
 
 %build
-%{__make} CC=%{__cc} CFLAGS="%{rpmcflags}"
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.072431 seconds and 4 git commands to generate.