]> git.pld-linux.org Git - packages/source-highlight.git/blob - source-highlight.spec
- updated to 1.7
[packages/source-highlight.git] / source-highlight.spec
1 Summary:        GNU Source Highlight
2 Summary(pl):    Pod¶wietlanie sk³adni z projektu GNU
3 Name:           source-highlight
4 Version:        1.7
5 Release:        1
6 License:        GPL
7 Group:          Applications/Publishing
8 Source0:        ftp://ftp.gnu.org/gnu/source-highlight/%{name}-%{version}.tar.gz
9 BuildRequires:  libstdc++-devel
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 This program, given a source file, produces a document with syntax
14 highlighting.
15
16 At the moment this package can handle:
17
18    * Java,
19    * C/C++,
20    * Prolog,
21    * Perl,
22    * PHP3 new
23
24 as source languages, and HTML as output format.
25
26 %description -l pl
27 Ten program z pliku ¼ród³owego tworzy dokument z pod¶wietlon±
28 sk³adni±. Aktualnie obs³ugiwane jêzyki ¼ród³owe to Java, C/C++, Prolog
29 i Perl; wynik jest w HTML.
30
31 %prep
32 %setup -q
33
34 %build
35 %configure2_13
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40 install -d $RPM_BUILD_ROOT
41
42 %{__make} install DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc AUTHORS ChangeLog NEWS README THANKS TODO.txt doc/*.css
50 %attr(755,root,root) %{_bindir}/*
51 %{_mandir}/man1/*.1*
52 %{_datadir}/source-highlight/*.j2h
This page took 0.091101 seconds and 4 git commands to generate.