.gear/rules | 2 + .../tags/d2bb160fa1d26b13a33c8c8f4ff74aebac498c8b | 13 +++++ .gear/tags/list | 1 + perl-Module-Load-Conditional.spec | 55 ++++++++++++++++++++ 4 files changed, 71 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..45a386e --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Module-Load-Conditional-@version@ +diff: @version@:. . name=perl-Module-Load-Conditional-@version@-@release@.patch diff --git a/.gear/tags/d2bb160fa1d26b13a33c8c8f4ff74aebac498c8b b/.gear/tags/d2bb160fa1d26b13a33c8c8f4ff74aebac498c8b new file mode 100644 index 0000000..553de02 --- /dev/null +++ b/.gear/tags/d2bb160fa1d26b13a33c8c8f4ff74aebac498c8b @@ -0,0 +1,13 @@ +object 8d86a76ef7cbfeece009a0c52faf874e384cea7b +type commit +tag 0.26 +tagger Alexey Tourbin 1210025041 +0400 + +0.26 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkgfhFEACgkQfBKgtDjnu0ZGWACg0zBasUDcSrWzJvm4l7UBiIeA +NnYAoIGxI3g+guunfYt78NnATP8hJ7M0 +=2ST8 +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..d8e704d --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +d2bb160fa1d26b13a33c8c8f4ff74aebac498c8b 0.26 diff --git a/perl-Module-Load-Conditional.spec b/perl-Module-Load-Conditional.spec new file mode 100644 index 0000000..8305ecf --- /dev/null +++ b/perl-Module-Load-Conditional.spec @@ -0,0 +1,55 @@ +%define dist Module-Load-Conditional +Name: perl-%dist +Version: 0.26 +Release: alt1 + +Summary: Looking up module information / loading at runtime +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 May 06 2008 +BuildRequires: perl-Locale-Maketext perl-Locale-Maketext-Lexicon perl-Module-Load perl-Params-Check perl-devel perl-version + +%description +Module::Load::Conditional provides simple ways to query and possibly load any of +the modules you have installed on your system during runtime. + +It is able to load multiple modules at once or none at all if one of +them was not able to load. It also takes care of any error checking +and so forth. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%ifdef __buildreqs +# avoid self build dependency +rm t/01_Module_Load_Conditional.t +%endif + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc CHANGES README +%perl_vendor_privlib/Module + +%changelog +* Tue May 06 2008 Alexey Tourbin 0.26-alt1 +- 0.16 -> 0.26 + +* Sun Jul 22 2007 Vitaly Lipatov 0.16-alt1 +- new version 0.16 (with rpmrb script) +- update buildreq, add doc files, fix Url, fix Source URL + +* Tue Jul 12 2005 Vitaly Lipatov 0.08-alt1 +- first build for ALT Linux Sisyphus