From a6629017dd685d89469ca5badc1f3de4fc418197 Mon Sep 17 00:00:00 2001 From: Chris Weyl Date: Mar 11 2007 06:46:34 +0000 Subject: - update to v0.2.0 - misc spec cleanups - add br on perl(ExtUtils::MakeMaker) to satisfy any perl/perl-devel split --- diff --git a/.cvsignore b/.cvsignore index e95f95a..18bc9dc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Contextual-Return-v0.1.0.tar.gz +Contextual-Return-v0.2.0.tar.gz diff --git a/perl-Contextual-Return.spec b/perl-Contextual-Return.spec index 7a8613f..96b597b 100644 --- a/perl-Contextual-Return.spec +++ b/perl-Contextual-Return.spec @@ -1,14 +1,13 @@ -# $Id: perl-Contextual-Return.spec,v 1.3 2006/09/01 03:59:56 cweyl Exp $ - Name: perl-Contextual-Return -Version: v0.1.0 -Release: 2%{?dist} +Version: v0.2.0 +Release: 1%{?dist} Summary: Create context-senstive return values Group: Development/Libraries License: Artistic or GPL URL: http://search.cpan.org/dist/Contextual-Return -Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Contextual-Return-v0.1.0.tar.gz + +Source0: http://search.cpan.org/CPAN/authors/id/D/DC/DCONWAY/Contextual-Return-%{version}.tar.gz Source98: filter-provides.sh %define __perl_provides %{SOURCE98} @@ -16,7 +15,7 @@ Source98: filter-provides.sh BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl +BuildRequires: perl, perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More), perl(Want), perl(version) BuildRequires: perl(Test::Pod), perl(Test::Pod::Coverage) @@ -32,17 +31,18 @@ appropriate given the calling context. %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} %install rm -rf %{buildroot} + make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' -find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* + +%{_fixperms} %{buildroot}/* %check @@ -61,7 +61,12 @@ rm -rf %{buildroot} %changelog -* Thu Aug 31 2006 Chris Weyl v0.1.0-2 +* Sat Mar 10 2007 Chris Weyl v0.2.0-1 +- update to v0.2.0 +- misc spec cleanups +- add br on perl(ExtUtils::MakeMaker) to satisfy any perl/perl-devel split + +* Thu Aug 31 2006 Chris Weyl v0.1.0-2 - bump for mass rebuild * Mon Jul 3 2006 Chris Weyl v0.1.0-1 diff --git a/sources b/sources index 16bb731..9500ee7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2651c1c521ad4b42e0efbeac664fade6 Contextual-Return-v0.1.0.tar.gz +c9ec4001848eaf18fcef504a8bbe088e Contextual-Return-v0.2.0.tar.gz