Author: uzsolt                       Date: Mon Nov  8 07:47:58 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/latexdiff:
   latexdiff.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/latexdiff/latexdiff.spec
diff -u /dev/null packages/latexdiff/latexdiff.spec:1.1
--- /dev/null   Mon Nov  8 08:47:58 2010
+++ packages/latexdiff/latexdiff.spec   Mon Nov  8 08:47:53 2010
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+Summary:       Determine and mark up significant differences between latex 
files
+Name:          latexdiff
+Version:       0.5
+Release:       0.1
+License:       GPL v2
+Group:         Applications
+Source0:       http://dante.ctan.org/tex-archive/support/%{name}.zip
+# Source0-md5: 70fdec50c25c5807e7ec071b88d4af49
+URL:           http://www.ctan.org/tex-archive/support/latexdiff/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+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 facilility 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 -n %{name}
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+%{__make} install \
+       INSTALLPATH=$RPM_BUILD_ROOT%{_prefix} \
+       INSTALLMANPATH=$RPM_BUILD_ROOT%{_mandir} \
+       INSTALLEXECPATH=$RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc CHANGES README
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man1/latex*.1.*
+
+%define date   %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedb...@pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2010/11/08 07:47:53  uzsolt
+- initial
+
+Revision 1.7  2008/08/27 20:47:03  qboosh
+- tab
+
+Revision 1.6  2007/07/01 14:38:10  spider
+- added gpl3
+
+Revision 1.5  2007/02/12 22:09:17  glen
+- tabs in preamble
+
+Revision 1.4  2007/02/12 01:06:34  baggins
+- converted to UTF-8
+
+Revision 1.3  2006/12/26 22:35:56  qboosh
+- killed spaces at eol
+
+Revision 1.2  2006/03/09 11:16:26  qboosh
+- tabs
+
+Revision 1.1  2006/03/05 09:12:27  spider
+- for simple programs, which needs to work only, configure, make, make install
================================================================
_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to