- Do not source /etc/profile.d/krb5-devel.sh as krb5-devel-1.8.1-6 does not

provide it and places executables into standard PATH.
This commit is contained in:
Marcela Mašláňová 2010-06-04 06:45:00 +00:00
parent 3a64f31b5d
commit a80a16b328

View File

@ -6,7 +6,7 @@
Name: perl-GSSAPI
Version: 0.26
Release: 5%{?dist}
Release: 6%{?dist}
Summary: Perl extension providing access to the GSSAPIv2 library
License: GPL+ or Artistic
Group: Development/Libraries
@ -29,7 +29,6 @@ distribution from MIT.
chmod -c a-x examples/*.pl
%build
. %{_sysconfdir}/profile.d/krb5-devel.sh
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
make %{?_smp_mflags}
@ -59,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*
%changelog
* Thu Jun 3 2010 Petr Pisar <ppisar@redhat.com> - 0.26-6
- Do not source /etc/profile.d/krb5-devel.sh as krb5-devel-1.8.1-6 does not
provide it and places executables into standard PATH.
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 0.26-5
- Mass rebuild with perl-5.12.0