[tetex-fonts-hebrew/el5/master] Revive package, in EPEL5 branch only

Dan Kenigsberg danken at fedoraproject.org
Wed Nov 3 19:57:46 UTC 2010


commit 8ac428a2e4773922ae976e1d748bbace6386d0c4
Author: Dan Kenigsberg <danken at redhat.com>
Date:   Tue Nov 2 22:16:51 2010 +0200

    Revive package, in EPEL5 branch only

 dead.package            |    1 -
 sources                 |    1 +
 tetex-fonts-hebrew.spec |   84 +++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 85 insertions(+), 1 deletions(-)
---
diff --git a/sources b/sources
new file mode 100644
index 0000000..72309a0
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+b66fb8f97bec984ce61d331f54ce9a60  tetex-fonts-hebrew-0.1.tar.gz
diff --git a/tetex-fonts-hebrew.spec b/tetex-fonts-hebrew.spec
new file mode 100644
index 0000000..884cc54
--- /dev/null
+++ b/tetex-fonts-hebrew.spec
@@ -0,0 +1,84 @@
+Summary: Culmus Hebrew fonts support for tetex
+Name: tetex-fonts-hebrew
+Version: 0.1
+Release: 11%{?dist}
+URL: http://culmus.sf.net
+Source: tetex-fonts-hebrew-%{version}.tar.gz
+# No version specified.
+License: GPL+
+Group: Applications/Text
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: tetex, tetex-afm, culmus-fonts-compat
+Requires: tetex culmus-fonts-compat
+BuildArch: noarch
+Requires(post): /usr/bin/texhash /usr/bin/updmap-sys
+Requires(postun): /usr/bin/texhash /usr/bin/updmap-sys
+
+%description
+Support using the Culmus Hebrew fonts in LaTeX. 
+
+%prep
+%setup -q
+
+%build
+sed -i 's/^culmusdir=/#culmusdir=/' mkCLMtfm.sh
+culmusdir=/usr/share/fonts/culmus make
+
+%install
+%define texmf %{_datadir}/texmf
+rm -rf %{buildroot}
+make TEXMFDIR=%{buildroot}/%{texmf} CULMUSDIR=../../../../fonts/culmus install
+
+%clean
+rm -rf %{buildroot}
+
+%files
+%defattr(-,root,root)
+%doc hebhello.tex culmus-ex.tex GNU-GPL
+%{texmf}/fonts/afm/public/culmus
+%{texmf}/fonts/type1/public/culmus
+%{texmf}/fonts/enc/dvips/culmus/he8.enc
+%{texmf}/fonts/map/dvips/culmus.map
+%{texmf}/fonts/tfm/public/culmus
+%{texmf}/fonts/vf/public/culmus
+%{texmf}/tex/latex/culmus
+%{texmf}/tex/generic/0babel
+
+%post
+/usr/bin/texhash
+conffile="$(/usr/bin/texconfig-sys conf | /bin/grep updmap.cfg)"
+if [ "$1" = "1" ]; then
+  /usr/bin/updmap-sys --quiet --nohash --cnffile ${conffile} --enable Map culmus.map
+fi
+
+%postun
+conffile="$(/usr/bin/texconfig-sys conf | /bin/grep updmap.cfg)"
+if [ "$1" = "0" ]; then
+  /usr/bin/updmap-sys --quiet --nohash --cnffile ${conffile} --disable culmus.map
+fi
+/usr/bin/texhash
+
+%changelog
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.1-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
+* Mon Feb 16 2009 Caolán McNamara <caolanm at redhat.com> 0.1-10
+- fonts-hebrew -> culmus-fonts-compat
+
+* Mon Sep  8 2008 Tom "spot" Callaway <tcallawa at redhat.com> 0.1-9
+- fix license tag
+
+* Sat Dec  1 2007 Dan Kenigsberg <danken at cs.technion.ac.il> 0.1-8
+- Link to newly-named culmus-fonts. Bug #391161
+* Sat Sep 16 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 0.1-7
+- Rebuild for Fedora Extras 6
+* Sun Jul  9 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 0.1-6
+- bump version to mend upgrade path. Bug #197127
+* Wed Jun 21 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 0.1-5
+- Change summary line and directory ownership according to 195585#c8
+* Tue Jun 20 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 0.1-4
+- steal scriptlets from tetex-font-kerkis
+* Mon Jun 19 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 0.1-3
+- change spec (and a bit of mkCLMtfm) according to bug 195585#c5
+* Thu Jun 15 2006 Dan Kenigsberg <danken at cs.technion.ac.il> 0.1-1
+- Initial build.


More information about the scm-commits mailing list