SPECS: tetex-latex-zaa.spec (NEW) - initial release
blues
blues at pld-linux.org
Sun Jun 10 15:26:52 CEST 2007
Author: blues Date: Sun Jun 10 13:26:52 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial release
---- Files affected:
SPECS:
tetex-latex-zaa.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/tetex-latex-zaa.spec
diff -u /dev/null SPECS/tetex-latex-zaa.spec:1.1
--- /dev/null Sun Jun 10 15:26:52 2007
+++ SPECS/tetex-latex-zaa.spec Sun Jun 10 15:26:47 2007
@@ -0,0 +1,60 @@
+# $Revision$, $Date$
+# TODO:
+# - check license
+%define short_name zaa
+%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+Summary: Formats for Zeitschrift für Analysis und ihre Anwendungn
+Name: tetex-latex-%{short_name}
+Version: 1.8
+Release: 1
+License: LaTeX Project Public License
+Group: Applications/Publishing/TeX
+Source0: http://www.math.uni-leipzig.de/zaa/%{short_name}.tar
+# Source0-md5: 95beb9fd6c7074c19c9ff01da58b8f45
+URL: http://www.math.uni-leipzig.de/zaa/
+Requires(post,postun): /usr/bin/texhash
+Requires: tetex-latex
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Journal for Analysis and its Applications aims at disseminating
+theoretical knowledge in the field of analysis and, at the same time,
+cultivating and extending its applications. To this end, it publishes
+research articles on differential equations, functional analysis and
+operator theory, notably with applications to mechanics, physics,
+engineering and other disciplines of the exact sciences.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+install *.cls $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+%texhash
+
+%postun
+%texhash
+
+%files
+%defattr(644,root,root,755)
+%doc *.tex *.pdf *.ps
+%dir %{_datadir}/texmf/tex/latex/%{short_name}
+%{_datadir}/texmf/tex/latex/%{short_name}/*.cls
+
+%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1 2007/06/10 13:26:47 blues
+- initial release
+
================================================================
More information about the pld-cvs-commit
mailing list