[perl-ExtUtils-XSpp] Update to 0.15

Marcela Mašláňová mmaslano at fedoraproject.org
Fri Oct 22 14:44:34 UTC 2010


commit e6d93e6e638930808b16e7e6b9757e61d00b8fb8
Author: Marcela Mašláňová <mmaslano at redhat.com>
Date:   Fri Oct 22 16:41:57 2010 +0200

    Update to 0.15
    
    - fix permission on Grammar.pm (generated file)

 .gitignore              |    1 +
 perl-ExtUtils-XSpp.spec |   12 ++++++------
 sources                 |    2 +-
 3 files changed, 8 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 03bb56d..0092a14 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 ExtUtils-XSpp-0.12.tar.gz
+/ExtUtils-XSpp-0.15.tar.gz
diff --git a/perl-ExtUtils-XSpp.spec b/perl-ExtUtils-XSpp.spec
index b39b96b..a99b5a9 100644
--- a/perl-ExtUtils-XSpp.spec
+++ b/perl-ExtUtils-XSpp.spec
@@ -1,12 +1,11 @@
 Name:           perl-ExtUtils-XSpp
-Version:        0.12
-Release:        2%{?dist}
+Version:        0.15
+Release:        1%{?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)
@@ -28,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 {} \;
 
@@ -49,6 +46,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* 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
 
diff --git a/sources b/sources
index 6b1725e..a2b3f1f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-aba46617dc5e279ff5db76413798f707  ExtUtils-XSpp-0.12.tar.gz
+72a9335b700fdcd11afc378a22f439c1  ExtUtils-XSpp-0.15.tar.gz


More information about the scm-commits mailing list