diff --git a/perl-Module-Starter.spec b/perl-Module-Starter.spec index ff3044c..48a3505 100644 --- a/perl-Module-Starter.spec +++ b/perl-Module-Starter.spec @@ -1,13 +1,13 @@ Name: perl-Module-Starter Epoch: 1 Version: 1.50 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A simple starter kit for any module Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Module-Starter -Source0: http://search.cpan.org/CPAN/authors/id/R/RJ/RJBS/Module-Starter-%{version}.tar.gz +Source0: http://search.cpan.org/CPAN/authors/id/P/PE/PETDANCE/Module-Starter-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) ## core @@ -47,7 +47,7 @@ rm -rf %{buildroot} make pure_install PERL_INSTALL_ROOT=%{buildroot} find %{buildroot} -type f -name .packlist -exec rm -f {} ';' find %{buildroot} -type d -depth -exec rmdir {} 2>/dev/null ';' -chmod -R u+w %{buildroot}/* +%{_fixperms} %{buildroot}/* %check @@ -67,6 +67,9 @@ rm -rf %{buildroot} %changelog +* Wed Nov 05 2008 Chris Weyl 1.50-2 +- correct source + * Wed Nov 05 2008 Chris Weyl 1.50-1 - update to 1.50 diff --git a/sources b/sources index a417edf..b3f79c4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -aeff07c2cb547ebe19bfdfc5d9c1a0b0 Module-Starter-1.50.tar.gz +a7a351e96e9eaa3cc9f4902146a385df Module-Starter-1.50.tar.gz