]> git.pld-linux.org Git - packages/diff2html.git/blob - diff2html.spec
efb04fccd69cd1aa6d559cbf186f18413a8b70f5
[packages/diff2html.git] / diff2html.spec
1 Summary:        diff2html - utility generates an HTML page to display the output of the diff
2 Summary(fr):    L'utilitaire diff2html génère une page HTML valide pour afficher le résultat de l'utilitaire bien connu diff
3 Summary(pl):    diff2html - narzêdzie generuj±ce stronê HTML wy¶wietlaj±c± wyj¶cie narzêdzia diff
4 Name:           diff2html
5 Version:        1.0.1
6 Release:        0.1
7 License:        GPL
8 Group:          Applications/Text
9 Source0:        http://kafka.fr.free.fr/diff2html/diff2html.bz2
10 # Source0-md5:  e3aa3bd4fec0a93f5f97efcd210e232b
11 URL:            http://kafka.fr.free.fr/diff2html/
12 Requires:       python
13 Buildarch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 The diff2html utility generates an HTML page to display the output of
18 the diff(1) well-known utility. Using Cascading Style Sheets, the user
19 can fully personalize the appearance of the web page (you might find
20 the default styles are too much colorful).
21
22 %description -l fr
23 L'utilitaire diff2html génère une page HTML valide pour afficher le
24 résultat de l'utilitaire bien connu diff. Par l'utilisation des
25 feuilles de styles CSS2, l'utilisateur peut complètement personnaliser
26 l'apparence de la page web (vous pouvez estimer que les styles par
27 défaut sont trop colorés). diff2html est écrit en langage Python et
28 est soumis à la license GNU GPL.
29
30 %description -l pl
31 narzêdzie diff2html generuje stronê HTML wy¶wietlaj±c± wyj¶cie innego
32 dobrze znanego narzêdzia diff. U¿ywaj±c kaskadowych stylów (CSS) mo¿na
33 w pe³ni spersonalizowaæ wygl±d strony.
34
35 %prep
36 %setup -q -c -T
37 install %{SOURCE0} .
38 bunzip2 %{name}.bz2
39
40 %install
41 rm -rf $RPM_BUILD_ROOT
42 install -d $RPM_BUILD_ROOT%{_bindir}
43
44 install %{name} $RPM_BUILD_ROOT%{_bindir}
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %attr(755,root,root) %{_bindir}/*
This page took 0.099072 seconds and 3 git commands to generate.