]> git.pld-linux.org Git - packages/fmtools.git/blobdiff - fmtools.spec
- tabs in preamble
[packages/fmtools.git] / fmtools.spec
index 1b7eef2f7b09f6fc19a01e2e3fa29da997b455da..e7b981c0a5f25d3e55ea2e3396dc52fb5eb4efd8 100644 (file)
@@ -1,16 +1,17 @@
 Summary:       Programs for Video for Linux radio cards
+Summary(pl.UTF-8):     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.UTF-8
+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.039615 seconds and 4 git commands to generate.