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