File: alevt.spec

package info (click to toggle)
alevt 1%3A1.6.2-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 956 kB
  • ctags: 661
  • sloc: ansic: 6,284; makefile: 118; perl: 104; sh: 15
file content (56 lines) | stat: -rw-r--r-- 1,586 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
%define Name		alevt
%define Version		1.6.2
%define Release		3
%define DocVersion	1.6.2
%define Prefix		/usr
%define ExecPrefix	/usr/X11R6
%define LocaleDir	/usr/share/locale

Summary: Videotext/Teletext
Summary(de): Videotext/Teletext
Name: %{Name}
Version: %{Version}
Release: %{Release}%{LibC}
Copyright: GPL
Group:  X11/Utilities
Source: http://goron.de/~froese/%{Name}/%{Name}-%{Version}.tar.gz
BuildRoot: /tmp/%{Name}-%{Version}-root
URL: http://goron.de/~froese
#Packager: Mario Mikocevic (Mozgy) <mozgy@times.hr>

%changelog
* Mon Jun 14 1999 Karsten Hopp <karsten@delix.de>
- removed old patch from specfile
- removed LibC-Macro
- added '-oldbttv' to the package description.
* Sun May 23 1999 Karsten Hopp <karsten@delix.de>
- several minor patches of Marios spec-file:
  german descriptions
  buildroot (patched Makefile)
  some changed install-paths

%description
Teletext decoder and browser for the bttv driver.

%description -l de
X11 Videotextdecoder fr den bttv Treiber.

%prep
%setup

%build
make

%install
mkdir -p $RPM_BUILD_ROOT/%{ExecPrefix}/{bin,man/man1}
make rpm-install
gzip -9qnf README CHANGELOG COPYRIGHT $RPM_BUILD_ROOT/%{ExecPrefix}/man/man1/*

%files
%attr(-   ,root,root) %doc README.gz CHANGELOG.gz COPYRIGHT.gz
%attr(0755,root,root) %{ExecPrefix}/bin/alevt
%attr(0755,root,root) %{ExecPrefix}/bin/alevt-date
%attr(0755,root,root) %{ExecPrefix}/bin/alevt-cap
%attr(0644,root,root) %doc %{ExecPrefix}/man/man1/alevt.1x.gz
%attr(0644,root,root) %doc %{ExecPrefix}/man/man1/alevt-date.1.gz
%attr(0644,root,root) %doc %{ExecPrefix}/man/man1/alevt-cap.1.gz