automatic version update by autodist [release 9.23-1mamba;Fri Apr 20 2018]

This commit is contained in:
Automatic Build System 2024-01-05 22:59:52 +01:00
parent a8e5be2183
commit 504e549d55

View File

@ -2,7 +2,7 @@
%define dirver %(echo %version | tr -d .)
Name: ghostscript
Version: 9.22
Version: 9.23
Release: 1mamba
Summary: The GPL release of the Ghostscript interpreter
Group: Applications/Publishing
@ -201,6 +201,10 @@ cd ..
install -m0644 base/*.h %{buildroot}%{_includedir}/ghostscript/
# 9.23: remove symlink poiting to buildroot
rm -f %{buildroot}%{_docdir}/ghostscript/%{version}/%{version}
rm -f %{buildroot}%{_datadir}/ghostscript/%{version}/doc
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -248,6 +252,9 @@ install -m0644 base/*.h %{buildroot}%{_includedir}/ghostscript/
%{_datadir}/ghostscript
%{_mandir}/man1/*
%{_mandir}/de/*
%dir %{_docdir}/ghostscript
%dir %{_docdir}/ghostscript/%{version}
%{_docdir}/ghostscript/%{version}/*
#%doc LICENSE
%files -n libgs
@ -290,6 +297,9 @@ install -m0644 base/*.h %{buildroot}%{_includedir}/ghostscript/
%{_libdir}/ghostscript/*/X11.so
%changelog
* Fri Apr 20 2018 Automatic Build System <autodist@mambasoft.it> 9.23-1mamba
- automatic version update by autodist
* Thu Oct 12 2017 Automatic Build System <autodist@mambasoft.it> 9.22-1mamba
- automatic version update by autodist