diff --git a/.cvsignore b/.cvsignore index 141778b..cfbe3dc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Kwiki-0.38.tar.gz +Kwiki-0.39.tar.gz diff --git a/perl-Kwiki.spec b/perl-Kwiki.spec index 739aa2b..cc09b74 100644 --- a/perl-Kwiki.spec +++ b/perl-Kwiki.spec @@ -1,6 +1,6 @@ Name: perl-Kwiki -Version: 0.38 -Release: 4%{?dist} +Version: 0.39 +Release: 1%{?dist} Summary: Kwiki Wiki Building Framework License: GPL or Artistic Group: Development/Libraries @@ -8,6 +8,7 @@ URL: http://search.cpan.org/dist/Kwiki/ Source0: http://www.cpan.org/authors/id/I/IN/INGY/Kwiki-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch +BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Spoon) >= 0.22 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -51,7 +52,7 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; -chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT/* %check make test @@ -68,6 +69,11 @@ rm -rf $RPM_BUILD_ROOT %{__perl_requires} %{_mandir}/man3/* %changelog +* Tue Mar 13 2007 Steven Pritchard 0.39-1 +- Update to 0.39. +- Use fixperms macro instead of our own chmod incantation. +- BR ExtUtils::MakeMaker. + * Mon Sep 04 2006 Steven Pritchard 0.38-4 - Cleanup to more closely resemble current cpanspec output. - kwiki is a program, not documentation. diff --git a/sources b/sources index d020667..a3cbdbf 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -85508ce6bdadba28a0512d27c9e83841 Kwiki-0.38.tar.gz +030fe60806da0488957f3db89f1d5555 Kwiki-0.39.tar.gz