]> git.pld-linux.org Git - packages/latexdiff.git/blame - latexdiff.spec
- BR: unzip
[packages/latexdiff.git] / latexdiff.spec
CommitLineData
c36d9c2b
ZU
1Summary: Determine and mark up significant differences between latex files
2Name: latexdiff
3Version: 0.5
4Release: 0.1
5License: GPL v2
6Group: Applications
7Source0: http://dante.ctan.org/tex-archive/support/%{name}.zip
8# Source0-md5: 70fdec50c25c5807e7ec071b88d4af49
9URL: http://www.ctan.org/tex-archive/support/latexdiff/
537865b7 10Suggests: texlive-latex-effects
668270dd 11BuildRequires: unzip
c36d9c2b
ZU
12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13BuildArch: noarch
14
15%description
16Latexdiff is a Perl script for visual mark up and revision of
17significant differences between two latex files. Various options are
18available for visual markup using standard latex packages such as
19color . Changes not directly affecting visible text, for example in
20formatting commands, are still marked in the latex source. A
21rudimentary revision facilility is provided by another Perl script,
22latexrevise, which accepts or rejects all changes. Manual editing of
23the difference file can be used to override this default behaviour and
24accept or reject selected changes only.
25
26%prep
27%setup -q -n %{name}
28
29%build
30
31%install
32rm -rf $RPM_BUILD_ROOT
33
34install -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
41rm -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.087545 seconds and 4 git commands to generate.