.gear/rules | 2 + .../tags/2663eeb5b3fd26637977d23dba5dbd292805c6a7 | 13 ++++++ .gear/tags/list | 1 + perl-Text-Glob.spec | 44 ++++++++++++++++++++ 4 files changed, 60 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..a472d7d --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Text-Glob-@version@ +diff: @version@:. . name=perl-Text-Glob-@version@-@release@.patch diff --git a/.gear/tags/2663eeb5b3fd26637977d23dba5dbd292805c6a7 b/.gear/tags/2663eeb5b3fd26637977d23dba5dbd292805c6a7 new file mode 100644 index 0000000..2302b1d --- /dev/null +++ b/.gear/tags/2663eeb5b3fd26637977d23dba5dbd292805c6a7 @@ -0,0 +1,13 @@ +object 453d385ae0dd07d1cd63782e88378ab7eaa66ce7 +type commit +tag 0.08 +tagger Alexey Tourbin 1218337509 +0400 + +0.08 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkieWuUACgkQfBKgtDjnu0ZRiwCeJ6+37fXqOyeP/Jb8VV0iIdCW +k0sAn0LO2+HKH25ShmN3XxJyZE7saU14 +=La0q +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..f0f647e --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +2663eeb5b3fd26637977d23dba5dbd292805c6a7 0.08 diff --git a/perl-Text-Glob.spec b/perl-Text-Glob.spec new file mode 100644 index 0000000..3a9c904 --- /dev/null +++ b/perl-Text-Glob.spec @@ -0,0 +1,44 @@ +%define dist Text-Glob +Name: perl-%dist +Version: 0.08 +Release: alt1 + +Summary: match globbing patterns against text +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 Sun Aug 10 2008 +BuildRequires: perl-Module-Build + +%description +Text::Glob implements glob(3) style matching that can be used to match +against text, rather than fetching names from a filesystem. If you +want to do full file globbing use the File::Glob module instead. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%dir %perl_vendor_privlib/Text +%perl_vendor_privlib/Text/Glob.pm + +%changelog +* Sun Aug 10 2008 Alexey Tourbin 0.08-alt1 +- 0.06 -> 0.08 + +* Tue Jul 12 2005 Vitaly Lipatov 0.06-alt1 +- first build for ALT Linux Sisyphus