diff --git a/perl-Authen-Krb5.spec b/perl-Authen-Krb5.spec index d73a11b..6821e5d 100644 --- a/perl-Authen-Krb5.spec +++ b/perl-Authen-Krb5.spec @@ -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 @@ sed -i 's|/usr/local/bin/perl|/usr/bin/perl|' \ # 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 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Tue Jan 29 2008 Simon Wilkinson 1.7-3 +- Fix library path, so that libk5crypto is used, and not libcrypto + * Mon Jan 28 2008 Simon Wilkinson 1.7-2 - Use sed, rather than a patch to fix references to perl binary review comment)