]> git.pld-linux.org Git - packages/diff2html.git/blob - diff2html.spec
- BuildArch capitalization
[packages/diff2html.git] / diff2html.spec
1 Summary:        diff2html - utility generates an HTML page to display the output of the diff
2 Summary(fr.UTF-8):      L'utilitaire diff2html génère une page HTML valide pour afficher le résultat de l'utilitaire bien connu diff
3 Summary(pl.UTF-8):      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.UTF-8
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.UTF-8
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.069145 seconds and 3 git commands to generate.