]> git.pld-linux.org Git - packages/fftv.git/commitdiff
- pl, cleanups
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 10 Nov 2003 12:50:44 +0000 (12:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fftv.spec -> 1.2

fftv.spec

index cccab4b46e2a8a4e0c34d1cc73a2847921acf07c..a41ce99c43ffb014f5dcc73db33e82843fcad79b 100644 (file)
--- a/fftv.spec
+++ b/fftv.spec
@@ -2,6 +2,7 @@
 #      - enable support for all possible features
 #      - external ffmpeg
 Summary:       GNOME TV viewer
+Summary(pl):   Program do ogl±dania TV dla GNOME
 Name:          fftv
 Version:       0.6.0
 Release:       1
@@ -11,20 +12,26 @@ Source0:    http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 # Source0-md5: 1703c5f37f1512d1c0c81a22b4caffc6
 Patch0:                %{name}-pkg.patch
 URL:           http://fftv.sourceforge.net/
-BuildRequires: gtk+2-devel
-BuildRequires: zlib-devel
-BuildRequires: libvorbis-devel
 BuildRequires: SDL-devel
 BuildRequires: freetype-devel
+BuildRequires: gtk+2-devel
+BuildRequires: libvorbis-devel
+BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-
 %description
 fftv is a TV viewer for use with TV cards and Video for Linux. It also
 features a radio user interface. It can support recording of various
 formats and codecs including MPEG, AVI, and Ogg. It supports remote
 control if LIRC is installed.
 
+%description -l pl
+fftv to program do ogl±dania telewizji dzia³aj±cy z kartami
+telewizyjnymi i systmem Video for Linux. Ma tak¿e interfejs
+u¿ytkownika do radia. Obs³uguje nagrywanie w ró¿nych formatach i
+kodekach z MPEG, AVI i Ogg w³±cznie. Obs³uguje pilota je¶li
+zainstalowany jest LIRC.
+
 %prep
 %setup -q
 %patch0 -p1
@@ -40,12 +47,9 @@ rm -rf $RPM_BUILD_ROOT
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%attr(0755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/*
This page took 0.079815 seconds and 4 git commands to generate.