rpms/hivex/F-12 hivex.spec,1.2,1.3

Richard W.M. Jones rjones at fedoraproject.org
Mon Mar 1 16:06:02 UTC 2010


Author: rjones

Update of /cvs/pkgs/rpms/hivex/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv30939

Modified Files:
	hivex.spec 
Log Message:
- On F-12 we have to pass INSTALLDIRS=vendor to 'make' to get Perl
  package installed in vendordir instead of sitedir.



Index: hivex.spec
===================================================================
RCS file: /cvs/pkgs/rpms/hivex/F-12/hivex.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- hivex.spec	1 Mar 2010 15:53:50 -0000	1.2
+++ hivex.spec	1 Mar 2010 16:06:02 -0000	1.3
@@ -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 
 
 %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 <rjones at redhat.com> - 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 <rjones at redhat.com> - 1.2.0-2
 - New upstream version 1.2.0.
 - This includes OCaml and Perl bindings, so add these as subpackages.



More information about the scm-commits mailing list