Cleanup spec file conditionals
This commit is contained in:
parent
6497f206fd
commit
77bd0ea2a5
10
texlive.spec
10
texlive.spec
@ -8,14 +8,9 @@
|
||||
%{!?_texdir: %global _texdir %{_datadir}/%{name}}
|
||||
%{!?_texmf_var: %global _texmf_var %{_var}/lib/texmf}
|
||||
|
||||
%if 0%{?fedora} <= 19
|
||||
# don't figure any perl dependencies
|
||||
%global __perl_requires %{nil}
|
||||
%else
|
||||
# don't export private perl modules
|
||||
%global __provides_exclude %{?__provides_exclude:%__provides_exclude|}^perl\\(
|
||||
%global __requires_exclude %{?__requires_exclude:%__requires_exclude|}^perl\\((PDF::Reuse.*|Pedigree.*|TeXLive.*|Tk::path_tre)\\)
|
||||
%endif
|
||||
|
||||
%global __os_install_post /usr/lib/rpm/brp-compress %{nil}
|
||||
%global __arch_install_post %{nil}
|
||||
@ -24,7 +19,7 @@
|
||||
|
||||
Name: texlive
|
||||
Version: %{tl_version}
|
||||
Release: %{tl_release}.7
|
||||
Release: %{tl_release}.8
|
||||
Epoch: 6
|
||||
Summary: TeX formatting system
|
||||
Group: Applications/Publishing
|
||||
@ -222047,6 +222042,9 @@ fi
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Mon Oct 09 2017 Troy Dawson <tdawson@redhat.com> - 6:2016-36.20160520.8
|
||||
- Cleanup spec file conditionals
|
||||
|
||||
* Fri Oct 06 2017 David Tardon <dtardon@redhat.com> - 6:2016-36.20160520.7
|
||||
- rebuild for poppler 0.60.1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user