You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1004 B
45 lines
1004 B
4 years ago
|
Name: git-latexdiff
|
||
|
Version: 1.6.0
|
||
|
Release: 1%{?dist}
|
||
|
URL: https://gitlab.com/git-latexdiff/git-latexdiff/-/tree/master
|
||
|
Summary: Determine and mark up significant differences between latex files
|
||
|
Source: https://gitlab.com/git-latexdiff/git-latexdiff/-/archive/%{version}/git-latexdiff-%{version}.tar.bz2
|
||
|
Patch0: git-latexdiff-Makefile.patch
|
||
|
License: BSD
|
||
|
Group: Applications/Text
|
||
|
Requires: tex(latex)
|
||
|
Requires: diffutils
|
||
|
BuildArch: noarch
|
||
|
|
||
|
|
||
|
%description
|
||
|
git-latexdiff is a tool to graphically visualize differences between different versions of a LaTeX file.
|
||
|
Technically, it is a wrapper around git and latexdiff.
|
||
|
If your LaTeX source is split accross several *.tex files,
|
||
|
git latexdiff can call latexpand to expand it before running
|
||
|
latexdiff (this usually works better than using latexdiff --flatten).
|
||
|
|
||
|
|
||
|
%prep
|
||
|
%setup
|
||
|
%patch0 -p0
|
||
|
|
||
|
|
||
|
%build
|
||
|
|
||
|
|
||
|
|
||
|
%install
|
||
|
make install DESTDIR=%{buildroot}
|
||
|
|
||
|
|
||
|
%files
|
||
|
%defattr(-,root,root,-)
|
||
|
%{_libexecdir}/git-core/git-latexdiff
|
||
|
%{_mandir}/man1/git-latexdiff.1*
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
%changelog
|