]> git.pld-linux.org Git - packages/alevt.git/blob - alevt.spec
- use new rpm automation and few cosmetics.
[packages/alevt.git] / alevt.spec
1 Summary:        Teletext decoder and browser for the bttv based card
2 Summary(pl):    Dekoder przegl±darka i teletekstu i dla bttv
3 Summary(de):    Videotext/Teletext
4 Name:           alevt
5 Version:        1.6.0
6 Release:        1
7 License:        GNU
8 Group:          X11/Applications
9 Group(de):      X11/Applikationen
10 Group(pl):      X11/Aplikacje
11 Source0:        http://user.exit.de/froese/%{name}/%{name}-%{version}.tar.gz
12 URL:            http://user.exit.de/froese/
13 BuildRequires:  XFree86-devel
14 BuildRequires:  libpng >= 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 przegl±darka i teletekstu i dla bttv.
29
30 %description -l de
31 X11 Videotextdecoder für den bttv Treiber.
32
33 %prep
34 %setup -q -n alevt-%{version}
35
36 %build
37 %{__make} OPT="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}"
38
39 %install
40 rm -rf $RPM_BUILD_ROOT
41 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
42
43 install alevt alevt-date alevt-cap ${RPM_BUILD_ROOT}%{_bindir}
44 install {alevt-cap.1,alevt-date.1,alevt.1x} $RPM_BUILD_ROOT%{_mandir}/man1
45
46 gzip -9nf README CHANGELOG
47
48 %clean
49 rm -rf $RPM_BUILD_ROOT
50
51 %files
52 %defattr(644,root,root,755)
53 %doc *.gz
54 %attr(755,root,root) %{_bindir}/*
55 %{_mandir}/man1/*
This page took 0.047976 seconds and 3 git commands to generate.