SPECS: tv2html.spec (NEW) - new

glen glen at pld-linux.org
Mon Oct 17 23:15:50 CEST 2005


Author: glen                         Date: Mon Oct 17 21:15:50 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new

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

---- Diffs:

================================================================
Index: SPECS/tv2html.spec
diff -u /dev/null SPECS/tv2html.spec:1.1
--- /dev/null	Mon Oct 17 23:15:50 2005
+++ SPECS/tv2html.spec	Mon Oct 17 23:15:44 2005
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+%include	/usr/lib/rpm/macros.perl
+Summary:	XMLTV to HTML converter
+Name:		tv2html
+Version:	0.0.4
+Release:	0.2
+License:	GPL v2+
+Group:		Applications
+Source0:	http://tobyinkster.co.uk/Software/linux/tv2html/tv2html-0.0.4.txt
+# Source0-md5:	d233b50c1e78746a61bef7cd7677c4a7
+Source1:	http://tobyinkster.co.uk/Software/linux/tv2html/xmltv.css
+# Source1-md5:	7f1da9cea1220ee871f0073c3710f59f
+URL:		http://tobyinkster.co.uk/tv2html
+BuildRequires:	rpm-perlprov >= 4.1-13
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A Perl script that converts a sorted XML file made by XMLTV
+into a nicely formatted HTML TV guide.
+
+%prep
+%setup -q -c -T
+cp %{SOURCE0} %{name}
+cp %{SOURCE1} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+install %{name} $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.css
+%attr(755,root,root) %{_bindir}/*
+
+%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/10/17 21:15:44  glen
+- new
+
================================================================



More information about the pld-cvs-commit mailing list