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