rpms/perl-GSSAPI/EL-5 .cvsignore, 1.4, 1.5 perl-GSSAPI.spec, 1.4, 1.5 sources, 1.4, 1.5

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Mon Dec 10 15:00:59 UTC 2007


Author: steve

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

Modified Files:
	.cvsignore perl-GSSAPI.spec sources 
Log Message:
Sync with devel.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-GSSAPI/EL-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	3 Aug 2006 13:22:40 -0000	1.4
+++ .cvsignore	10 Dec 2007 15:00:21 -0000	1.5
@@ -1 +1 @@
-GSSAPI-0.23.tar.gz
+GSSAPI-0.24.tar.gz


Index: perl-GSSAPI.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-GSSAPI/EL-5/perl-GSSAPI.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-GSSAPI.spec	10 Sep 2006 15:32:43 -0000	1.4
+++ perl-GSSAPI.spec	10 Dec 2007 15:00:21 -0000	1.5
@@ -5,17 +5,16 @@
 #
 
 Name:           perl-GSSAPI
-Version:        0.23
+Version:        0.24
 Release:        2%{?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:  perl
 BuildRequires:  krb5-devel
 BuildRequires:  which
 BuildRequires:  perl(Test::Pod) >= 1.00
@@ -29,10 +28,11 @@
 
 %prep
 %setup -q -n GSSAPI-%{version}
-chmod a-x examples/*.pl
+chmod -c a-x examples/*.pl
 
 
 %build
+. /etc/profile.d/krb5-devel.sh
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
 make %{?_smp_mflags}
 
@@ -42,8 +42,8 @@
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 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 -type d -depth -exec rmdir {} 2>/dev/null ';'
-chmod -R u+w $RPM_BUILD_ROOT/*
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
+%{_fixperms} $RPM_BUILD_ROOT/*
 
 
 %check
@@ -64,6 +64,14 @@
 
 
 %changelog
+* Sat Dec 08 2007 Steven Pritchard <steve at kspei.com> 0.24-2
+- Update License tag.
+- Use fixperms macro instead of our own chmod incantation.
+- Source in /etc/profile.d/krb5-devel.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.
+
 * Sun Sep 10 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.23-2
 - Rebuild for FC6.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-GSSAPI/EL-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	3 Aug 2006 13:22:40 -0000	1.4
+++ sources	10 Dec 2007 15:00:21 -0000	1.5
@@ -1 +1 @@
-eeafa996b378752be7c11e7ed79acece  GSSAPI-0.23.tar.gz
+403e856559fb4264bab748206125c3e7  GSSAPI-0.24.tar.gz




More information about the fedora-extras-commits mailing list