]> git.pld-linux.org Git - packages/aatv.git/commitdiff
- initial PLD release
authorwitekfl <witekfl@pld-linux.org>
Mon, 18 Jul 2005 17:24:34 +0000 (17:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aatv.spec -> 1.1

aatv.spec [new file with mode: 0644]

diff --git a/aatv.spec b/aatv.spec
new file mode 100644 (file)
index 0000000..cc8ec8e
--- /dev/null
+++ b/aatv.spec
@@ -0,0 +1,47 @@
+Summary:       TV on text console
+Summary(pl):   TV na terminalu
+Name:          aatv
+Version:       0.3
+Release:       1
+Epoch:         0
+License:       GPL
+Group:         Applications/Multimedia
+Source0:       http://dl.sourceforge.net/sourceforge/aatv/%{name}-%{version}.tgz
+# Source0-md5: de5ab31c3744e612ed764968dc0c759e
+URL:           http://aatv.sourceforge.net/
+BuildRequires: aalib-devel
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+aatv is a simple program to watch TV in a text-based console.
+
+%description -l pl
+aatv to prosty program do oglĀ±dania telewizji na tekstowej konsoli.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__aclocal}
+cp -f /usr/share/automake/config.sub .
+%configure2_13
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1,%{_sysconfdir}}
+install aatv.1 $RPM_BUILD_ROOT%{_mandir}/man1
+install aatv.conf $RPM_BUILD_ROOT%{_sysconfdir}
+install src/aatv $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS NEWS README TODO
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/*
This page took 0.081286 seconds and 4 git commands to generate.