Correcting the perl build time dependency list
Switching to virtual perl()-style symbols Dropping unused dependencies and adding some new to fix the FTBFS
This commit is contained in:
parent
4aa935f4a8
commit
8077a7cf2b
32
hivex.spec
32
hivex.spec
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
Name: hivex
|
Name: hivex
|
||||||
Version: 1.3.11
|
Version: 1.3.11
|
||||||
Release: 12%{?dist}
|
Release: 13%{?dist}
|
||||||
Summary: Read and write Windows Registry binary hive files
|
Summary: Read and write Windows Registry binary hive files
|
||||||
|
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
@ -26,12 +26,25 @@ Patch3: 0001-lib-Increase-HIVEX_MAX_SUBKEYS-to-25000.patch
|
|||||||
Patch4: 0001-lib-Don-t-leak-errno-from-_hivex_recode-function.patch
|
Patch4: 0001-lib-Don-t-leak-errno-from-_hivex_recode-function.patch
|
||||||
|
|
||||||
BuildRequires: perl
|
BuildRequires: perl
|
||||||
BuildRequires: perl-Test-Simple
|
# Provides %{_bindir}/pod2html
|
||||||
BuildRequires: perl-Test-Pod
|
BuildRequires: perl-Pod-Html
|
||||||
BuildRequires: perl-Test-Pod-Coverage
|
# Provides %{_bindir}/pod2man
|
||||||
BuildRequires: perl-ExtUtils-MakeMaker
|
BuildRequires: perl-podlators
|
||||||
BuildRequires: perl-IO-stringy
|
BuildRequires: perl(bytes)
|
||||||
BuildRequires: perl-libintl
|
BuildRequires: perl(Carp)
|
||||||
|
BuildRequires: perl(Encode)
|
||||||
|
BuildRequires: perl(ExtUtils::MakeMaker)
|
||||||
|
BuildRequires: perl(Exporter)
|
||||||
|
BuildRequires: perl(IO::Scalar)
|
||||||
|
BuildRequires: perl(IO::Stringy)
|
||||||
|
BuildRequires: perl(strict)
|
||||||
|
BuildRequires: perl(Test::More)
|
||||||
|
BuildRequires: perl(utf8)
|
||||||
|
BuildRequires: perl(vars)
|
||||||
|
BuildRequires: perl(warnings)
|
||||||
|
BuildRequires: perl(XSLoader)
|
||||||
|
BuildRequires: perl(Test::Pod) >= 1.00
|
||||||
|
BuildRequires: perl(Test::Pod::Coverage) >= 1.00
|
||||||
%if %{with ocaml}
|
%if %{with ocaml}
|
||||||
BuildRequires: ocaml
|
BuildRequires: ocaml
|
||||||
BuildRequires: ocaml-findlib-devel
|
BuildRequires: ocaml-findlib-devel
|
||||||
@ -274,6 +287,11 @@ rm $RPM_BUILD_ROOT%{python_sitearch}/libhivexmod.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 27 2015 Petr Šabata <contyk@redhat.com> - 1.3.11-13
|
||||||
|
- Correcting the perl build time dependency list
|
||||||
|
Switching to virtual perl()-style symbols
|
||||||
|
Dropping unused dependencies and adding some new to fix the FTBFS
|
||||||
|
|
||||||
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-12
|
* Tue Jul 28 2015 Richard W.M. Jones <rjones@redhat.com> - 1.3.11-12
|
||||||
- OCaml 4.02.3 rebuild.
|
- OCaml 4.02.3 rebuild.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user