[perl-Authen-Krb5-Admin/f18] update to new upstream version

Christian Krause chkr at fedoraproject.org
Sun Feb 24 23:55:43 UTC 2013


commit 7c6ccf6f2660fb135ba5f6b911501fefb87581ff
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Wed Feb 20 00:32:54 2013 +0100

    update to new upstream version
    
    - minor cleanup

 .gitignore                  |    2 ++
 perl-Authen-Krb5-Admin.spec |   25 ++++++++++++++-----------
 sources                     |    2 +-
 3 files changed, 17 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1629669..09e71b7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,3 @@
 Authen-Krb5-Admin-0.11.tar.gz
+/Authen-Krb5-Admin-0.16.tar.gz
+/Authen-Krb5-Admin-0.17.tar.gz
diff --git a/perl-Authen-Krb5-Admin.spec b/perl-Authen-Krb5-Admin.spec
index a8b3457..bf8e803 100644
--- a/perl-Authen-Krb5-Admin.spec
+++ b/perl-Authen-Krb5-Admin.spec
@@ -1,6 +1,6 @@
 Name:           perl-Authen-Krb5-Admin
-Version:        0.11
-Release:        14%{?dist}
+Version:        0.17
+Release:        1%{?dist}
 Summary:        Perl extension for MIT Kerberos 5 admin interface
 Group:          Development/Libraries
 # admin.h - MIT
@@ -8,14 +8,14 @@ Group:          Development/Libraries
 # everything else: BSD (two clause)
 License:        MIT and BSD and (GPL+ or Artistic)
 URL:            http://search.cpan.org/dist/Authen-Krb5-Admin/
-Source0:        http://www.cpan.org/authors/id/K/KO/KORTY/Authen-Krb5-Admin-0.11.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-
+Source0:        http://www.cpan.org/authors/id/S/SJ/SJQUINNEY/Authen-Krb5-Admin-%{version}.tar.gz
 BuildRequires:  openssl-devel
 BuildRequires:  perl(Authen::Krb5)
 BuildRequires:  perl(ExtUtils::MakeMaker)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 Authen::Krb5::Admin is an object-oriented interface to the Kerberos 5 admin
 server. Currently only MIT KDCs are supported, but the author envisions
@@ -37,7 +37,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 make 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' -size 0 -exec rm -f {} \;
@@ -46,13 +45,9 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 
 %check
-# not possible due to required kerberso environment
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+# not possible due to required kerberos environment
 
 %files
-%defattr(-,root,root,-)
 %doc README COPYING ChangeLog
 %{perl_vendorarch}/auto/*
 %{perl_vendorarch}/Authen
@@ -60,6 +55,14 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Feb 24 2013 Christian Krause <chkr at fedoraproject.org> - 0.17-1
+- update to new upstream version
+- minor cleanup
+
+* Tue Feb 19 2013 Christian Krause <chkr at fedoraproject.org> - 0.16-1
+- update to new upstream version
+- minor cleanup
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.11-14
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 985b983..bb5a8a2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0d7301f387cd9fbae2c22bb5f5098490  Authen-Krb5-Admin-0.11.tar.gz
+e08af7434ecf587211844de79154e430  Authen-Krb5-Admin-0.17.tar.gz


More information about the scm-commits mailing list