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