rpms/latexdiff/devel import.log, NONE, 1.1 latexdiff.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dan Kenigsberg danken at fedoraproject.org
Wed Jan 14 09:05:18 UTC 2009


Author: danken

Update of /cvs/extras/rpms/latexdiff/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7371/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log latexdiff.spec 
Log Message:
initial commit



--- NEW FILE import.log ---
latexdiff-0_5-2_fc10:HEAD:latexdiff-0.5-2.fc10.src.rpm:1231923804


--- NEW FILE latexdiff.spec ---
Summary: Determine and mark up significant differences between latex files
Name: latexdiff
Version: 0.5
Release: 2%{?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
Group: Applications/Text
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires: tex(latex)
BuildArch: noarch

%description
Latexdiff is a Perl script for visual mark up and revision of significant
differences between two latex files.  Various options are available for visual
markup using standard latex packages such as color.  Changes not directly
affecting visible text, for example in formatting commands, are still marked in
the latex source.  A rudimentary revision facility is provided by another
Perl script, latexrevise, which accepts or rejects all changes.  Manual editing
of the difference file can be used to override this default behaviour and
accept or reject selected changes only.

%prep
%setup -q -c

%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}

%files
%defattr(-,root,root,-)
%doc texmf/doc/support/latexdiff/*
%{_bindir}/latexdiff
%{_bindir}/latexdiff-vc
%{_bindir}/latexrevise
%{_mandir}/man1/latexdiff.1*
%{_mandir}/man1/latexdiff-vc.1*
%{_mandir}/man1/latexrevise.1*

%changelog
* Sat Jan 10 2009 Dan Kenigsberg <danken at cs.technion.ac.il> 0.5-2
- preserve file timestamps, correct defattr, drop pointless comment.
* Sun Dec 14 2008 Dan Kenigsberg <danken at cs.technion.ac.il> 0.5-1
- Initial build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/latexdiff/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	13 Jan 2009 20:37:29 -0000	1.1
+++ .cvsignore	14 Jan 2009 09:04:48 -0000	1.2
@@ -0,0 +1 @@
+latexdiff.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/latexdiff/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	13 Jan 2009 20:37:29 -0000	1.1
+++ sources	14 Jan 2009 09:04:48 -0000	1.2
@@ -0,0 +1 @@
+6cab5bba342f519eff08b0fadd303d7d  latexdiff.tar.bz2




More information about the fedora-extras-commits mailing list