.gear/rules | 2 + .../tags/01199b8b7215c90551947203610f8fe12503c6a0 | 13 ++++++ .gear/tags/list | 1 + perl-Module-Install-Repository.spec | 43 ++++++++++++++++++++ 4 files changed, 59 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..e5bb4e0 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Module-Install-Repository-@version@ +diff: @version@:. . name=perl-Module-Install-Repository-@version@-@release@.patch diff --git a/.gear/tags/01199b8b7215c90551947203610f8fe12503c6a0 b/.gear/tags/01199b8b7215c90551947203610f8fe12503c6a0 new file mode 100644 index 0000000..10518c5 --- /dev/null +++ b/.gear/tags/01199b8b7215c90551947203610f8fe12503c6a0 @@ -0,0 +1,13 @@ +object 35fa96a70fcbea755a69d5876a2d9ac4aee991c0 +type commit +tag 0.06 +tagger Alexey Tourbin 1269376683 +0300 + +0.06 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAkupJqsACgkQfBKgtDjnu0Y6LgCgtVdHCIpB8oeWlG1IzHQdOj87 +qsEAn2eAWYAwD8LBADS/RDxQmmZfgDDw +=Biz1 +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..a683977 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +01199b8b7215c90551947203610f8fe12503c6a0 0.06 diff --git a/perl-Module-Install-Repository.spec b/perl-Module-Install-Repository.spec new file mode 100644 index 0000000..025913f --- /dev/null +++ b/perl-Module-Install-Repository.spec @@ -0,0 +1,43 @@ +%define dist Module-Install-Repository +Name: perl-%dist +Version: 0.06 +Release: alt2 + +Summary: Automatically sets repository URL from svn/svk/Git checkout +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 Mar 23 2010 +BuildRequires: perl-Path-Class perl-Test-Base perl-Test-Pod + +%description +Module::Install::Repository is a Module::Install plugin to +automatically figure out repository URL and set it via repository() +which then will be added to resources under META.yml. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%perl_vendor_privlib/Module* + +%changelog +* Fri Feb 25 2011 Vladimir Lettiev 0.06-alt2 +- fixed build + +* Tue Mar 23 2010 Alexey Tourbin 0.06-alt1 +- initial revision