]> git.pld-linux.org Git - packages/source-highlight.git/blame - source-highlight.spec
- initial
[packages/source-highlight.git] / source-highlight.spec
CommitLineData
5a78beb7 1Summary: GNU Source Highlight
2Summary(pl): GNU Source Highlight
3Name: source-highlight
4Version: 1.3
5Release: 1
6License: GPL
7Group: Applications/Publishing
8Source0: ftp://ftp.gnu.org/gnu/source-highlight/%{name}-%{version}.tar.gz
9BuildRequires: libstdc++-devel
10BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12%description
13This program, given a source file, produces a document with syntax
14highlighting.
15
16At the moment this package can handle
17
18 * Java,
19 * C/C++,
20 * Prolog, new
21 * Perl new
22
23as source languages, and HTML as output format.
24
25%prep
26%setup -q
27
28%build
29%configure2_13
30%{__make}
31
32%install
33rm -rf $RPM_BUILD_ROOT
34install -d $RPM_BUILD_ROOT
35
36%{__make} install DESTDIR=$RPM_BUILD_ROOT
37
38gzip -9nf AUTHORS ChangeLog NEWS README THANKS TODO.txt
39
40%clean
41rm -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.069171 seconds and 4 git commands to generate.