Author: vip Date: Sat Aug 30 20:02:45 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - initial
---- Files affected: SPECS: w_scan.spec (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SPECS/w_scan.spec diff -u /dev/null SPECS/w_scan.spec:1.1 --- /dev/null Sat Aug 30 22:02:45 2008 +++ SPECS/w_scan.spec Sat Aug 30 22:02:40 2008 @@ -0,0 +1,58 @@ +# $Revision$, $Date$ +Summary: Simple DVB-T/C tuner scan tool +Summary(pl.UTF-8): Niewielkie narzędzie do strojenia tunerów DVB-T/C +Name: w_scan +Version: 20080815 +Release: 1 +License: GPL2 +Group: Applications +Source0: http://wirbel.htpc-forum.de/w_scan/%{name}-%{version}.tar.bz2 +# Source0-md5: a5548319d0f591fa8ec6764970da489e +URL: http://wirbel.htpc-forum.de/w_scan/index2.html +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +Small channel scan tool which generates DVB-T and DVB-C channels.conf +files. It's 90% "scan" from linuxtv-dvb-apps version 1.1.0, with some +differences: +- no initial tuning data needed, +- it works *only* for cable and terrestrial DVB/ATSC, +- it detects automatically which DVB/ATSC card to use. + +%description -l pl.UTF-8 +Małe narzędzie do wyszukiwania kanałów i generujące plik channels.conf +dla telewizji cyfrowej DVB-T oraz DVB-C. Ten program to w 90% "scan" +z pakietu linuxtv-dvb-apps w wersji 1.1.0, z pewnymi różnicami: +- nie są potrzebne wartości inicjujące strojenie, +- działa *tylko* dla kablowej i naziemnej telewizji DVB/ATSC, +- automatycznie wykrywa które urządzenie DVB/ATSC użyć. + +%prep +%setup -q + +%build +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +install -d $RPM_BUILD_ROOT%{_bindir} +install %{name} $RPM_BUILD_ROOT%{_bindir} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/* + +%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) +%changelog +* %{date} PLD Team <[EMAIL PROTECTED]> +All persons listed below can be reached at <cvs_login>@pld-linux.org + +$Log$ +Revision 1.1 2008/08/30 20:02:40 vip +- initial + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
