]> git.pld-linux.org Git - packages/diff2html.git/commitdiff
- initial, not tested...
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 4 Jul 2005 12:04:35 +0000 (12:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    diff2html.spec -> 1.1

diff2html.spec [new file with mode: 0644]

diff --git a/diff2html.spec b/diff2html.spec
new file mode 100644 (file)
index 0000000..17f341c
--- /dev/null
@@ -0,0 +1,33 @@
+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}/*
This page took 0.057039 seconds and 4 git commands to generate.