install required include gserrors.h [release 9.18-2mamba;Sun Nov 29 2015]
This commit is contained in:
parent
680b31ce97
commit
36b73394be
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: ghostscript
|
Name: ghostscript
|
||||||
Version: 9.18
|
Version: 9.18
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
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
|
||||||
@ -101,9 +101,11 @@ X11 support library for Ghostscript.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
#-D -T
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
#:<< _EOF
|
||||||
FONTPATH=
|
FONTPATH=
|
||||||
for path in \
|
for path in \
|
||||||
%{_datadir}/cups/fonts \
|
%{_datadir}/cups/fonts \
|
||||||
@ -153,6 +155,8 @@ cd ijs
|
|||||||
%makeinstall
|
%makeinstall
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
|
install -m0644 base/gserrors.h %{buildroot}%{_includedir}/ghostscript/
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -237,6 +241,9 @@ cd ..
|
|||||||
%{_libdir}/ghostscript/*/X11.so
|
%{_libdir}/ghostscript/*/X11.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 29 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 9.18-2mamba
|
||||||
|
- install required include gserrors.h
|
||||||
|
|
||||||
* Mon Oct 05 2015 Automatic Build System <autodist@mambasoft.it> 9.18-1mamba
|
* Mon Oct 05 2015 Automatic Build System <autodist@mambasoft.it> 9.18-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user