]> git.pld-linux.org Git - packages/alevt.git/blob - alevt.spec
- removed two lines with define
[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.1
6 Release:        1
7 License:        GPL
8 Group:          X11/Applications
9 Source0:        http://www.goron.de/~froese/%{name}/%{name}-%{version}.tar.gz
10 Patch0:         %{name}-time-include.patch
11 Patch1:         %{name}-time.h.patch
12 URL:            http://www.goron.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
19 %description
20 AleVT is a teletext/videotext decoder and browser for the bttv driver
21 (/dev/vbi) and X11. It features multiple windows, a page cache, regexp
22 searching, built-in manual, and more. There's also a program to get
23 the time from teletext and one to capture teletext pages from scripts.
24
25 %description -l pl
26 Dekoder oraz przegl±darka teletekstu. Pakiet ten umo¿liwia
27 przegl±danie stron telegazety.
28
29 %description -l de
30 X11 Videotextdecoder für den bttv Treiber.
31
32 %prep
33 %setup -q -n alevt-%{version}
34 %patch0 -p1
35 %patch1 -p1
36
37 %build
38 %{__make} OPT="%{rpmcflags}"
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
43
44 install alevt alevt-date alevt-cap ${RPM_BUILD_ROOT}%{_bindir}
45 install {alevt-cap.1,alevt-date.1,alevt.1x} $RPM_BUILD_ROOT%{_mandir}/man1
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52 %doc README CHANGELOG
53 %attr(755,root,root) %{_bindir}/*
54 %{_mandir}/man1/*
This page took 0.027084 seconds and 3 git commands to generate.