|
|
@ -1,8 +1,14 @@
|
|
|
|
Summary: A plain ASCII to PostScript converter
|
|
|
|
Summary: A plain ASCII to PostScript converter
|
|
|
|
Name: enscript
|
|
|
|
Name: enscript
|
|
|
|
Version: 1.6.6
|
|
|
|
Version: 1.6.6
|
|
|
|
Release: 28%{?dist}
|
|
|
|
Release: 35%{?dist}
|
|
|
|
License: GPLv3+ and LGPLv2+ and GPLv2+
|
|
|
|
# compat/regex.h,strerror.c,xalloc.{c,h} - GPL-2.0-or-later
|
|
|
|
|
|
|
|
# states/gram.{c,h}, intl/plural.c - GPL-3.0-or-later WITH Bison-exception-2.2
|
|
|
|
|
|
|
|
# intl/hash-string.c - LGPL-2.1-or-later
|
|
|
|
|
|
|
|
# compat/*, intl/* - LGPL-2.0-or-later
|
|
|
|
|
|
|
|
# afmlib/*, compat/gettext.h, docs/texinfo.tex, src/*, states/*, w32/* - GPL-3.0-or-later
|
|
|
|
|
|
|
|
# (unshipped) - ylwrap - GPL-2.0-or-later
|
|
|
|
|
|
|
|
License: LGPL-2.0-or-later AND GPL-3.0-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later WITH Bison-exception-2.2 AND LGPL-2.1-or-later
|
|
|
|
URL: http://www.gnu.org/software/enscript
|
|
|
|
URL: http://www.gnu.org/software/enscript
|
|
|
|
# Tarball exists nowhere. You have to obtain it via:
|
|
|
|
# Tarball exists nowhere. You have to obtain it via:
|
|
|
|
# $ git clone git://git.savannah.gnu.org/enscript.git
|
|
|
|
# $ git clone git://git.savannah.gnu.org/enscript.git
|
|
|
@ -58,17 +64,17 @@ includes many options for customizing printouts
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
%setup -q
|
|
|
|
%patch3 -p1 -b .locale
|
|
|
|
%patch -P 3 -p1 -b .locale
|
|
|
|
%patch8 -p1 -b .wrap_header
|
|
|
|
%patch -P 8 -p1 -b .wrap_header
|
|
|
|
%patch10 -p1 -b .rh457720
|
|
|
|
%patch -P 10 -p1 -b .rh457720
|
|
|
|
%patch12 -p1 -b .rh477382
|
|
|
|
%patch -P 12 -p1 -b .rh477382
|
|
|
|
%patch13 -p1 -b .build
|
|
|
|
%patch -P 13 -p1 -b .build
|
|
|
|
%patch14 -p1 -b .manfixes
|
|
|
|
%patch -P 14 -p1 -b .manfixes
|
|
|
|
%patch15 -p1 -b .bufpos-crash
|
|
|
|
%patch -P 15 -p1 -b .bufpos-crash
|
|
|
|
# 1664367 - [RFE] Add support for 885915 encoding in enscript
|
|
|
|
# 1664367 - [RFE] Add support for 885915 encoding in enscript
|
|
|
|
%patch16 -p1 -b .newencodings
|
|
|
|
%patch -P 16 -p1 -b .newencodings
|
|
|
|
# CVE in gnulib
|
|
|
|
# CVE in gnulib
|
|
|
|
%patch17 -p1 -b .vasnprintf
|
|
|
|
%patch -P 17 -p1 -b .vasnprintf
|
|
|
|
|
|
|
|
|
|
|
|
%{__tar} -C states/hl -zxf %{SOURCE1} ruby.st
|
|
|
|
%{__tar} -C states/hl -zxf %{SOURCE1} ruby.st
|
|
|
|
install -pm 644 %{SOURCE2} states/hl/php.st
|
|
|
|
install -pm 644 %{SOURCE2} states/hl/php.st
|
|
|
@ -114,12 +120,36 @@ done
|
|
|
|
%config(noreplace) %{_sysconfdir}/enscript.cfg
|
|
|
|
%config(noreplace) %{_sysconfdir}/enscript.cfg
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.6-28
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.6.6-35
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1.6.6-27
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.6.6-35
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-34
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-33
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Oct 27 2023 Zdenek Dohnal <zdohnal@redhat.com> - 1.6.6-32
|
|
|
|
|
|
|
|
- SPDX license scan and migration
|
|
|
|
|
|
|
|
- %%patch macro migration
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-31
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-30
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-29
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-28
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-27
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-26
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.6-26
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|