.gear/rules | 2 + .../tags/2e33e77cf3d63083b0e524f7c0c247876efa3615 | 13 +++++ .gear/tags/list | 1 + perl-Text-Diff.spec | 55 ++++++++++++++++++++ 4 files changed, 71 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..d5d438c --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Text-Diff-@version@ +diff: @version@:. . name=perl-Text-Diff-@version@-@release@.patch diff --git a/.gear/tags/2e33e77cf3d63083b0e524f7c0c247876efa3615 b/.gear/tags/2e33e77cf3d63083b0e524f7c0c247876efa3615 new file mode 100644 index 0000000..79e87e0 --- /dev/null +++ b/.gear/tags/2e33e77cf3d63083b0e524f7c0c247876efa3615 @@ -0,0 +1,13 @@ +object 38dd55262cbc133a44e4517845c015e24ff9a6c8 +type commit +tag 1.37 +tagger Alexey Tourbin 1254123203 +0400 + +1.37 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAkrAZsMACgkQfBKgtDjnu0asfACg5KvnjY6dAwOFBm6NnfodxQaG +VG0AoLel5BKfmRX2TZg8bH/0KAmf8qVW +=pYUM +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..3a7d517 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +2e33e77cf3d63083b0e524f7c0c247876efa3615 1.37 diff --git a/perl-Text-Diff.spec b/perl-Text-Diff.spec new file mode 100644 index 0000000..59feee4 --- /dev/null +++ b/perl-Text-Diff.spec @@ -0,0 +1,55 @@ +%define dist Text-Diff +Name: perl-%dist +Version: 1.37 +Release: alt1 + +Summary: Perform diffs on files and record sets +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 Mon Sep 28 2009 +BuildRequires: perl-Algorithm-Diff perl-devel + +%description +Text::Diff provides a basic set of services akin to the GNU diff utility. +It is not anywhere near as feature complete as GNU diff, but it is better +integrated with Perl and available on all platforms. It is often faster +than shelling out to a system's diff executable for small files, and +generally slower on larger files. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%perl_vendor_privlib/Text + +%changelog +* Mon Sep 28 2009 Alexey Tourbin 1.37-alt1 +- 0.35 -> 1.37 + +* Sat Feb 19 2005 ALT QA Team Robot 0.35-alt3.1 +- Rebuilt with rpm-build-perl-0.5.1. + +* Mon Nov 24 2003 Andrey Brindeew 0.35-alt3 +- Url and Summary tags was fixed. + +* Tue Jul 29 2003 Andrey Brindeew 0.35-alt2 +- Minor specfile fixes. +- BuildArch was changed to `noarch'. + +* Wed Jul 16 2003 Andrey Brindeew 0.35-alt1 +- First build for ALTLinux.