SPECS: tetex-latex-unicode.spec (NEW), tetex-latex-europecv.spec (...
adamg
adamg at pld-linux.org
Sun Apr 16 20:37:17 CEST 2006
Author: adamg Date: Sun Apr 16 18:37:17 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- new
---- Files affected:
SPECS:
tetex-latex-unicode.spec (NONE -> 1.1) (NEW), tetex-latex-europecv.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/tetex-latex-unicode.spec
diff -u /dev/null SPECS/tetex-latex-unicode.spec:1.1
--- /dev/null Sun Apr 16 20:37:17 2006
+++ SPECS/tetex-latex-unicode.spec Sun Apr 16 20:37:10 2006
@@ -0,0 +1,69 @@
+# $Revision$, $Date$
+# TODO:
+# - package more files
+
+%define short_name unicode
+%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+
+Summary: Extended UTF-8 input encoding for LaTeX
+#Summary(pl):
+Name: tetex-latex-%{short_name}
+Version: 1.0.0
+Release: 1
+License: LaTeX Project Public License
+Group: Applications/Publishing/TeX
+Source0: http://www.ctan.org/tex-archive/macros/latex/contrib/%{short_name}.zip
+# Source0-md5: d1391421f826743b59d1833620e0166f
+BuildRequires: unzip
+Requires(post,postun): /usr/bin/texhash
+Requires: tetex-latex
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This bundle provides the ucs package, and utf8x.def, together with a
+large number of support files.
+
+The utf8x.def definition file for use with inputenc covers a wider
+range of Unicode characters than does utf8.def in the LaTeX
+distribution. The ucs package provides facilities for efficient use of
+large sets of Unicode characters.
+
+#%description -l pl
+#Ta paczka dostarcza pakietów ucs oraz utf8x.def, razem z dużą liczbą
+#plików pomocniczych.
+#
+#Plik definicji utf8x.def
+
+%prep
+%setup -q -n %{short_name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+install ucs.sty ucsencs.def utf8x.def $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+cp -ar data $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 FAQ INSTALL README VERSION
+%{_datadir}/texmf/tex/latex/%{short_name}
+
+%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 2006/04/16 18:37:10 adamg
+- new
+
================================================================
Index: SPECS/tetex-latex-europecv.spec
diff -u /dev/null SPECS/tetex-latex-europecv.spec:1.1
--- /dev/null Sun Apr 16 20:37:17 2006
+++ SPECS/tetex-latex-europecv.spec Sun Apr 16 20:37:10 2006
@@ -0,0 +1,73 @@
+# $Revision$, $Date$
+
+%define short_name europecv
+%define texhash [ ! -x %{_bindir}/texhash ] || %{_bindir}/texhash 1>&2 ;
+
+Summary: Unofficial class for European curricula vitae
+Summary(pl): Nieoficjalna klasa dla europejskiego CV
+Name: tetex-latex-%{short_name}
+Version: 1.0.0
+Release: 1
+License: LaTeX Project Public License
+Group: Applications/Publishing/TeX
+Source0: http://www.ctan.org/tex-archive/macros/latex/contrib/%{short_name}.zip
+# Source0-md5: 6c9f7fb958cbf0e3d5bbc4a9c9a77deb
+BuildRequires: unzip
+Requires(post,postun): /usr/bin/texhash
+Requires: tetex-latex
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The europecv class is an unofficial LaTeX implementation of the
+standard model for curricula vitae (the Europass CV) as recommended by
+the European Commission. Although primarily intended for users in the
+European Union, the class is flexible enough to be used for any kind
+of curriculum vitae.
+
+The class has localisations for all the official languages of the EU
+(plus Catalan); the class has options permitting input in UTF-8 and
+KOI8-R.
+
+%description -l pl
+Klasa europecv jest nieoficjalną LaTeX'ową implementacją standardowego
+modelu curricula vitae (Europass CV) według zaleceń Komisji
+Europejskiej. Pomimo, iż przeznaczona jest dla użytkowników z krajów
+Unii Europejskiej, klasa ta jest na tyle elastyczna, że może być użyta
+w dowolnym rodzaju curriculum vitae.
+
+Klasa posiada tłumaczenia dla wszystkich oficjalnych języków Unii
+Europejskiej (oraz Katalońskiego); klasa posiada możliwość zezwalania
+na dane wejściowe w formatach UTF-8 oraz KOI8-R.
+
+%prep
+%setup -q -n %{short_name}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_datadir}/texmf/tex/latex/%{short_name}
+
+install *.def *.pdf *.eps *.cls *.tex $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 examples/ templates/
+%{_datadir}/texmf/tex/latex/%{short_name}
+
+%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 2006/04/16 18:37:10 adamg
+- new
+
================================================================
More information about the pld-cvs-commit
mailing list