.gear/rules | 2 + .../tags/2e0d070632611f49803ae8c38c00a62eaaa8ebd8 | 13 ++++ .gear/tags/list | 1 + perl-ExtUtils-Depends.spec | 71 ++++++++++++++++++++ 4 files changed, 87 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..45a937e --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=ExtUtils-Depends-@version@ +diff: @version@:. . name=perl-ExtUtils-Depends-@version@-@release@.patch diff --git a/.gear/tags/2e0d070632611f49803ae8c38c00a62eaaa8ebd8 b/.gear/tags/2e0d070632611f49803ae8c38c00a62eaaa8ebd8 new file mode 100644 index 0000000..93a1e30 --- /dev/null +++ b/.gear/tags/2e0d070632611f49803ae8c38c00a62eaaa8ebd8 @@ -0,0 +1,13 @@ +object 599fe048196ec54fa765ade63d90001378f6ac14 +type commit +tag 0.304 +tagger Igor Vlasenko 1316802593 +0300 + +0.304 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.11 (GNU/Linux) + +iEYEABECAAYFAk580CEACgkQDX9MpIRaJ2P+dgCfV1Zt/8x8evO3tagFbYmTLgvB +548AnRlXL7rwvPSoQEBkjw8sMNfFjs/o +=md4Q +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..9ae6b99 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +2e0d070632611f49803ae8c38c00a62eaaa8ebd8 0.304 diff --git a/perl-ExtUtils-Depends.spec b/perl-ExtUtils-Depends.spec new file mode 100644 index 0000000..e149ef5 --- /dev/null +++ b/perl-ExtUtils-Depends.spec @@ -0,0 +1,71 @@ +%define dist ExtUtils-Depends +Name: perl-%dist +Version: 0.304 +Release: alt1 + +Summary: Perl module for building XS extensions easily +License: GPL or Artistic +Group: Development/Perl + +URL: http://gtk2-perl.sf.net/ +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch + +# Automatically added by buildreq on Tue Jul 06 2010 +BuildRequires: perl-devel + +%description +This module tries to make it easy to build Perl extensions that use +functions and typemaps provided by other perl extensions. This means +that a perl extension is treated like a shared library that provides +also a C and an XS interface besides the perl one. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build + +%install +%perl_vendor_install + +%files +%doc Changes README +%perl_vendor_privlib/ExtUtils* + +%changelog +* Fri Sep 23 2011 Igor Vlasenko 0.304-alt1 +- automated CPAN update + +* Tue Jul 06 2010 Alexey Tourbin 0.302-alt1 +- 0.301 -> 0.302 + +* Sat Sep 27 2008 Alexey Tourbin 0.301-alt1 +- 0.205 -> 0.301 + +* Wed Nov 14 2007 Alexey Tourbin 0.205-alt2 +- removed manual pages + +* Wed Nov 14 2007 Alexey Tourbin 0.205-alt1 +- 0.204 -> 0.205 + +* Sat Feb 19 2005 ALT QA Team Robot 0.204-alt1.1 +- Rebuilt with rpm-build-perl-0.5.1. + +* Wed Oct 06 2004 Alexey Tourbin 0.204-alt1 +- 0.202 -> 0.204 + +* Sat May 15 2004 Alexey Tourbin 0.202-alt1 +- 0.201 -> 0.202 + +* Wed Feb 18 2004 Alexey Tourbin 0.201-alt1 +- 0.201 + +* Sun Nov 30 2003 Alexey Tourbin 0.104-alt1 +- 0.104 + +* Thu Aug 28 2003 Alexey Tourbin 0.103-alt1 +- initial revision