.gear/rules | 2 + .../tags/6b2173ce0609e498ac06aa4363c4f869a7c3d968 | 13 ++++ .gear/tags/list | 1 + perl-Algorithm-Diff.spec | 60 ++++++++++++++++++++ 4 files changed, 76 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..32bb2d8 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Algorithm-Diff-@version@ +diff: @version@:. . name=perl-Algorithm-Diff-@version@-@release@.patch diff --git a/.gear/tags/6b2173ce0609e498ac06aa4363c4f869a7c3d968 b/.gear/tags/6b2173ce0609e498ac06aa4363c4f869a7c3d968 new file mode 100644 index 0000000..389ff8e --- /dev/null +++ b/.gear/tags/6b2173ce0609e498ac06aa4363c4f869a7c3d968 @@ -0,0 +1,13 @@ +object c51db691641e027e43c02da4b510942fad9e3993 +type commit +tag 1.1902 +tagger Alexey Tourbin 1221541908 +0400 + +1.1902 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkjPQBQACgkQfBKgtDjnu0YbwwCfWC/vdk7G1J9GrcbnazizPOzq +0l4AoLt5dd8L3PszJT2PY0DsbGn4Fjh8 +=d3/x +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..1542273 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +6b2173ce0609e498ac06aa4363c4f869a7c3d968 1.1902 diff --git a/perl-Algorithm-Diff.spec b/perl-Algorithm-Diff.spec new file mode 100644 index 0000000..01684d4 --- /dev/null +++ b/perl-Algorithm-Diff.spec @@ -0,0 +1,60 @@ +%define dist Algorithm-Diff +Name: perl-%dist +Version: 1.1902 +Release: alt1 + +Summary: Compute `intelligent' differences between two files / lists +License: GPL or Artistic +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch + +# Automatically added by buildreq on Tue Sep 16 2008 +BuildRequires: perl-devel + +%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. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc README Changes cdiff.pl diff.pl diffnew.pl htmldiff.pl +%dir %perl_vendor_privlib/Algorithm +%perl_vendor_privlib/Algorithm/Diff.pm +%perl_vendor_privlib/Algorithm/DiffOld.pm + +%changelog +* Tue Sep 16 2008 Alexey Tourbin 1.1902-alt1 +- 1.1901 -> 1.1902 + +* Sat Feb 19 2005 ALT QA Team Robot 1.1901-alt1.1 +- Rebuilt with rpm-build-perl-0.5.1. + +* Sun Nov 28 2004 Andrey Brindeew 1.1901-alt1 +- 1.1901. + +* Tue Nov 25 2003 Andrey Brindeew 1.15-alt3 +- Url and Summary tags was fixed. + +* Tue Jul 29 2003 Andrey Brindeew 1.15-alt2 +- Minor specfile fixes. +- BuildArch was changed to `noarch'. +- Examples moved to docs. + +* Wed Jul 16 2003 Andrey Brindeew 1.15-alt1 +- First build for ALTLinux.