update to 9.19 [release 9.19-1mamba;Thu Mar 24 2016]

This commit is contained in:
Silvan Calarco 2024-01-05 22:59:52 +01:00
parent 36b73394be
commit 230c91389b

View File

@ -1,15 +1,17 @@
%define majver %(echo %version | cut -d. -f 1-2)
%define dirver %(echo %version | tr -d .)
Name: ghostscript
Version: 9.18
Release: 2mamba
Version: 9.19
Release: 1mamba
Summary: The GPL release of the Ghostscript interpreter
Group: Applications/Publishing
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.ghostscript.com/awki
Source: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
Source: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%{dirver}/ghostscript-%{version}.tar.gz
#Source: http://downloads.ghostscript.com/public/ghostscript-%{version}.tar.gz
#Source: http://downloads.sourceforge.net/sourceforge/ghostscript/ghostscript-%{version}.tar.bz2
Patch0: ghostscript-9.07-european-locales-comma-separator.patch
License: GPL
@ -208,7 +210,7 @@ install -m0644 base/gserrors.h %{buildroot}%{_includedir}/ghostscript/
%files devel
%defattr(-,root,root)
%{_bindir}/ijs-config
#%{_bindir}/ijs-config
%{_bindir}/ijs_client_example
%{_bindir}/ijs_server_example
%dir %{_includedir}/ghostscript
@ -241,6 +243,9 @@ install -m0644 base/gserrors.h %{buildroot}%{_includedir}/ghostscript/
%{_libdir}/ghostscript/*/X11.so
%changelog
* Thu Mar 24 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 9.19-1mamba
- update to 9.19
* Sun Nov 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 9.18-2mamba
- install required include gserrors.h