rpms/perl-Algorithm-Diff/devel .cvsignore, 1.2, 1.3 perl-Algorithm-Diff.spec, 1.1, 1.2 sources, 1.2, 1.3

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Sat Aug 5 23:41:46 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-Algorithm-Diff/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12397

Modified Files:
	.cvsignore perl-Algorithm-Diff.spec sources 
Log Message:
Update to 1.1902.
Minor spec cleanup to match current template/cpanspec output.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	6 Sep 2005 17:52:59 -0000	1.2
+++ .cvsignore	5 Aug 2006 23:41:46 -0000	1.3
@@ -1 +1 @@
-Algorithm-Diff-1.1901.zip
+Algorithm-Diff-1.1902.tar.gz


Index: perl-Algorithm-Diff.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/perl-Algorithm-Diff.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- perl-Algorithm-Diff.spec	6 Sep 2005 17:52:59 -0000	1.1
+++ perl-Algorithm-Diff.spec	5 Aug 2006 23:41:46 -0000	1.2
@@ -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 @@
 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 @@
 
 %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 <steve at kspei.com> 1.1902-1
+- Update to 1.1902.
+- Minor spec cleanup to match current template/cpanspec output.
+
 * Mon Sep 05 2005 Steven Pritchard <steve at kspei.com> 1.1901-1
 - Updated to 1.1901.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-Algorithm-Diff/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	6 Sep 2005 17:52:59 -0000	1.2
+++ sources	5 Aug 2006 23:41:46 -0000	1.3
@@ -1 +1 @@
-a4f8625182c00847098b05e18268bfb2  Algorithm-Diff-1.1901.zip
+ff3e17ae485f8adfb8857b183991fbce  Algorithm-Diff-1.1902.tar.gz




More information about the fedora-extras-commits mailing list