update to 9.19 [release 9.19-1mamba;Thu Mar 24 2016]
This commit is contained in:
parent
36b73394be
commit
230c91389b
@ -1,15 +1,17 @@
|
|||||||
%define majver %(echo %version | cut -d. -f 1-2)
|
%define majver %(echo %version | cut -d. -f 1-2)
|
||||||
|
%define dirver %(echo %version | tr -d .)
|
||||||
|
|
||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: 9.18
|
Version: 9.19
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: The GPL release of the Ghostscript interpreter
|
Summary: The GPL release of the Ghostscript interpreter
|
||||||
Group: Applications/Publishing
|
Group: Applications/Publishing
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.ghostscript.com/awki
|
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
|
#Source: http://downloads.sourceforge.net/sourceforge/ghostscript/ghostscript-%{version}.tar.bz2
|
||||||
Patch0: ghostscript-9.07-european-locales-comma-separator.patch
|
Patch0: ghostscript-9.07-european-locales-comma-separator.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -208,7 +210,7 @@ install -m0644 base/gserrors.h %{buildroot}%{_includedir}/ghostscript/
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/ijs-config
|
#%{_bindir}/ijs-config
|
||||||
%{_bindir}/ijs_client_example
|
%{_bindir}/ijs_client_example
|
||||||
%{_bindir}/ijs_server_example
|
%{_bindir}/ijs_server_example
|
||||||
%dir %{_includedir}/ghostscript
|
%dir %{_includedir}/ghostscript
|
||||||
@ -241,6 +243,9 @@ install -m0644 base/gserrors.h %{buildroot}%{_includedir}/ghostscript/
|
|||||||
%{_libdir}/ghostscript/*/X11.so
|
%{_libdir}/ghostscript/*/X11.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Nov 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 9.18-2mamba
|
||||||
- install required include gserrors.h
|
- install required include gserrors.h
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user