SPECS: tetex-latex-equadiff.spec (NEW) - initial, STBR

blues blues at pld-linux.org
Sat Nov 26 23:19:19 CET 2005


Author: blues                        Date: Sat Nov 26 22:19:19 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial, STBR

---- Files affected:
SPECS:
   tetex-latex-equadiff.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/tetex-latex-equadiff.spec
diff -u /dev/null SPECS/tetex-latex-equadiff.spec:1.1
--- /dev/null	Sat Nov 26 23:19:19 2005
+++ SPECS/tetex-latex-equadiff.spec	Sat Nov 26 23:19:14 2005
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+# TODO:
+# - check version
+# - check license
+%define short_name equadiff
+%define	texhash	[ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+Summary:	Formats for International conference on differential equations
+Name:		tetex-latex-%{short_name}
+Version:	1.0
+Release:	1
+License:	LaTeX Project Public License
+Group:		Applications/Publishing/TeX
+Source0:	http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/equadiff.cls
+# Source0-md5:	50136ea9f16a63ae2051f180e17effce
+Source1:	http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/equadiff.sty
+# Source1-md5:	7f1af73afeb59eff88edab978c37ef66
+Source2:	http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/equadiff10.clo
+# Source2-md5:	ba0d7845ce5b471961c1409025bec349
+Source3:	http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/fig.ps
+# Source3-md5:	5eb852762a6464d1cf6b26fc55a93113
+Source4:	http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/paper.pdf
+# Source4-md5:	bfc8aadf48333e742d50ac210e90ae26
+Source5:	http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/paper.tex
+# Source5-md5:	e0f4a0aff8d3ad6faafad14bfa5ac26a
+URL:		http://pc2.iam.fmph.uniba.sk/equadiff/proceedings/
+Requires:	tetex-latex
+Requires(post,postun):	/usr/bin/texhash
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Latex style format and instructions for preparation of manuscripts
+Mini-symposia and Contributed talks of Equadiff 11 Conference.
+
+%prep
+%setup -q -c -T
+install %{SOURCE3} .
+install %{SOURCE4} .
+install %{SOURCE5} .
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+install %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+install %{SOURCE2} $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}/*.sty
+%{_datadir}/texmf/tex/latex/%{short_name}/*.cls
+%{_datadir}/texmf/tex/latex/%{short_name}/*.clo
+
+%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  2005/11/26 22:19:14  blues
+- initial, STBR
+
================================================================



More information about the pld-cvs-commit mailing list