SPECS: aatv.spec (NEW) - initial PLD release

witekfl witekfl at pld-linux.org
Mon Jul 18 19:24:39 CEST 2005


Author: witekfl                      Date: Mon Jul 18 17:24:39 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial PLD release

---- Files affected:
SPECS:
   aatv.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/aatv.spec
diff -u /dev/null SPECS/aatv.spec:1.1
--- /dev/null	Mon Jul 18 19:24:39 2005
+++ SPECS/aatv.spec	Mon Jul 18 19:24:34 2005
@@ -0,0 +1,58 @@
+# $Revision$, $Date$
+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/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/07/18 17:24:34  witekfl
+- initial PLD release
+
================================================================



More information about the pld-cvs-commit mailing list