From 066ec839117369ef31652283335439957d40ea87 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 1 Mar 2010 16:06:02 +0000 Subject: [PATCH] - On F-12 we have to pass INSTALLDIRS=vendor to 'make' to get Perl package installed in vendordir instead of sitedir. --- hivex.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/hivex.spec b/hivex.spec index 403e245..069b66d 100644 --- a/hivex.spec +++ b/hivex.spec @@ -1,6 +1,6 @@ Name: hivex Version: 1.2.0 -Release: 2%{?dist} +Release: 2%{?dist}.1 Summary: Read and write Windows Registry binary hive files Group: Development/Libraries @@ -102,7 +102,10 @@ perl-%{name} contains Perl bindings for %{name}. %build %configure --disable-static -make %{?_smp_mflags} + +# 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir +# not the site dir. +make INSTALLDIRS=vendor %{?_smp_mflags} %install @@ -177,6 +180,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Mar 1 2010 Richard W.M. Jones - 1.2.0-2.fc12.1 +- On F-12 we have to pass INSTALLDIRS=vendor to 'make' to get Perl + package installed in vendordir instead of sitedir. + * Mon Mar 1 2010 Richard W.M. Jones - 1.2.0-2 - New upstream version 1.2.0. - This includes OCaml and Perl bindings, so add these as subpackages.