]> git.pld-linux.org Git - packages/alevt.git/blob - alevt.spec
- adding es/pt/pt_BR Group translations
[packages/alevt.git] / alevt.spec
1 Summary:        Teletext decoder and browser for the bttv based card
2 Summary(pl):    Dekoder Teletekstu
3 Summary(de):    Videotext/Teletext
4 Name:           alevt
5 Version:        1.6.0
6 Release:        2
7 License:        GNU
8 Group:          X11/Applications
9 Group(de):      X11/Applikationen
10 Group(es):      X11/Aplicaciones
11 Group(pl):      X11/Aplikacje
12 Group(pt_BR):   X11/Aplicações
13 Group(pt):      X11/Aplicações
14 Source0:        http://lecker.essen.de/~froese/%{name}/%{name}-%{version}.tar.gz
15 Patch0:         %{name}-time-include.patch
16 Patch1:         %{name}-time.h.patch
17 URL:            http://lecker.essen.de/~froese/
18 BuildRequires:  XFree86-devel
19 BuildRequires:  libpng-devel >= 1.0.8
20 BuildRequires:  zlib-devel
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %define         _prefix         /usr/X11R6
24 %define         _mandir         %{_prefix}/man
25
26 %description
27 AleVT is a teletext/videotext decoder and browser for the bttv driver
28 (/dev/vbi) and X11. It features multiple windows, a page cache, regexp
29 searching, built-in manual, and more. There's also a program to get
30 the time from teletext and one to capture teletext pages from scripts.
31
32 %description -l pl
33 Dekoder oraz przegl±darka teletekstu. Pakiet ten umo¿liwia
34 przegl±danie stron telegazety.
35
36 %description -l de
37 X11 Videotextdecoder für den bttv Treiber.
38
39 %prep
40 %setup -q -n alevt-%{version}
41 %patch0 -p1
42 %patch1 -p1
43
44 %build
45 %{__make} OPT="%{rpmcflags}"
46
47 %install
48 rm -rf $RPM_BUILD_ROOT
49 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
50
51 install alevt alevt-date alevt-cap ${RPM_BUILD_ROOT}%{_bindir}
52 install {alevt-cap.1,alevt-date.1,alevt.1x} $RPM_BUILD_ROOT%{_mandir}/man1
53
54 gzip -9nf README CHANGELOG
55
56 %clean
57 rm -rf $RPM_BUILD_ROOT
58
59 %files
60 %defattr(644,root,root,755)
61 %doc *.gz
62 %attr(755,root,root) %{_bindir}/*
63 %{_mandir}/man1/*
This page took 0.056568 seconds and 4 git commands to generate.