[latexdiff] rebase as requested in bz #909689.

Dan Kenigsberg danken at fedoraproject.org
Wed Feb 13 20:20:18 UTC 2013


commit 140bdfc21baf7e187ea70fa37b8e7b11faaf33bf
Author: Dan Kenigsberg <danken at redhat.com>
Date:   Wed Feb 13 21:56:57 2013 +0200

    rebase as requested in bz #909689.

 .gitignore     |    1 +
 latexdiff.spec |   31 ++++++++++++++-----------------
 sources        |    2 +-
 3 files changed, 16 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eb1502e..1a885a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 latexdiff.tar.bz2
+/latexdiff-1.0.2.tar.gz
diff --git a/latexdiff.spec b/latexdiff.spec
index 6301a37..137417d 100644
--- a/latexdiff.spec
+++ b/latexdiff.spec
@@ -1,13 +1,13 @@
 Summary: Determine and mark up significant differences between latex files
 Name: latexdiff
-Version: 0.5
-Release: 7%{?dist}
-URL: http://tug.ctan.org/cgi-bin/ctanPackageInformation.py?id=latexdiff
-Source: http://tug.ctan.org/cgi-bin/getFile.py?fn=/systems/win32/miktex/tm/packages/latexdiff.tar.bz2
-License: GPLv2
+Version: 1.0.2
+Release: 1%{?dist}
+URL: http://latexdiff.berlios.de/
+Source: http://prdownload.berlios.de/latexdiff/latexdiff-%{version}.tar.gz
+License: GPLv3
 Group: Applications/Text
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Requires: tex(latex)
+Requires: diffutils
 BuildArch: noarch
 
 %description
@@ -21,26 +21,20 @@ of the difference file can be used to override this default behaviour and
 accept or reject selected changes only.
 
 %prep
-%setup -q -c
+%setup -q
 
 %build
 
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}/%{_bindir} %{buildroot}/%{_mandir}/man1
-cp -p texmf/scripts/latexdiff/perl/latexdiff-fast.pl %{buildroot}/%{_bindir}/latexdiff
-cp -p texmf/scripts/latexdiff/perl/latexdiff-vc.pl %{buildroot}/%{_bindir}/latexdiff-vc
-cp -p texmf/scripts/latexdiff/perl/latexrevise.pl %{buildroot}/%{_bindir}/latexrevise
-cp -p texmf/source/latexdiff/latex{diff,diff-vc,revise}.1 %{buildroot}/%{_mandir}/man1
-chmod a-x %{buildroot}/%{_mandir}/man1/*
-chmod a-x texmf/doc/support/latexdiff/*
-
-%clean
-rm -rf %{buildroot}
+cp -p latexdiff-fast %{buildroot}/%{_bindir}/latexdiff
+cp -p latexdiff-vc latexrevise %{buildroot}/%{_bindir}
+cp -p latex{diff,diff-vc,revise}.1 %{buildroot}/%{_mandir}/man1
 
 %files
 %defattr(-,root,root,-)
-%doc texmf/doc/support/latexdiff/*
+%doc doc/* COPYING
 %{_bindir}/latexdiff
 %{_bindir}/latexdiff-vc
 %{_bindir}/latexrevise
@@ -49,6 +43,9 @@ rm -rf %{buildroot}
 %{_mandir}/man1/latexrevise.1*
 
 %changelog
+* Wed Feb 13 2013 Dan Kenigsberg <danken at cs.technion.ac.il> - 1.0.2-1
+- rebase as requested in bz #909689.
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 6f8595d..4f82d8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6cab5bba342f519eff08b0fadd303d7d  latexdiff.tar.bz2
+0b48d3517028cef5d849e33012acdd30  latexdiff-1.0.2.tar.gz


More information about the scm-commits mailing list