Fix texlive BR dependency to better cover testsuite needs
This commit is contained in:
parent
46d225df70
commit
59c11cdaa3
@ -25,6 +25,11 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: libtool gettext-devel flex bison texinfo-tex texlive-dvips
|
||||
BuildRequires: gcc-java java-devel-openjdk gcc-gfortran /usr/bin/g77
|
||||
BuildRequires: dejagnu expect emacs imake python-docutils vala
|
||||
# seems like texlive-dvips should be dependant on texlive-latex-fonts
|
||||
# (https://bugzilla.redhat.com/show_bug.cgi?id=868011#c10)
|
||||
%if 0%{?fedora} == 19
|
||||
BuildRequires: texlive-latex-fonts
|
||||
%endif
|
||||
|
||||
# the filtering macros are currently in /etc/rpm/macros.perl:
|
||||
BuildRequires: perl-macros
|
||||
@ -90,6 +95,8 @@ fi
|
||||
- make check is run now parallel (based on 't/README' it helps also on
|
||||
single-thread machines)
|
||||
- drop old sleep-patch and better disable vala tests (requires autoreconf)
|
||||
- add temporary BR dependency on texlive-latex-fonts for rawhide (f19 only)
|
||||
(should be implicitly pulled by texlive-dvips probably)
|
||||
|
||||
* Wed Oct 25 2012 Pavel Raiskup <praiskup@redhat.com> - 1.12.2-6
|
||||
- fedora-review -> s/define/global/, s/RPM_BUILD_ROOT/buildroot/,
|
||||
|
Loading…
Reference in New Issue
Block a user