remove tetex dependency
This commit is contained in:
parent
8ce9d82e82
commit
b97dfa9f33
1 changed files with 6 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Converts text and other types of files to PostScript
|
||||
Name: a2ps
|
||||
Version: 4.14
|
||||
Release: 35%{?dist}
|
||||
Release: 36%{?dist}
|
||||
License: GPLv3+
|
||||
Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
|
||||
Source1: ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz
|
||||
|
|
@ -45,12 +45,12 @@ BuildRequires: ImageMagick
|
|||
BuildRequires: groff-perl
|
||||
BuildRequires: cups
|
||||
BuildRequires: gettext, bison
|
||||
BuildRequires: psutils, tetex-dvips, texinfo, tetex-latex, html2ps
|
||||
BuildRequires: psutils, texlive-dvips, texinfo, texlive-latex, html2ps
|
||||
# instead of gv, xdg-open should certainly be used
|
||||
#BuildRequires: gv
|
||||
Url: http://www.gnu.org/software/a2ps/
|
||||
Requires: psutils, ImageMagick, texinfo-tex, gzip, bzip2, groff-perl
|
||||
Requires: tetex-dvips, tetex-latex, tetex-fonts, file, html2ps, psutils-perl
|
||||
Requires: texlive-dvips, texlive-latex, texlive-fonts, file, html2ps, psutils-perl
|
||||
# for hebrew support, path set.
|
||||
# culmus-fonts
|
||||
# And certainly other font sets for other languages may be needed
|
||||
|
|
@ -284,6 +284,9 @@ exit 0
|
|||
%{_emacs_sitelispdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Feb 16 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.14-36
|
||||
- remove tetex dependency
|
||||
|
||||
* Thu Feb 08 2018 Zdenek Dohnal <zdohnal@redhat.com> - 4.14-35
|
||||
- remove old stuff https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/MRWOMRZ6KPCV25EFHJ2O67BCCP3L4Y6N/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue