X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;ds=sidebyside;f=alevt.spec;h=584e11dcddb007cadca21d53bcfd3e5d24dc1ba8;hb=eda6129b45fcbc8ab1517d4af9991e4372278f30;hp=23fcecc05427d2d482879994bbb75efce5cda7ec;hpb=6960bbff0e5875951d74798322f77f7072c1915e;p=packages%2Falevt.git diff --git a/alevt.spec b/alevt.spec index 23fcecc..584e11d 100644 --- a/alevt.spec +++ b/alevt.spec @@ -1,59 +1,65 @@ Summary: Teletext decoder and browser for the bttv based card -Summary(pl): Dekoder Teletekstu -Summary(de): Videotext/Teletext +Summary(de.UTF-8): Videotext/Teletext +Summary(pl.UTF-8): Dekoder Teletekstu Name: alevt -Version: 1.6.0 -Release: 1 -License: GNU +Version: 1.6.1 +Release: 3 +License: GPL Group: X11/Applications -Group(de): X11/Applikationen -Group(pl): X11/Aplikacje -Source0: http://user.exit.de/froese/%{name}/%{name}-%{version}.tar.gz +Source0: http://www.goron.de/~froese/%{name}/%{name}-%{version}.tar.gz +# Source0-md5: df6e241c6e2c6505c95d50cde0e1bc73 +Source1: %{name}.desktop Patch0: %{name}-time-include.patch -URL: http://user.exit.de/froese/ +Patch1: %{name}-time.h.patch +Patch2: %{name}-amd64.patch +URL: http://www.goron.de/~froese/ BuildRequires: XFree86-devel -BuildRequires: libpng >= 1.0.8 +BuildRequires: libpng-devel >= 1.0.8 BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) -%define _prefix /usr/X11R6 -%define _mandir %{_prefix}/man - %description AleVT is a teletext/videotext decoder and browser for the bttv driver (/dev/vbi) and X11. It features multiple windows, a page cache, regexp searching, built-in manual, and more. There's also a program to get the time from teletext and one to capture teletext pages from scripts. -%description -l pl -Dekoder oraz przegl±darka teletekstu. Pakiet ten umo¿liwia -przegl±danie stron telegazety. +%description -l pl.UTF-8 +Dekoder oraz przeglądarka teletekstu. Pakiet ten umożliwia +przeglądanie stron telegazety. -%description -l de -X11 Videotextdecoder für den bttv Treiber. +%description -l de.UTF-8 +X11 Videotextdecoder für den bttv Treiber. %prep -%setup -q -n alevt-%{version} - +%setup -q %patch0 -p1 +%patch1 -p1 +%if "%{_lib}" == "lib64" +%patch2 -p1 +%endif %build -%{__make} OPT="%{rpmcflags}" +%{__make} \ + CC="%{__cc}" \ + OPT="%{rpmcflags}" %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} - -install alevt alevt-date alevt-cap ${RPM_BUILD_ROOT}%{_bindir} -install {alevt-cap.1,alevt-date.1,alevt.1x} $RPM_BUILD_ROOT%{_mandir}/man1 +install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_desktopdir},%{_pixmapsdir}} -gzip -9nf README CHANGELOG +install alevt alevt-date alevt-cap $RPM_BUILD_ROOT%{_bindir} +install alevt-cap.1 alevt-date.1 alevt.1x $RPM_BUILD_ROOT%{_mandir}/man1 +install contrib/icon48x48.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.xpm +install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc *.gz +%doc README CHANGELOG %attr(755,root,root) %{_bindir}/* %{_mandir}/man1/* +%{_pixmapsdir}/%{name}.xpm +%{_desktopdir}/%{name}.desktop