rpms/perl-Authen-Krb5/EL-5 perl-Authen-Krb5.spec,1.1,1.2

Simon Wilkinson (sxw) fedora-extras-commits at redhat.com
Tue Jan 29 19:53:12 UTC 2008


Author: sxw

Update of /cvs/pkgs/rpms/perl-Authen-Krb5/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4659/EL-5

Modified Files:
	perl-Authen-Krb5.spec 
Log Message:
Fix library path for lib64 so we use the Kerberos crypto library


Index: perl-Authen-Krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Authen-Krb5/EL-5/perl-Authen-Krb5.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Authen-Krb5.spec	29 Jan 2008 18:52:02 -0000	1.1
+++ perl-Authen-Krb5.spec	29 Jan 2008 19:52:32 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           perl-Authen-Krb5
 Version:        1.7
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Krb5 Perl module
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -34,8 +34,8 @@
 # Rewrite the Makefile with our local paths
 mv Makefile.PL Makefile.PL.old
 cat Makefile.PL.old | \
-  sed -e's|/usr/local/krb5/lib|%{_libdir}|' \
-      -e's|/usr/localkrb5/include|%{_includedir}|' \
+  sed -e's|/usr/lib|%{_libdir}|' \
+      -e's|/usr/include|%{_includedir}|' \
   > Makefile.PL
 
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
@@ -67,6 +67,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Tue Jan 29 2008 Simon Wilkinson <simon at sxw.org.uk> 1.7-3
+- Fix library path, so that libk5crypto is used, and not libcrypto
+
 * Mon Jan 28 2008 Simon Wilkinson <simon at sxw.org.uk> 1.7-2
 - Use sed, rather than a patch to fix references to perl binary 
   review comment)




More information about the fedora-extras-commits mailing list