|
| 1 | +Summary: Programs for processing and formatting text |
| 2 | +Name: groff |
| 3 | +Version: 1.23.0 |
| 4 | +Release: 2%{?dist} |
| 5 | +License: GPLv3+ |
| 6 | +Vendor: Intel Corporation |
| 7 | +Distribution: Edge Microvisor Toolkit |
| 8 | +Group: Applications/Text |
| 9 | +URL: https://www.gnu.org/software/groff/ |
| 10 | +Source0: https://ftp.gnu.org/gnu/groff/%{name}-%{version}.tar.gz |
| 11 | +# No patch has been made available for CVE-2000-0803 |
| 12 | +Patch0: CVE-2000-0803.nopatch |
| 13 | +Requires: perl-DBD-SQLite |
| 14 | +Requires: perl-DBI |
| 15 | +Requires: perl-File-HomeDir |
| 16 | +Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)) |
| 17 | +Provides: perl(oop_fh.pl) = %{version}-%{release} |
| 18 | +Provides: perl(main_subs.pl) = %{version}-%{release} |
| 19 | +Provides: perl(man.pl) = %{version}-%{release} |
| 20 | +Provides: perl(subs.pl) = %{version}-%{release} |
| 21 | +Provides: groff-base = %{version}-%{release} |
| 22 | +AutoReq: no |
| 23 | + |
| 24 | +%description |
| 25 | +The Groff package contains programs for processing |
| 26 | +and formatting text. |
| 27 | + |
| 28 | +%prep |
| 29 | +%setup -q |
| 30 | + |
| 31 | +%build |
| 32 | +PAGE=letter ./configure \ |
| 33 | + --prefix=%{_prefix} \ |
| 34 | + --with-grofferdir=%{_datadir}/%{name}/%{version}/groffer \ |
| 35 | + --without-x |
| 36 | +make |
| 37 | + |
| 38 | +%install |
| 39 | +install -vdm 755 %{_defaultdocdir}/%{name}-1.22/pdf |
| 40 | +make DESTDIR=%{buildroot} install |
| 41 | + |
| 42 | +# some binaries need alias with 'g' or 'z' prefix |
| 43 | +for file in g{nroff,troff,tbl,pic,eqn,neqn,refer,lookbib,indxbib,soelim} zsoelim; do |
| 44 | + ln -s ${file#?} %{buildroot}%{_bindir}/${file} |
| 45 | + ln -s ${file#?}.1.gz %{buildroot}%{_mandir}/man1/${file}.1.gz |
| 46 | +done |
| 47 | + |
| 48 | +rm -rf %{buildroot}%{_infodir} |
| 49 | + |
| 50 | +%post -p /sbin/ldconfig |
| 51 | +%postun -p /sbin/ldconfig |
| 52 | + |
| 53 | +%files |
| 54 | +%defattr(-,root,root) |
| 55 | +%license LICENSES |
| 56 | +%{_bindir}/* |
| 57 | +%{_libdir}/groff/* |
| 58 | +%{_defaultdocdir}/%{name}-%{version}/* |
| 59 | +%{_datarootdir}/%{name}/* |
| 60 | +%{_mandir}/*/* |
| 61 | + |
| 62 | +%changelog |
| 63 | +* Tue Jan 6 2025 Lee Chee Yang <chee.yang.lee@intel.com> - 1.23.0-2 |
| 64 | +- drop Required on perl-DBIx-Simple |
| 65 | +- Initial Edge Microvisor Toolkit import from Azure Linux (license: MIT). |
| 66 | + |
| 67 | +* Mon Oct 16 2023 CBL-Mariner Servicing Account <cblmargh@microsoft.com> - 1.23.0-1 |
| 68 | +- Auto-upgrade to 1.23.0 - Azure Linux 3.0 - package upgrades |
| 69 | + |
| 70 | +* Wed Sep 20 2023 Jon Slobodzian <joslobo@microsoft.com> - 1.22.4-2 |
| 71 | +- Recompile with stack-protection fixed gcc version (CVE-2023-4039) |
| 72 | + |
| 73 | +* Sat Nov 20 2021 Chris Co <chrco@microsoft.com> - 1.22.4-1 |
| 74 | +- Update to 1.22.4 |
| 75 | +- License verified |
| 76 | + |
| 77 | +* Fri Apr 30 2021 Pawel Winogrodzki <pawelwi@microsoft.com> - 1.22.3-7 |
| 78 | +- Adding Fedora's symbolic links to provide the same set of file paths. |
| 79 | + |
| 80 | +* Mon Oct 12 2020 Joe Schmitt <joschmit@microsoft.com> - 1.22.3-6 (from dev branch) |
| 81 | +- Use new perl package names. |
| 82 | +- Provide groff-base. |
| 83 | + |
| 84 | +* Mon Oct 05 2020 Daniel Burgener <daburgen@microsoft.com> - 1.22.3-6 (from 1.0 branch) |
| 85 | +- Ensure build without X11 support |
| 86 | +- Don't automatically add requirements when built in the toolchain |
| 87 | + |
| 88 | +* Mon Sep 28 2020 Daniel McIlvaney <damcilva@microsoft.com> - 1.22.3-5 |
| 89 | +- Nopatch CVE-2000-0803.nopatch |
| 90 | + |
| 91 | +* Sat May 09 2020 Nick Samson <nisamson@microsoft.com> - 1.22.3-4 |
| 92 | +- Added %%license line automatically |
| 93 | + |
| 94 | +* Tue Sep 03 2019 Mateusz Malisz <mamalisz@microsoft.com> - 1.22.3-3 |
| 95 | +- Initial CBL-Mariner import from Photon (license: Apache2). |
| 96 | + |
| 97 | +* Tue May 24 2016 Priyesh Padmavilasom <ppadmavilasom@vmware.com> - 1.22.3-2 |
| 98 | +- GA - Bump release of all rpms |
| 99 | + |
| 100 | +* Tue Feb 23 2016 Xiaolin Li <xiaolinl@vmware.com> - 1.22.3-1 |
| 101 | +- Updated to version 1.22.3 |
| 102 | + |
| 103 | +* Wed Nov 5 2014 Divya Thaluru <dthaluru@vmware.com> - 1.22.2-1 |
| 104 | +- Initial build. First version |
0 commit comments