Version 1.6.6.
Add dependency on libxml2 for xmllint.
This commit is contained in:
parent
50469c3ff4
commit
de31d7e2d6
11
GAPDoc.spec
11
GAPDoc.spec
@ -7,8 +7,8 @@
|
||||
%bcond_with bootstrap
|
||||
|
||||
Name: GAPDoc
|
||||
Version: 1.6.5
|
||||
Release: 2%{?dist}
|
||||
Version: 1.6.6
|
||||
Release: 1%{?dist}
|
||||
Summary: GAP documentation tool
|
||||
|
||||
# The package is all GPLv2+ except for some of the mathml files
|
||||
@ -19,6 +19,7 @@ BuildArch: noarch
|
||||
|
||||
BuildRequires: gap-devel
|
||||
BuildRequires: ghostscript
|
||||
BuildRequires: libxml2
|
||||
BuildRequires: tex(amssym.tex)
|
||||
BuildRequires: tex(color.sty)
|
||||
BuildRequires: tex(english.ldf)
|
||||
@ -37,6 +38,8 @@ BuildRequires: tex-symbol
|
||||
BuildRequires: tex-times
|
||||
|
||||
Requires: gap-core
|
||||
# For xmllint
|
||||
Requires: libxml2
|
||||
|
||||
%if %{without bootstrap}
|
||||
BuildRequires: gap-pkg-io-doc
|
||||
@ -166,6 +169,10 @@ rm -f %{buildroot}%{_gap_dir}/pkg/%{name}/{CHANGES,GPL,README.md}
|
||||
%{_gap_dir}/pkg/%{name}/example/
|
||||
|
||||
%changelog
|
||||
* Wed Jul 20 2022 Jerry James <loganjerry@gmail.com> - 1.6.6-1
|
||||
- Version 1.6.6
|
||||
- Add dependency on libxml2 for xmllint
|
||||
|
||||
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.5-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (GAPDoc-1.6.5.tar.bz2) = 48ece398a95faf0b36ed190730ad79578e5da2610c92cc428fde938e2a4abe5d7a88b9df47cd0f05f7518145a49eb85cf87a70828dc931848612e9d7bec734ea
|
||||
SHA512 (GAPDoc-1.6.6.tar.bz2) = a19f28722fbef3080d24ca5d78e0c1cd5aa146d9ce82442356c4da26caa44037d49c8aeeb09cf8469ed33ff3447446bfab863f1a857eb2bfb1b8c27900e53c36
|
||||
|
Loading…
Reference in New Issue
Block a user