]> git.pld-linux.org Git - packages/aatv.git/blob - aatv.spec
- initial PLD release
[packages/aatv.git] / aatv.spec
1 Summary:        TV on text console
2 Summary(pl):    TV na terminalu
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/sourceforge/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
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}
28 cp -f /usr/share/automake/config.sub .
29 %configure2_13
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
35 install aatv.1 $RPM_BUILD_ROOT%{_mandir}/man1
36 install aatv.conf $RPM_BUILD_ROOT%{_sysconfdir}
37 install src/aatv $RPM_BUILD_ROOT%{_bindir}
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %doc AUTHORS NEWS README TODO
45 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/*
This page took 0.054851 seconds and 3 git commands to generate.