Browse Source

ghostscript-9.53.0-1

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12488 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop 3 years ago
parent
commit
b57020b5d3
1 changed files with 18 additions and 10 deletions
  1. 18 10
      g/ghostscript/ghostscript-vl.spec

+ 18 - 10
g/ghostscript/ghostscript-vl.spec

@@ -13,9 +13,9 @@
 Summary:        A PostScript(TM) interpreter and renderer.
 Summary(ja):    日本語 PostScript(TM) インタプリタ/レンダラ/ビュア
 Name:           ghostscript
-Version:        9.52
+Version:        9.53.0
 Release:        1%{?_dist_release}
-Group:          Applications/Publishing
+Group:          publishing
 Vendor:         Project Vine
 Distribution:   Vine Linux
 Packager:       daisuke
@@ -24,7 +24,7 @@ Packager:       daisuke
 # see http://bugzilla.redhat.com/487510
 License:        AGPLv3+ and Redistributable, no modification permitted
 URL:            https://www.ghostscript.com/
-%define         shortver %(echo %{version} | sed -e "s/\\.//")
+%define         shortver %(echo %{version} | sed -e "s/\\.//g")
 Source0:        https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%{shortver}/ghostscript-%{version}.tar.xz
 
 # ghostscript contains code we cannot ship due to licensing concerns.
@@ -42,7 +42,6 @@ Source5:        cidfmap.ja
 Source10:       Changelog.gs7.vine
 
 # patches from upstream
-Patch000:       ghostscript-9.50-enumerate-all-fonts.patch
 
 # patches from fedora
 Patch100:       ghostscript-9.23-100-run-dvipdf-securely.patch
@@ -116,8 +115,8 @@ PostScript ファイルを印刷するのであれば、ghostscript をインス
 %package devel
 Summary: Files for developing applications that use ghostscript.
 Summary(ja): ghostscript を使うアプリケーションを開発するためのファイル
+Group: programming
 Requires: %{name} = %{version}-%{release}
-Group: Development/Libraries
 Obsoletes: hpijs <= 1.7.1-2vl5
 
 %description devel
@@ -126,32 +125,35 @@ The header files for developing applications that use ghostscript.
 %description devel -l ja
 ghostscript を使うアプリケーションを開発するためのヘッダファイル
 
+
 %package doc
 Summary: Documentation for ghostscript.
 Summary(ja): ghostscript のドキュメント
+Group: documentation
 Requires: %{name} = %{version}-%{release}
-Group: Documentation
 
 %description doc
 The documentation files that come with ghostscript.
 
+
 %package gtk
 Summary: A GTK-enabled PostScript(TM) interpreter and renderer.
 Summary(ja): GTK+ 版の PostScript(TM) インタプリタ/レンダラ
+Group: publishing
 Requires: %{name} = %{version}-%{release}
-Group: Applications/Publishing
 
 %description gtk
 A GTK-enabled version of Ghostscript, called 'gsx'.
 
+
+%debug_package
+
+
 %prep
 %setup -q -n %{name}-%{version}
 rm -rf cups/libs expat freetype jasper jpeg jpegxr lcms2* libpng openjpeg tiff windows zlib
 
-%patch000 -p1
-
 %patch100 -p1
-
 %patch1000 -p1
 
 
@@ -215,6 +217,7 @@ make %{?_smp_mflags} so \
 
 make cups
 
+
 %install
 rm -rf %{buildroot}
 mkdir -p %{buildroot}
@@ -377,7 +380,12 @@ fi
 %{_libdir}/libijs.so
 %{_libdir}/libgs.so
 
+
 %changelog
+* Fri Sep 11 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.53.0-1
+- new upstream release.
+- dropped Patch000: fixed in upstream.
+
 * Mon May 04 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 9.52-1
 - new upstream release.
 - dropped security patches: fixed in upstream.