.gear/rules | 2 + .../tags/ab9a804d194be4932f35a0324aa86214f3be2ada | 13 +++++ .gear/tags/list | 1 + perl-String-CRC32.spec | 51 ++++++++++++++++++++ 4 files changed, 67 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..ef3a458 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=String-CRC32-@version@ +diff: @version@:. . name=perl-String-CRC32-@version@-@release@.patch diff --git a/.gear/tags/ab9a804d194be4932f35a0324aa86214f3be2ada b/.gear/tags/ab9a804d194be4932f35a0324aa86214f3be2ada new file mode 100644 index 0000000..15f8066 --- /dev/null +++ b/.gear/tags/ab9a804d194be4932f35a0324aa86214f3be2ada @@ -0,0 +1,13 @@ +object 5d75649af6f1e63615e17eb70c8e37701ab1743e +type commit +tag 1.4 +tagger Alexey Tourbin 1229399519 +0300 + +1.4 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAklHJd8ACgkQfBKgtDjnu0YUXQCgnAdVQ4wlTB0kOUfpwsR9MLmB +LtQAn0YU0Xgu6ywZjT0Xu4QMbYKBLUpX +=3WAP +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..126f79c --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +ab9a804d194be4932f35a0324aa86214f3be2ada 1.4 diff --git a/perl-String-CRC32.spec b/perl-String-CRC32.spec new file mode 100644 index 0000000..09c45ec --- /dev/null +++ b/perl-String-CRC32.spec @@ -0,0 +1,51 @@ +%define dist String-CRC32 +Name: perl-%dist +Version: 1.4 +Release: alt1 + +Summary: cyclic redundency check generation +License: Public Domain +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +# Automatically added by buildreq on Tue Dec 16 2008 +BuildRequires: perl-devel + +%description +This packages provides a perl module to generate checksums from strings +and from files. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc README +%dir %perl_vendor_archlib/String + %perl_vendor_archlib/String/CRC32.pm +%doc %perl_vendor_archlib/String/CRC32.pod +%dir %perl_vendor_autolib/String +%dir %perl_vendor_autolib/String/CRC32 + %perl_vendor_autolib/String/CRC32/CRC32.so + +%changelog +* Tue Dec 16 2008 Alexey Tourbin 1.4-alt1 +- 1.2 -> 1.4 + +* Sat Feb 19 2005 ALT QA Team Robot 1.2-alt2.1 +- Rebuilt with rpm-build-perl-0.5.1. + +* Tue Nov 05 2002 Stanislav Ievlev 1.2-alt2 +- rebuild with new perl + +* Tue Oct 9 2001 Grigory Milev 1.2-alt1 +- Initial build for ALT Linux distribution.