Author: glen Date: Tue Jan 8 00:48:15 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - cleanup duplicates, cosmetics; rel 3
---- Files affected: SPECS: tetex-algorith.spec (1.8 -> 1.9) ---- Diffs: ================================================================ Index: SPECS/tetex-algorith.spec diff -u SPECS/tetex-algorith.spec:1.8 SPECS/tetex-algorith.spec:1.9 --- SPECS/tetex-algorith.spec:1.8 Mon Feb 12 23:09:17 2007 +++ SPECS/tetex-algorith.spec Tue Jan 8 01:48:09 2008 @@ -1,10 +1,10 @@ # $Revision$, $Date$ -%define _short_name algorith +%define short_name algorith Summary: Set of LaTeX macros for algorithms Summary(pl.UTF-8): Zestaw makr LaTeXa dla algorytmów Name: tetex-algorith Version: 20050316 -Release: 2 +Release: 3 License: LGPL 2.1+ Group: Applications/Publishing/TeX # taken from: ftp://ftp.dante.de/pub/tex/macros/latex/contrib/algorithms.tgz @@ -13,7 +13,6 @@ %requires_eq tetex %requires_eq tetex-latex BuildRequires: tetex-latex -Prereq: tetex BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -39,10 +38,8 @@ %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{_short_name} \ - $RPM_BUILD_ROOT%{_datadir}/texmf/doc/latex/%{_short_name} - -install *.sty $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{_short_name} +install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name} +install *.sty $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name} %post -p %{_bindir}/mktexlsr %postun -p %{_bindir}/mktexlsr @@ -53,7 +50,7 @@ %files %defattr(644,root,root,755) %doc README *.tex -%{_datadir}/texmf/tex/latex/%{_short_name} +%{_datadir}/texmf/tex/latex/%{short_name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -61,6 +58,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.9 2008-01-08 00:48:09 glen +- cleanup duplicates, cosmetics; rel 3 + Revision 1.8 2007-02-12 22:09:17 glen - tabs in preamble ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/tetex-algorith.spec?r1=1.8&r2=1.9&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
