]> git.pld-linux.org Git - packages/diff2html.git/blob - diff2html.spec
- summary
[packages/diff2html.git] / diff2html.spec
1 Summary:        diff2html - utility generates an HTML page to display the output of the diff
2 Summary(pl):    diff2html - narzêdzie generuj±ce stronê HTML wy¶wietlaj±ce wyj¶cie narzêdzia diff
3 Name:           diff2html
4 Version:        1.0.1
5 Release:        0.1
6 License:        GPL
7 Group:          Applications/Text
8 Source0:        http://kafka.fr.free.fr/diff2html/%{name}.bz2
9 # Source0-md5:  e3aa3bd4fec0a93f5f97efcd210e232b
10 URL:            http://kafka.fr.free.fr/diff2html/
11 Requires:       python
12 Buildarch:      noarch
13 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
14
15 %description
16 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).
17
18 %prep
19 %setup -q -c -T
20 install %{SOURCE0} .
21 bunzip2 %{name}.bz2
22
23 %install
24 rm -rf $RPM_BUILD_ROOT
25 install -d $RPM_BUILD_ROOT%{_bindir}
26
27 install %{name} $RPM_BUILD_ROOT%{_bindir}
28
29 %clean
30 rm -rf $RPM_BUILD_ROOT
31
32 %files
33 %defattr(644,root,root,755)
34 %attr(755,root,root) %{_bindir}/*
This page took 0.053855 seconds and 3 git commands to generate.