]> git.pld-linux.org Git - packages/alevt.git/blame_incremental - alevt.spec
- no longer needed
[packages/alevt.git] / alevt.spec
... / ...
CommitLineData
1Summary: Teletext decoder and browser for the bttv based card
2Summary(de.UTF-8): Videotext/Teletext
3Summary(pl.UTF-8): Dekoder Teletekstu
4Name: alevt
5Version: 1.6.2
6Release: 1
7License: GPL
8Group: X11/Applications
9Source0: http://www.goron.de/~froese/%{name}/%{name}-%{version}.tar.gz
10# Source0-md5: e5a32776e7eff48ec48449b3c3c1cc23
11Source1: %{name}.desktop
12Patch0: %{name}-time-include.patch
13Patch1: %{name}-time.h.patch
14URL: http://www.goron.de/~froese/
15BuildRequires: libpng-devel >= 1.0.8
16BuildRequires: xorg-lib-libX11-devel
17BuildRequires: zlib-devel
18BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
19
20%description
21AleVT is a teletext/videotext decoder and browser for the bttv driver
22(/dev/vbi) and X11. It features multiple windows, a page cache, regexp
23searching, built-in manual, and more. There's also a program to get
24the time from teletext and one to capture teletext pages from scripts.
25
26%description -l pl.UTF-8
27Dekoder oraz przeglądarka teletekstu. Pakiet ten umożliwia
28przeglądanie stron telegazety.
29
30%description -l de.UTF-8
31X11 Videotextdecoder für den bttv Treiber.
32
33%prep
34%setup -q
35%patch0 -p1
36%patch1 -p1
37
38%build
39%{__make} \
40 CC="%{__cc}" \
41 OPT="%{rpmcflags}"
42
43%install
44rm -rf $RPM_BUILD_ROOT
45install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_desktopdir},%{_pixmapsdir}}
46
47install alevt alevt-date alevt-cap $RPM_BUILD_ROOT%{_bindir}
48install alevt-cap.1 alevt-date.1 alevt.1x $RPM_BUILD_ROOT%{_mandir}/man1
49install contrib/icon48x48.xpm $RPM_BUILD_ROOT%{_pixmapsdir}/%{name}.xpm
50install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/%{name}.desktop
51
52%clean
53rm -rf $RPM_BUILD_ROOT
54
55%files
56%defattr(644,root,root,755)
57%doc README CHANGELOG
58%attr(755,root,root) %{_bindir}/*
59%{_mandir}/man1/*
60%{_pixmapsdir}/%{name}.xpm
61%{_desktopdir}/%{name}.desktop
This page took 0.056122 seconds and 4 git commands to generate.