Browse Source

ghostscript:
- rebuild with krb5-1.8.2
- add BR: krb5-devel
- add BR: libpaper-devel
- add cidfnmap, cidfnmap.ja to svn repo



git-svn-id: http://trac.vinelinux.org/repos/projects/specs@3262 ec354946-7b23-47d6-9f5a-488ba84defc7

daisuke 13 years ago
parent
commit
2e3eb7b5d2
3 changed files with 29 additions and 2 deletions
  1. 10 0
      g/ghostscript/cidfmap
  2. 11 0
      g/ghostscript/cidfmap.ja
  3. 8 2
      g/ghostscript/ghostscript-vl.spec

+ 10 - 0
g/ghostscript/cidfmap

@@ -0,0 +1,10 @@
+%!
+% Don't change following line. We should ensure that the original one is surely loaded.
+(cidfmap.GS) .runlibfile
+% following lines are for CJK fonts.
+(cidfmap.ja) .runlibfileifexists
+(cidfmap.ko) .runlibfileifexists
+(cidfmap.zh_CN) .runlibfileifexists
+(cidfmap.zh_TW) .runlibfileifexists
+% must be at the bottom of line to allow people overriding everything.
+(cidfmap.local) .runlibfileifexists

+ 11 - 0
g/ghostscript/cidfmap.ja

@@ -0,0 +1,11 @@
+(cidfmap.ja.pre) .runlibfileifexists
+(cidfmap.ja.hiragino) .runlibfileifexists
+(cidfmap.ja.ricohlx) .runlibfileifexists
+(cidfmap.ja.ipafont-mincho) .runlibfileifexists
+(cidfmap.ja.vlgothic) .runlibfileifexists
+(cidfmap.ja.hanaminplus) .runlibfileifexists
+(cidfmap.ja.ipafont-gothic) .runlibfileifexists
+(cidfmap.ja.sazanami-mincho) .runlibfileifexists
+(cidfmap.ja.sazanami-gothic) .runlibfileifexists
+(cidfmap.ja.dynafont) .runlibfileifexists
+(cidfmap.ja.post) .runlibfileifexists

+ 8 - 2
g/ghostscript/ghostscript-vl.spec

@@ -5,8 +5,7 @@ Summary: A PostScript(TM) interpreter and renderer.
 Summary(ja): 日本語 PostScript(TM) インタプリタ/レンダラ/ビュア
 Name: ghostscript
 Version: %{gs_ver}
-
-Release: 2%{?_dist_release}
+Release: 3%{?_dist_release}
 
 License: GPLv2
 URL: http://www.ghostscript.com/
@@ -48,6 +47,8 @@ BuildRequires: libtiff-devel
 BuildRequires: cups-devel >= 1.1.13
 BuildRequires: libtool
 BuildRequires: jasper-devel
+BuildRequires: krb5-devel
+BuildRequires: libpaper-devel
 %{?_with_freetype:BuildRequires: freetype2-devel}
 
 Requires: urw-fonts
@@ -355,6 +356,11 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/libgs.so
 
 %changelog
+* Sun Apr 03 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 8.71-3
+- rebuild with krb5-1.8.2
+- add BR: krb5-devel
+- add BR: libpaper-devel
+
 * Sat Feb 20 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 8.71-2
 - add Patch20 to fix build of the "gs" executables. 
   (import from debian package)