[perl-Net-eBay] 0.55

Tom Callaway spot at fedoraproject.org
Sun Oct 2 10:05:29 UTC 2011


commit 4fcaccc0ad2e250ab99f82d08001691b1def5f96
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Sun Oct 2 12:05:10 2011 +0200

    0.55

 .gitignore         |    1 +
 perl-Net-eBay.spec |   14 +++++---------
 sources            |    2 +-
 3 files changed, 7 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80ce5a8..44761b6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-eBay-0.52.tar.gz
+/Net-eBay-0.55.tar.gz
diff --git a/perl-Net-eBay.spec b/perl-Net-eBay.spec
index 6504b6b..13fe79c 100644
--- a/perl-Net-eBay.spec
+++ b/perl-Net-eBay.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-eBay
-Version:        0.52
-Release:        8%{?dist}
+Version:        0.55
+Release:        1%{?dist}
 
 Summary:        Perl Interface to XML based eBay API
 
@@ -8,7 +8,6 @@ Group:          Development/Libraries
 License:        GPL+ or Artistic
 URL:            http://search.cpan.org/dist/Net-eBay/
 Source0:        http://search.cpan.org/CPAN/authors/id/I/IC/ICHUDOV/Net-eBay-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
@@ -38,7 +37,6 @@ make %{?_smp_mflags}
 
 
 %install
-rm -rf $RPM_BUILD_ROOT
 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 d -depth -exec rmdir {} 2>/dev/null ';'
@@ -48,12 +46,7 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 make test
 
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
-
 %files
-%defattr(-,root,root,-)
 %doc Changes README
 %{_bindir}/ebay-add-item.pl
 %{_bindir}/ebay-get-categories.pl
@@ -67,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun Oct  2 2011 Tom Callaway <spot at fedoraproject.org> - 0.55-1
+- update to 0.55
+
 * Thu Jul 21 2011 Petr Sabata <contyk at redhat.com> - 0.52-8
 - Perl mass rebuild
 
diff --git a/sources b/sources
index 475d88a..6795713 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24b25a98c0c94a6c9987e72dafb79a0c  Net-eBay-0.52.tar.gz
+b6c6ba8f9c1fe68ecd67268b956b3ad1  Net-eBay-0.55.tar.gz


More information about the scm-commits mailing list