Author: sls Date: Fri Oct 10 16:01:03 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - create package for fonts - rel. 2
---- Files affected: SPECS: xawtv.spec (1.134 -> 1.135) ---- Diffs: ================================================================ Index: SPECS/xawtv.spec diff -u SPECS/xawtv.spec:1.134 SPECS/xawtv.spec:1.135 --- SPECS/xawtv.spec:1.134 Mon Sep 1 23:42:12 2008 +++ SPECS/xawtv.spec Fri Oct 10 18:00:57 2008 @@ -13,7 +13,7 @@ Summary(uk.UTF-8): Перегляд та запис відеопотоків Name: xawtv Version: 3.95 -Release: 1 +Release: 2 License: GPL Group: X11/Applications Source0: http://dl.bytesex.org/releases/xawtv/%{name}-%{version}.tar.gz @@ -52,7 +52,6 @@ BuildRequires: xorg-lib-libXxf86dga-devel BuildRequires: xorg-lib-libXxf86vm-devel BuildRequires: zvbi-devel -Requires(post,postun): fontpostinst Requires: xorg-lib-libXt >= 1.0.0 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -174,6 +173,23 @@ Program do obsługi tunera TV wyświetlający obraz przy użyciu znaków ASCII. +%package -n fonts-misc-xawtv +Summary: TV fonts +Summary(pl.UTF-8): Fonty TV +Group: Fonts +Requires(post,postun): fontpostinst + +%description -n fonts-misc-xawtv +This package contains a number of fonts which are useful for TV +applications: +- led-fixed: This is the big font which xawtv uses by default for the + onscreen display in fullscreen mode. +- ets-teletext: This is a teletext font. It contains the block graphic + characters used by teletext pages. When watching teletext with the mtt + teletext browser you'll get much better results with these fonts + installed. +- ets-caption: A font for closed captions. + %prep %setup -q -a 5 %patch0 -p1 @@ -223,10 +239,10 @@ %clean rm -rf $RPM_BUILD_ROOT -%post +%post -n fonts-misc-xawtv fontpostinst misc -%postun +%postun -n fonts-misc-xawtv fontpostinst misc %files @@ -259,7 +275,6 @@ %{_desktopdir}/*.desktop %{_datadir}/%{name} -%{_fontsdir}/misc/* %{_mandir}/man1/fbtv.1* %{_mandir}/man1/v4l-info.1* @@ -320,12 +335,20 @@ %lang(es) %{_mandir}/es/man1/ttv.1* %endif +%files -n fonts-misc-xawtv +%defattr(644,root,root,755) +%{_fontsdir}/misc/* + %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.135 2008/10/10 16:00:57 sls +- create package for fonts +- rel. 2 + Revision 1.134 2008/09/01 21:42:12 charles - added -pagesize.patch - BR: iconv; rel.1 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/xawtv.spec?r1=1.134&r2=1.135&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
