Add BR on perl(Storable), fix perl requires (bug #1251766)
This commit is contained in:
parent
88ceb2c0fe
commit
b31a08897a
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/lib/rpm/find-provides "$@" | grep -v 'perl('
|
||||
exit 0
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
/usr/lib/rpm/find-provides "$@" | grep 'perl(\(Text::Unidecode\|Unicode::EastAsianWidth\|Data::Dumper\|Locale::Messages\))'
|
||||
exit 0
|
17
texinfo.spec
17
texinfo.spec
@ -1,21 +1,15 @@
|
||||
%global _use_internal_dependency_generator 0
|
||||
|
||||
%global tex_texinfo %{_datadir}/texmf/tex/texinfo
|
||||
|
||||
Summary: Tools needed to create Texinfo format documentation files
|
||||
Name: texinfo
|
||||
Version: 6.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv3+
|
||||
Group: Applications/Publishing
|
||||
Url: http://www.gnu.org/software/texinfo/
|
||||
Source0: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz
|
||||
Source1: ftp://ftp.gnu.org/gnu/texinfo/texinfo-%{version}.tar.xz.sig
|
||||
Source2: info-dir
|
||||
# Source3: script for filtering out false perl requires
|
||||
Source3: filter-requires-texinfo.sh
|
||||
# Source4: script for filtering out false perl provides
|
||||
Source4: filter-provides-texinfo.sh
|
||||
# Source5: macro definitions
|
||||
Source5: macros.info
|
||||
Patch0: texinfo-4.12-zlib.patch
|
||||
@ -26,9 +20,11 @@ Requires: perl >= 5.7.3, perl(Text::Unidecode)
|
||||
Requires: perl(Unicode::EastAsianWidth), perl(Data::Dumper), perl(Locale::Messages)
|
||||
BuildRequires: zlib-devel, ncurses-devel, help2man, perl(Data::Dumper)
|
||||
BuildRequires: perl(Locale::Messages), perl(Unicode::EastAsianWidth), perl(Text::Unidecode)
|
||||
BuildRequires: perl(Storable)
|
||||
|
||||
%global __find_requires %{SOURCE3}
|
||||
%global __find_provides %{SOURCE4}
|
||||
# Texinfo perl packages are not installed in default perl library dirs
|
||||
%global __provides_exclude ^perl\\(.*Texinfo.*\\)$
|
||||
%global __requires_exclude ^perl\\(.*Texinfo.*\\)$
|
||||
|
||||
%description
|
||||
Texinfo is a documentation system that can produce both online
|
||||
@ -170,6 +166,9 @@ fi
|
||||
%{_mandir}/man1/pdftexi2dvi.1*
|
||||
|
||||
%changelog
|
||||
* Sun Aug 9 2015 Orion Poplawski <orion@cora.nwra.com> - 6.0-2
|
||||
- Add BR on perl(Storable), fix perl requires (bug #1251766)
|
||||
|
||||
* Tue Jul 14 2015 Vitezslav Crhonek <vcrhonek@redhat.com> - 6.0-1
|
||||
- Update to texinfo-6.0
|
||||
Resolves: #1236254
|
||||
|
Loading…
Reference in New Issue
Block a user