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