]> git.pld-linux.org Git - packages/source-highlight.git/blob - source-highlight.spec
- initial
[packages/source-highlight.git] / source-highlight.spec
1 Summary:        GNU Source Highlight
2 Summary(pl):    GNU Source Highlight
3 Name:           source-highlight
4 Version:        1.3
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, new
21    * Perl new
22
23 as source languages, and HTML as output format.
24
25 %prep
26 %setup -q
27
28 %build
29 %configure2_13
30 %{__make}
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -d $RPM_BUILD_ROOT
35
36 %{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38 gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO.txt
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc *.gz doc/*.css
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/*.1.gz
48 %{_datadir}/source-highlight/*.j2h
This page took 0.129879 seconds and 4 git commands to generate.