]> git.pld-linux.org Git - packages/aatv.git/blob - aatv.spec
- tabs in preamble
[packages/aatv.git] / aatv.spec
1 Summary:        TV on text console
2 Summary(pl.UTF-8):      TV na terminalu tekstowym
3 Name:           aatv
4 Version:        0.3
5 Release:        1
6 Epoch:          0
7 License:        GPL
8 Group:          Applications/Multimedia
9 Source0:        http://dl.sourceforge.net/aatv/%{name}-%{version}.tgz
10 # Source0-md5:  de5ab31c3744e612ed764968dc0c759e
11 URL:            http://aatv.sourceforge.net/
12 BuildRequires:  aalib-devel
13 BuildRequires:  autoconf
14 BuildRequires:  automake
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %description
18 aatv is a simple program to watch TV in a text-based console.
19
20 %description -l pl.UTF-8
21 aatv to prosty program do oglÄ…dania telewizji na tekstowej konsoli.
22
23 %prep
24 %setup -q -n %{name}
25
26 %build
27 # aclocal alone???
28 %{__aclocal}
29 cp -f /usr/share/automake/config.sub .
30 %configure2_13
31 %{__make}
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
36 install aatv.1 $RPM_BUILD_ROOT%{_mandir}/man1
37 install aatv.conf $RPM_BUILD_ROOT%{_sysconfdir}
38 install src/aatv $RPM_BUILD_ROOT%{_bindir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc AUTHORS NEWS README TODO
46 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
47 %attr(755,root,root) %{_bindir}/*
48 %{_mandir}/man1/*
This page took 0.089314 seconds and 4 git commands to generate.