[perl-Net-OAuth] Update to 0.28, various cleanups

Emmanuel Seyman eseyman at fedoraproject.org
Sat Oct 6 21:30:37 UTC 2012


commit 28dfa90c4b2f59237d0ce404521de5c72d64db84
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Sat Oct 6 23:30:31 2012 +0200

    Update to 0.28, various cleanups

 .gitignore          |    1 +
 perl-Net-OAuth.spec |   19 +++++++++----------
 sources             |    2 +-
 3 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5f40645..9c8ea8b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 Net-OAuth-0.19.tar.gz
 Net-OAuth-0.27.tar.gz
+/Net-OAuth-0.28.tar.gz
diff --git a/perl-Net-OAuth.spec b/perl-Net-OAuth.spec
index 8cf3497..08b4aef 100644
--- a/perl-Net-OAuth.spec
+++ b/perl-Net-OAuth.spec
@@ -1,12 +1,11 @@
 Name:           perl-Net-OAuth
-Version:        0.27
-Release:        7%{?dist}
+Version:        0.28
+Release:        1%{?dist}
 Summary:        OAuth protocol support library for Perl
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/Net-OAuth/
 Source0:        http://www.cpan.org/authors/id/K/KG/KGRENNAN/Net-OAuth-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Class::Accessor) >= 0.31
 BuildRequires:  perl(Class::Data::Inheritable) >= 0.06
@@ -20,6 +19,8 @@ Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi
 Requires:       perl(Class::Accessor) >= 0.31
 Requires:       perl(Class::Data::Inheritable) >= 0.06
 
+%{?perl_default_filter}
+
 %description
 Perl implementation of OAuth, an open protocol to allow secure API
 authentication in a simple and standard method from desktop and web
@@ -37,8 +38,6 @@ protected resources from a Service Provider on behalf of a user.
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 
@@ -49,18 +48,18 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 ./Build test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{perl_vendorlib}/*
 %{_mandir}/man3/*
 
 
 %changelog
+* Sat Oct 06 2012 Emmanuel Seyman <emmanuel at seyman.fr> - 0.28-1
+- Update to 0.28
+- Clean up spec file
+- Add default perl filter
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.27-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 28ed475..82057fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6b7a854c8c848ba08e5e0703bdfd8c95  Net-OAuth-0.27.tar.gz
+336d7fb22e945f014e1bce0f49fcfad9  Net-OAuth-0.28.tar.gz


More information about the scm-commits mailing list