rpms/tetex-font-cm-lgc/devel .cvsignore, 1.2, 1.3 sources, 1.3, 1.4 tetex-font-cm-lgc.spec, 1.4, 1.5

Michael Schwendt (mschwendt) fedora-extras-commits at redhat.com
Fri Jun 17 02:26:34 UTC 2005


Author: mschwendt

Update of /cvs/extras/rpms/tetex-font-cm-lgc/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21199

Modified Files:
	.cvsignore sources tetex-font-cm-lgc.spec 
Log Message:
sync with FC-4 branch


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/tetex-font-cm-lgc/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:26:20 -0000	1.2
+++ .cvsignore	17 Jun 2005 02:26:32 -0000	1.3
@@ -1 +1 @@
-cm-lgc.tar.gz
+tetex-font-cm-lgc-0.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/tetex-font-cm-lgc/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	28 Nov 2004 05:20:14 -0000	1.3
+++ sources	17 Jun 2005 02:26:32 -0000	1.4
@@ -1 +1 @@
-d4d66b136e5d00c9d77356a5083b3c1f  tetex-font-cm-lgc-0.3.1.tar.gz
+da93842a94ad715fbd123e178102d414  tetex-font-cm-lgc-0.5.tar.bz2


Index: tetex-font-cm-lgc.spec
===================================================================
RCS file: /cvs/extras/rpms/tetex-font-cm-lgc/devel/tetex-font-cm-lgc.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tetex-font-cm-lgc.spec	6 Apr 2005 22:13:33 -0000	1.4
+++ tetex-font-cm-lgc.spec	17 Jun 2005 02:26:32 -0000	1.5
@@ -3,9 +3,8 @@
 %define fontpath  public/cm-lgc
 
 Name:           tetex-font-cm-lgc
-Version:        0.3.1
-Release:        2
-
+Version:        0.5
+Release:        1%{?dist}
 Summary:        CM-LGC Type1 fonts for LaTeX
 
 Group:          Applications/Publishing
@@ -16,7 +15,7 @@
 # site auto-generates the tar-ball. In such cases it is usually
 # sufficient to gunzip the .tar.gz file and compare the tar-balls.
 # ftp://ftp.dante.de/tex-archive/fonts/ps-type1/cm-lgc.tar.gz
-Source0:        tetex-font-cm-lgc-%{version}.tar.gz
+Source0:        tetex-font-cm-lgc-%{version}.tar.bz2
 Source1:        cm-lgc-test.tex
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -54,9 +53,9 @@
 install -p -m 644 fonts/tfm/public/cm-lgc/* $RPM_BUILD_ROOT%{texmf}/fonts/tfm/%{fontpath}/
 install -p -m 644 fonts/vf/public/cm-lgc/* $RPM_BUILD_ROOT%{texmf}/fonts/vf/%{fontpath}/
 
-mkdir -p $RPM_BUILD_ROOT%{texmf}/dvips/%{tdsname}
-install -p -m 644 dvips/base/* $RPM_BUILD_ROOT%{texmf}/dvips/%{tdsname}/
-install -p -m 644 dvips/config/* $RPM_BUILD_ROOT%{texmf}/dvips/%{tdsname}/
+mkdir -p $RPM_BUILD_ROOT%{texmf}/fonts/{enc,map}/dvips/%{tdsname}
+install -p -m 644 dvips/base/* $RPM_BUILD_ROOT%{texmf}/fonts/enc/dvips/%{tdsname}/
+install -p -m 644 dvips/config/* $RPM_BUILD_ROOT%{texmf}/fonts/map/dvips/%{tdsname}/
 
 
 %clean
@@ -65,11 +64,11 @@
 
 %post
 /usr/bin/mktexlsr %{texmf}
-/usr/bin/updmap --quiet --nohash --outputdir %{texmf}/dvips/config --enable Map cm-lgc.map
+/usr/bin/updmap-sys --quiet --nohash --outputdir %{texmf}/dvips/config --enable Map cm-lgc.map
 
 %postun
 if [ "$1" = "0" ]; then
-  /usr/bin/updmap --quiet --nohash --outputdir %{texmf}/dvips/config --disable cm-lgc.map
+  /usr/bin/updmap-sys --quiet --nohash --outputdir %{texmf}/dvips/config --disable cm-lgc.map
 fi
 /usr/bin/mktexlsr %{texmf}
 
@@ -83,10 +82,17 @@
 %{texmf}/fonts/tfm/%{fontpath}
 %{texmf}/fonts/type1/%{fontpath}
 %{texmf}/fonts/vf/%{fontpath}
-%{texmf}/dvips/%{tdsname}
+%{texmf}/fonts/enc/dvips/%{tdsname}
+%{texmf}/fonts/map/dvips/%{tdsname}
+
 
 
 %changelog
+* Wed Jun 15 2005 Sarantis Paskalis <paskalis at di.uoa.gr> - 0.5-1
+- update to 0.5 (#160464)
+- make the package tetex-3 compliant (use updmap-sys instead of updmap,
+  update location for .enc and .map files).
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the fedora-extras-commits mailing list