diff --git a/Algorithm-Diff-1.1902.tar.bz2 b/Algorithm-Diff-1.1902.tar.bz2 new file mode 100644 index 0000000..f4efedd --- /dev/null +++ b/Algorithm-Diff-1.1902.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6db6bb880ff6aecab78ac90502d532ac01032a276c3e1c93bd66bb65ef63c67 +size 28245 diff --git a/Algorithm-Diff-1.1902.tar.gz b/Algorithm-Diff-1.1902.tar.gz deleted file mode 100644 index e964610..0000000 --- a/Algorithm-Diff-1.1902.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8b40dbf406770c6bcbd1a26a3f2343fa1563675085b63932d06f37e60098375 -size 33529 diff --git a/perl-Algorithm-Diff.changes b/perl-Algorithm-Diff.changes index 71f63b7..dfada54 100644 --- a/perl-Algorithm-Diff.changes +++ b/perl-Algorithm-Diff.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Dec 13 12:28:15 UTC 2009 - chris@computersalat.de + +- cleanupo spec + * updated URL + * bzipped Source + * updated desc +- fixed build-/deps + * added Data::Dumper + ------------------------------------------------------------------- Sat Jul 25 19:28:48 CEST 2009 - chris@computersalat.de diff --git a/perl-Algorithm-Diff.spec b/perl-Algorithm-Diff.spec index 2db8462..bb35327 100644 --- a/perl-Algorithm-Diff.spec +++ b/perl-Algorithm-Diff.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Algorithm-Diff (Version 1.1902) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,14 +22,15 @@ Name: perl-Algorithm-Diff %define cpan_name %( echo %{name} | %{__sed} -e 's,perl-,,' ) Summary: Compute 'Intelligent' Differences Between Two Files or Lists Version: 1.1902 -Release: 126 +Release: 127 License: Artistic License .. Group: Development/Libraries/Perl -Url: http://www.cpan.org -Source0: %{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Algorithm-Diff +Source0: %{cpan_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Data::Dumper) # other not perl || perl-base BuildRequires: patch Requires: perl = %{perl_version} @@ -37,21 +38,20 @@ Requires: perl = %{perl_version} Requires: patch %description +This is a module for computing the difference between two files, two +strings, or any other two lists of things. It uses an intelligent +algorithm similar to (or identical to) the one used by the Unix "diff" +program. It is guaranteed to find the *smallest possible* set of +differences. - %{cpan_name} module for perl - This is a module for computing the difference between two files, two - strings, or any other two lists of things. It uses an intelligent - algorithm similar to (or identical to) the one used by the Unix "diff" - program. It is guaranteed to find the *smallest possible* set of - differences. - Author: Tye McQueen (http://perlmonks.org/?node=tye) + Author: Tye McQueen (http://perlmonks.org/?node=tye) %prep %setup -q -n %{cpan_name}-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" perl Makefile.PL -%{__make} +perl Makefile.PL OPTIMIZE="$RPM_OPT_FLAGS -Wall" +%{__make} %{?_smp_mflags} %check %{__make} test