.gear/rules | 2 + .../tags/3cb543bc83d9ba2a1afb133c1f6f23386ceeb52f | 13 +++++ .gear/tags/list | 1 + perl-Module-ScanDeps.spec | 51 ++++++++++++++++++++ 4 files changed, 67 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/3cb543bc83d9ba2a1afb133c1f6f23386ceeb52f b/.gear/tags/3cb543bc83d9ba2a1afb133c1f6f23386ceeb52f new file mode 100644 index 0000000..0f471bb --- /dev/null +++ b/.gear/tags/3cb543bc83d9ba2a1afb133c1f6f23386ceeb52f @@ -0,0 +1,13 @@ +object a82bc500e0308a10290a5c603c034abad84091e4 +type commit +tag 0.96 +tagger Alexey Tourbin 1270412456 +0400 + +0.96 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAku49KgACgkQfBKgtDjnu0ZjWgCbB7IO2NNTV7whna3qombO/ma6 +88cAn2n8/W3zop19jsGpt+KUKscy84/Y +=bOCb +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..e88775c --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +3cb543bc83d9ba2a1afb133c1f6f23386ceeb52f 0.96 diff --git a/perl-Module-ScanDeps.spec b/perl-Module-ScanDeps.spec new file mode 100644 index 0000000..c473e61 --- /dev/null +++ b/perl-Module-ScanDeps.spec @@ -0,0 +1,51 @@ +%define dist Module-ScanDeps +Name: perl-%dist +Version: 0.96 +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 Mon Apr 05 2010 +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 +* Mon Apr 05 2010 Alexey Tourbin 0.96-alt1 +- 0.89 -> 0.96 + +* 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