rpms/openbabel/devel openbabel.spec,1.34,1.35

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Thu May 29 20:57:51 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/openbabel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10609/devel

Modified Files:
	openbabel.spec 
Log Message:
Another build fix.


Index: openbabel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/openbabel/devel/openbabel.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- openbabel.spec	29 May 2008 20:38:02 -0000	1.34
+++ openbabel.spec	29 May 2008 20:57:06 -0000	1.35
@@ -108,6 +108,9 @@
 %{__make} %{?_smp_mflags}
 
 pushd scripts/perl
+# disable the check for the installed library, the library isn't installed yet
+# at this point and isn't expected to
+sed -i -e 's/check_lib_or_exit/#check_lib_or_exit/g' Makefile.PL
 perl Makefile.PL INSTALLDIRS="vendor"
 %{__make} %{?_smp_mflags} OPTIMIZE="$RPM_OPT_FLAGS"
 popd




More information about the fedora-extras-commits mailing list