diff --git a/ghostscript.spec b/ghostscript.spec index bf67d34..63979cd 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -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 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 9.19-1mamba +- update to 9.19 + * Sun Nov 29 2015 Silvan Calarco 9.18-2mamba - install required include gserrors.h