rpms/perl-GSSAPI/EL-4 perl-GSSAPI.spec,1.5,1.6

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Dec 10 20:36:51 UTC 2007


Author: steve

Update of /cvs/pkgs/rpms/perl-GSSAPI/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29931

Modified Files:
	perl-GSSAPI.spec 
Log Message:
Fork -2 for EL-4.
Drop Test::Pod dep until it is available.
Update License tag.
Use fixperms macro instead of our own chmod incantation.
Source in /etc/profile.d/krb5.sh to get our path right.



Index: perl-GSSAPI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-GSSAPI/EL-4/perl-GSSAPI.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- perl-GSSAPI.spec	22 Feb 2007 10:53:04 -0000	1.5
+++ perl-GSSAPI.spec	10 Dec 2007 20:36:10 -0000	1.6
@@ -6,18 +6,18 @@
 
 Name:           perl-GSSAPI
 Version:        0.24
-Release:        1%{?dist}
+Release:        1.1%{?dist}
 Summary:        Perl extension providing access to the GSSAPIv2 library
 
 Group:          Development/Libraries
-License:        GPL or Artistic
+License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/GSSAPI/
 Source0:        http://www.cpan.org/authors/id/A/AG/AGROLMS/GSSAPI-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  krb5-devel
 BuildRequires:  which
-BuildRequires:  perl(Test::Pod) >= 1.00
+#BuildRequires:  perl(Test::Pod) >= 1.00
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -32,6 +32,7 @@
 
 
 %build
+. /etc/profile.d/krb5.sh
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
@@ -42,7 +43,7 @@
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -type f -name '*.bs' -empty -exec rm -f {} ';'
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
@@ -63,6 +64,13 @@
 
 
 %changelog
+* Sat Dec 08 2007 Steven Pritchard <steve at kspei.com> 0.24-1.1
+- Fork -2 for EL-4.
+- Drop Test::Pod dep until it is available.
+- Update License tag.
+- Use fixperms macro instead of our own chmod incantation.
+- Source in /etc/profile.d/krb5.sh to get our path right.
+
 * Thu Feb 22 2007 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.24-1
 - Update to 0.24.
 




More information about the fedora-extras-commits mailing list