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