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