SPECS: diff2html.spec (NEW) - initial, not tested...

blues blues at pld-linux.org
Mon Jul 4 14:04:40 CEST 2005


Author: blues                        Date: Mon Jul  4 12:04:40 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, not tested...

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

---- Diffs:

================================================================
Index: SPECS/diff2html.spec
diff -u /dev/null SPECS/diff2html.spec:1.1
--- /dev/null	Mon Jul  4 14:04:40 2005
+++ SPECS/diff2html.spec	Mon Jul  4 14:04:35 2005
@@ -0,0 +1,44 @@
+# $Revision$, $Date$
+Summary:	...
+Name:		diff2html
+Version:	1.0.1
+Release:	0.1
+License:	GPL
+Group:		Applications/Text
+Source0:	http://kafka.fr.free.fr/diff2html/%{name}.bz2
+# Source0-md5:	e3aa3bd4fec0a93f5f97efcd210e232b
+URL:		http://kafka.fr.free.fr/diff2html/
+Requires:	python
+Buildarch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The diff2html utility generates an HTML page to display the output of the diff(1) well-known utility. Using Cascading Style Sheets, the user can fully personnalize the appearance of the web page (you might find the default styles are too much colorfull).
+
+%prep
+%setup -q -c -T
+install %{SOURCE0} .
+bunzip2 %{name}.bz2
+
+%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)
+%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/07/04 12:04:35  blues
+- initial, not tested...
+
================================================================



More information about the pld-cvs-commit mailing list