]> git.pld-linux.org Git - packages/aatv.git/blame - aatv.spec
- tabs in preamble
[packages/aatv.git] / aatv.spec
CommitLineData
03d4ae80 1Summary: TV on text console
ad1b9bec 2Summary(pl.UTF-8): TV na terminalu tekstowym
03d4ae80 3Name: aatv
4Version: 0.3
5Release: 1
6Epoch: 0
7License: GPL
8Group: Applications/Multimedia
f97ef82d 9Source0: http://dl.sourceforge.net/aatv/%{name}-%{version}.tgz
03d4ae80 10# Source0-md5: de5ab31c3744e612ed764968dc0c759e
11URL: http://aatv.sourceforge.net/
12BuildRequires: aalib-devel
13BuildRequires: autoconf
14BuildRequires: automake
15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18aatv is a simple program to watch TV in a text-based console.
19
7ab49324
JR
20%description -l pl.UTF-8
21aatv to prosty program do oglądania telewizji na tekstowej konsoli.
03d4ae80 22
23%prep
24%setup -q -n %{name}
25
26%build
f97ef82d 27# aclocal alone???
03d4ae80 28%{__aclocal}
29cp -f /usr/share/automake/config.sub .
30%configure2_13
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
36install aatv.1 $RPM_BUILD_ROOT%{_mandir}/man1
37install aatv.conf $RPM_BUILD_ROOT%{_sysconfdir}
38install src/aatv $RPM_BUILD_ROOT%{_bindir}
39
40%clean
41rm -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.089883 seconds and 4 git commands to generate.