]> git.pld-linux.org Git - packages/code2html.git/blob - code2html.spec
- spelling fixes by Tomasz "Witek" Wittner <wittt_@poczta.onet.pl>
[packages/code2html.git] / code2html.spec
1 %include        /usr/lib/rpm/macros.perl
2 Summary:        Code2html is a tool which allows you to convert your source code files to syntax highlighted HTML
3 Summary(pl):    Code2html jest narzêdziem konwertuj±cym twój kod ¼ród³owy do HTML-u z wyró¿nieniem sk³adni
4 Name:           code2html
5 Version:        0.9.1
6 Release:        1
7 License:        Freeware
8 Group:          Applications/Publishing
9 Source0:        http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 Code2html is a perl script which converts a program source code to
15 syntax highlighted HTML, or any other format for which rules are
16 defined. To use code2html, you also need to install Perl.
17
18 %description -l pl
19 Code2html jest skryptem Perla konwertuj±cym ¼ród³o programu do HTML-u
20 z wyró¿nieniem sk³adni, albo do innego formatu, dla którego zostan±
21 zdefiniowane odpowiednie regu³y. Aby u¿ywaæ code2html, musisz jeszcze
22 zainstalowaæ pakiet perl.
23
24 %prep
25 %setup -q
26
27 %install
28 rm -rf $RPM_BUILD_ROOT
29 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
30
31 install code2html $RPM_BUILD_ROOT%{_bindir}
32 install code2html.1 $RPM_BUILD_ROOT%{_mandir}/man1
33
34 %clean
35 rm -rf $RPM_BUILD_ROOT
36
37 %files
38 %defattr(644,root,root,755)
39 %doc ChangeLog CREDITS LICENSE README
40 %attr(755,root,root) %{_bindir}/*
41 %{_mandir}/man1/*
This page took 0.050168 seconds and 3 git commands to generate.