rpms/tex-fonts-hebrew/devel import.log, NONE, 1.1 tex-fonts-hebrew.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Dan Kenigsberg (danken) fedora-extras-commits at redhat.com
Thu Jun 19 18:44:02 UTC 2008


Author: danken

Update of /cvs/extras/rpms/tex-fonts-hebrew/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2356/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log tex-fonts-hebrew.spec 
Log Message:
import from tetex-fonts-hebrew, with changes



--- NEW FILE import.log ---
tex-fonts-hebrew-0_1-9_fc9:HEAD:tex-fonts-hebrew-0.1-9.fc9.src.rpm:1213900620


--- NEW FILE tex-fonts-hebrew.spec ---
Summary: Culmus Hebrew fonts support for LaTeX
Name: tex-fonts-hebrew
Version: 0.1
Release: 9%{?dist}
URL: http://culmus.sf.net
# There is no real upstream for this package. It was based on Yotam Medini's
# http://www.medini.org/hebrew/culmus2ltx-2003-02-28.tar.gz but is now
# maintained specifically for Fedora.
Source: tetex-fonts-hebrew-%{version}.tar.gz
# hebrew.ldf is LPPL, everything else is GPL+
License: GPL+ and LPPL
Group: Applications/Text
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: texlive, texlive-afm, fonts-hebrew
Obsoletes: tetex-fonts-hebrew < 0.1-8
Provides: tetex-fonts-hebrew = %{version}-%{release}
Requires: texlive fonts-hebrew
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 -n tetex-fonts-hebrew-%{version}

%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
TEXMFDIR=%{buildroot}/%{texmf}
mkdir -p $TEXMFDIR/fonts/map/dvips/updmap/
mv $TEXMFDIR/fonts/map/dvips/culmus.map $TEXMFDIR/fonts/map/dvips/updmap/

%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
%{texmf}/fonts/enc/dvips/culmus/he8.enc
%{texmf}/fonts/map/dvips/updmap/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
* Sat Jun  4 2008 Dan Kenigsberg <danken at cs.technion.ac.il> 0.1-9
- Support texlive
* 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.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tex-fonts-hebrew/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Jun 2008 00:38:13 -0000	1.1
+++ .cvsignore	19 Jun 2008 18:43:20 -0000	1.2
@@ -0,0 +1 @@
+tetex-fonts-hebrew-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tex-fonts-hebrew/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Jun 2008 00:38:13 -0000	1.1
+++ sources	19 Jun 2008 18:43:20 -0000	1.2
@@ -0,0 +1 @@
+b66fb8f97bec984ce61d331f54ce9a60  tetex-fonts-hebrew-0.1.tar.gz




More information about the fedora-extras-commits mailing list