.gear-rules | 2 + .../0cb965b31172b4b2d47c30dc6fed0a28fe7795b7 | 13 +++++ .../ae4e8fe16eec059bcd9440d6cb74450e52a7a1d6 | 13 +++++ .gear-tags/list | 2 + perl-Class-Data-Inheritable.spec | 52 ++++++++++++++++++++ 5 files changed, 82 insertions(+), 0 deletions(-) diff --git a/.gear-rules b/.gear-rules new file mode 100644 index 0000000..416b85b --- /dev/null +++ b/.gear-rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Class-Data-Inheritable-@version@ +diff: @version@:. . name=perl-Class-Data-Inheritable-@version@-@release@.patch diff --git a/.gear-tags/0cb965b31172b4b2d47c30dc6fed0a28fe7795b7 b/.gear-tags/0cb965b31172b4b2d47c30dc6fed0a28fe7795b7 new file mode 100644 index 0000000..27fe2ea --- /dev/null +++ b/.gear-tags/0cb965b31172b4b2d47c30dc6fed0a28fe7795b7 @@ -0,0 +1,13 @@ +object 2c4dcba72ea8c3d0b689c9496cbafa6ef9648277 +type commit +tag 0.08 +tagger Alexey Tourbin 1204694247 +0300 + +0.08 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.8 (GNU/Linux) + +iEYEABECAAYFAkfOLOgACgkQfBKgtDjnu0YTGgCgu9QHC90+woVa0WZLIL5t+xpk +dqMAnjixbo/OZR5feHZIs7zi0iWHDns2 +=ueEd +-----END PGP SIGNATURE----- diff --git a/.gear-tags/ae4e8fe16eec059bcd9440d6cb74450e52a7a1d6 b/.gear-tags/ae4e8fe16eec059bcd9440d6cb74450e52a7a1d6 new file mode 100644 index 0000000..4d9c224 --- /dev/null +++ b/.gear-tags/ae4e8fe16eec059bcd9440d6cb74450e52a7a1d6 @@ -0,0 +1,13 @@ +object 84c244dd098c1524f70e9f5d3d5d12a7e45d92d0 +type commit +tag 0.06 +tagger Alexey Tourbin 1186336074 +0400 + +0.06 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.7 (GNU/Linux) + +iD8DBQBGtg1KfBKgtDjnu0YRAqEpAKDSoYqoSUzjIVW77wFlrgqF185GrwCfQF6J +UpA8sZu4W6YuQEkDc/e456E= +=79Er +-----END PGP SIGNATURE----- diff --git a/.gear-tags/list b/.gear-tags/list new file mode 100644 index 0000000..2a00879 --- /dev/null +++ b/.gear-tags/list @@ -0,0 +1,2 @@ +ae4e8fe16eec059bcd9440d6cb74450e52a7a1d6 0.06 +0cb965b31172b4b2d47c30dc6fed0a28fe7795b7 0.08 diff --git a/perl-Class-Data-Inheritable.spec b/perl-Class-Data-Inheritable.spec new file mode 100644 index 0000000..100f3dd --- /dev/null +++ b/perl-Class-Data-Inheritable.spec @@ -0,0 +1,52 @@ +%define dist Class-Data-Inheritable +Name: perl-%dist +Version: 0.08 +Release: alt1 + +Summary: Inheritable, overridable class data +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 Wed Mar 05 2008 +BuildRequires: perl-Test-Pod + +%description +Class::Data::Inheritable is for creating accessor/mutators to class +data. That is, if you want to store something about your class as a +whole (instead of about a single object). This data is then inherited +by your subclasses and can be overriden. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%dir %perl_vendor_privlib/Class +%dir %perl_vendor_privlib/Class/Data +%perl_vendor_privlib/Class/Data/Inheritable.pm + +%changelog +* Wed Mar 05 2008 Alexey Tourbin 0.08-alt1 +- 0.06 -> 0.08 + +* Sun Aug 05 2007 Alexey Tourbin 0.06-alt1 +- 0.04 -> 0.06 + +* Sun Sep 25 2005 Alexey Tourbin 0.04-alt1 +- 0.02 -> 0.04 + +* Wed Jul 06 2005 Alexey Tourbin 0.02-alt1 +- initial revision