[perl-ExtUtils-XSpp/f13/master] update to 0.15 to resolve deps

Tom Callaway spot at fedoraproject.org
Wed Mar 9 20:54:12 UTC 2011


commit 71676df6a79d6a2a6f47f0ddcd004cad15e791c6
Author: Tom "spot" Callaway <tcallawa at redhat.com>
Date:   Wed Mar 9 15:55:30 2011 -0500

    update to 0.15 to resolve deps

 perl-ExtUtils-XSpp.spec |   30 ++++++++++++++++++++++++------
 sources                 |    2 +-
 2 files changed, 25 insertions(+), 7 deletions(-)
---
diff --git a/perl-ExtUtils-XSpp.spec b/perl-ExtUtils-XSpp.spec
index 8314b8f..e82a370 100644
--- a/perl-ExtUtils-XSpp.spec
+++ b/perl-ExtUtils-XSpp.spec
@@ -1,17 +1,19 @@
 Name:           perl-ExtUtils-XSpp
-Version:        0.04
-Release:        3%{?dist}
+Version:        0.15
+Release:        2%{?dist}
 Summary:        C++ variant of Perl's XS language
 License:        GPL+ or Artistic
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/ExtUtils-XSpp/
-Source0:        http://www.cpan.org/authors/id/S/SM/SMUELLER/ExtUtils-XSpp-%{version}.tar.gz
-BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
+Source0:        http://search.cpan.org/CPAN/authors/id/M/MB/MBARBON/ExtUtils-XSpp-%{version}.tar.gz 
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::Base)
 BuildRequires:  perl(Test::Differences)
+BuildRequires:  perl(ExtUtils::ParseXS) >= 0.2202
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+%filter_from_requires /ExtUtils::XSpp::Lexer/d
+%filter_setup
 
 %description
 ExtUtils::XSpp handles the XS++ language, used to create an extension interface
@@ -25,8 +27,6 @@ between Perl and C++ code/library.
 ./Build
 
 %install
-rm -rf $RPM_BUILD_ROOT
-
 ./Build install destdir=$RPM_BUILD_ROOT create_packlist=0
 find $RPM_BUILD_ROOT -depth -type d -empty -exec rmdir {} \;
 
@@ -46,6 +46,24 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.15-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Fri Oct 22 2010 Marcela Mašláňová <mmaslano at redhat.com> - 0.15-1
+- update, fix permission on Grammar.pm (generated file)
+
+* Thu Jul 15 2010 Petr Pisar <ppisar at redhat.com> - 0.12-2
+- Remove private perl(ExtUtils::XSpp::Lexer) Requires
+
+* Wed Jul 14 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 0.12-1
+- update to 0.12
+
+* Sat May 01 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.04-5
+- Mass rebuild with perl-5.12.0
+
+* Fri Apr 30 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.04-4
+- Mass rebuild with perl-5.12.0
+
 * Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.04-3
 - rebuild against perl 5.10.1
 
diff --git a/sources b/sources
index c1fd202..a2b3f1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfb4f2a2cf079fe675fdf9ea5ee61e64  ExtUtils-XSpp-0.04.tar.gz
+72a9335b700fdcd11afc378a22f439c1  ExtUtils-XSpp-0.15.tar.gz



More information about the perl-devel mailing list