]> git.pld-linux.org Git - packages/latexdiff.git/blob - latexdiff.spec
- BR: unzip
[packages/latexdiff.git] / latexdiff.spec
1 Summary:        Determine and mark up significant differences between latex files
2 Name:           latexdiff
3 Version:        0.5
4 Release:        0.1
5 License:        GPL v2
6 Group:          Applications
7 Source0:        http://dante.ctan.org/tex-archive/support/%{name}.zip
8 # Source0-md5:  70fdec50c25c5807e7ec071b88d4af49
9 URL:            http://www.ctan.org/tex-archive/support/latexdiff/
10 Suggests:       texlive-latex-effects
11 BuildRequires:  unzip
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13 BuildArch:      noarch
14
15 %description
16 Latexdiff is a Perl script for visual mark up and revision of
17 significant differences between two latex files. Various options are
18 available for visual markup using standard latex packages such as
19 color . Changes not directly affecting visible text, for example in
20 formatting commands, are still marked in the latex source. A
21 rudimentary revision facilility is provided by another Perl script,
22 latexrevise, which accepts or rejects all changes. Manual editing of
23 the difference file can be used to override this default behaviour and
24 accept or reject selected changes only.
25
26 %prep
27 %setup -q -n %{name}
28
29 %build
30
31 %install
32 rm -rf $RPM_BUILD_ROOT
33
34 install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
35 %{__make} install \
36         INSTALLPATH=$RPM_BUILD_ROOT%{_prefix} \
37         INSTALLMANPATH=$RPM_BUILD_ROOT%{_mandir} \
38         INSTALLEXECPATH=$RPM_BUILD_ROOT%{_bindir}
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc CHANGES README
46 %attr(755,root,root) %{_bindir}/*
47 %{_mandir}/man1/latex*.1.*
This page took 0.0749570000000001 seconds and 3 git commands to generate.