From 1a5350bb408ab31016ce0419238e8e898a18bfd0 Mon Sep 17 00:00:00 2001 From: Iain Arnell Date: Jul 25 2010 09:42:15 +0000 Subject: - update to latest upstream - update spec for modern rpmbuild --- diff --git a/.cvsignore b/.cvsignore index 9502e85..892298c 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -MooseX-LazyRequire-0.05.tar.gz +MooseX-LazyRequire-0.06.tar.gz diff --git a/perl-MooseX-LazyRequire.spec b/perl-MooseX-LazyRequire.spec index 786b95c..65bb10c 100644 --- a/perl-MooseX-LazyRequire.spec +++ b/perl-MooseX-LazyRequire.spec @@ -1,12 +1,11 @@ Name: perl-MooseX-LazyRequire -Version: 0.05 +Version: 0.06 Release: 1%{?dist} Summary: Required attributes which fail only when trying to use them License: GPL+ or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/MooseX-LazyRequire/ Source0: http://www.cpan.org/authors/id/F/FL/FLORA/MooseX-LazyRequire-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl(aliased) >= 0.30 BuildRequires: perl(ExtUtils::MakeMaker) @@ -32,8 +31,6 @@ This module adds a lazy_required option to Moose attribute declarations. make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT - make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; @@ -44,9 +41,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %check make test -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc Changes dist.ini LICENSE META.json README @@ -54,5 +48,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Sun Jul 25 2010 Iain Arnell 0.06-1 +- update to latest upstream +- update spec for modern rpmbuild + * Mon Jun 07 2010 Iain Arnell 0.05-1 - Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index 9e7d7fb..72db44a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee7b38fa7835493412ac31e7d3b97152 MooseX-LazyRequire-0.05.tar.gz +cd01a34702b8d1d11987ad9d8750216a MooseX-LazyRequire-0.06.tar.gz