diff --git a/.cvsignore b/.cvsignore index 95e99ab..aa2d248 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -Algorithm-Diff-1.1901.zip +Algorithm-Diff-1.1902.tar.gz diff --git a/perl-Algorithm-Diff.spec b/perl-Algorithm-Diff.spec index 17931ea..71561b1 100644 --- a/perl-Algorithm-Diff.spec +++ b/perl-Algorithm-Diff.spec @@ -1,11 +1,11 @@ Name: perl-Algorithm-Diff -Version: 1.1901 +Version: 1.1902 Release: 1%{?dist} Summary: Algorithm::Diff Perl module License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/Algorithm-Diff/ -Source0: http://www.cpan.org/modules/by-module/Algorithm/Algorithm-Diff-1.1901.zip +Source0: http://www.cpan.org/authors/id/T/TY/TYEMQ/Algorithm-Diff-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) @@ -31,15 +31,12 @@ rm -rf $RPM_BUILD_ROOT make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \; +find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; chmod -R u+rwX,go+rX,go-w $RPM_BUILD_ROOT/* rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Algorithm/*.pl -perldoc -t perlgpl > COPYING -perldoc -t perlartistic > Artistic - %check make test @@ -48,11 +45,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc Changes README COPYING Artistic *.pl +%doc Changes README *.pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sat Aug 05 2006 Steven Pritchard 1.1902-1 +- Update to 1.1902. +- Minor spec cleanup to match current template/cpanspec output. + * Mon Sep 05 2005 Steven Pritchard 1.1901-1 - Updated to 1.1901. diff --git a/sources b/sources index 16bff84..a1b471a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4f8625182c00847098b05e18268bfb2 Algorithm-Diff-1.1901.zip +ff3e17ae485f8adfb8857b183991fbce Algorithm-Diff-1.1902.tar.gz