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