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