.gear/rules | 2 + .../tags/b864edfe33d24e5446c2b0879c6b14d5dd2e65c3 | 13 +++++ .gear/tags/list | 1 + perl-Module-ScanDeps.spec | 48 ++++++++++++++++++++ 4 files changed, 64 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..31b2ab0 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Module-ScanDeps-@version@ +diff: @version@:. . name=perl-Module-ScanDeps-@version@-@release@.patch diff --git a/.gear/tags/b864edfe33d24e5446c2b0879c6b14d5dd2e65c3 b/.gear/tags/b864edfe33d24e5446c2b0879c6b14d5dd2e65c3 new file mode 100644 index 0000000..89599c1 --- /dev/null +++ b/.gear/tags/b864edfe33d24e5446c2b0879c6b14d5dd2e65c3 @@ -0,0 +1,13 @@ +object 3ed2b35cb87f52ee2a5ab8a1ecca4e866ae13a65 +type commit +tag 0.89 +tagger Alexey Tourbin 1225820896 +0300 + +0.89 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkkQiuAACgkQfBKgtDjnu0ZCeQCgsoDL0in+waa0mrhqzHAUCGRe +wP8AoNDhOlWsnL5n1M+saMXy93ckeXTP +=P37i +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..170a37b --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +b864edfe33d24e5446c2b0879c6b14d5dd2e65c3 0.89 diff --git a/perl-Module-ScanDeps.spec b/perl-Module-ScanDeps.spec new file mode 100644 index 0000000..24269c2 --- /dev/null +++ b/perl-Module-ScanDeps.spec @@ -0,0 +1,48 @@ +%define dist Module-ScanDeps +Name: perl-%dist +Version: 0.89 +Release: alt1 + +Summary: Recursively scan Perl programs for dependencies +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 Nov 04 2008 +BuildRequires: perl-Module-Install perl-Test-Pod perl-threads perl-unicore + +%description +An application of Module::ScanDeps is to generate executables from +scripts that contains necessary modules; this module supports two +such projects, PAR and App::Packer. + +%prep +%setup -q -n %dist-%version +%patch -p1 +rm -r inc/ + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc AUTHORS Changes README +%_bindir/scandeps.pl +%perl_vendor_privlib/Module* + +%changelog +* Tue Nov 04 2008 Alexey Tourbin 0.89-alt1 +- 0.83 -> 0.89 + +* Thu Apr 24 2008 Alexey Tourbin 0.83-alt1 +- 0.51 -> 0.83 + +* Sat Sep 10 2005 Alexey Tourbin 0.51-alt1 +- initial revision