.gear/rules | 2 + .../tags/ad6751318671538ddaaed1f7f747f733d87bcaaa | 13 ++++ .gear/tags/list | 1 + perl-ExtUtils-PkgConfig.spec | 62 ++++++++++++++++++++ 4 files changed, 78 insertions(+), 0 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..f7c93a6 --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=ExtUtils-PkgConfig-@version@ +diff: @version@:. . name=perl-ExtUtils-PkgConfig-@version@-@release@.patch diff --git a/.gear/tags/ad6751318671538ddaaed1f7f747f733d87bcaaa b/.gear/tags/ad6751318671538ddaaed1f7f747f733d87bcaaa new file mode 100644 index 0000000..7ba1cfe --- /dev/null +++ b/.gear/tags/ad6751318671538ddaaed1f7f747f733d87bcaaa @@ -0,0 +1,13 @@ +object 01142bc3d5f17331b71001a6d0432de3382c4055 +type commit +tag 1.12 +tagger Alexey Tourbin 1228495333 +0300 + +1.12 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkk5WeUACgkQfBKgtDjnu0YZpwCeNZcbFJ3goo2jl/gSBZ5lhiNZ +4UgAnitzwcKrsS+Mdgno7lq3oe7uHIaE +=uf++ +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..a9eaf65 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +ad6751318671538ddaaed1f7f747f733d87bcaaa 1.12 diff --git a/perl-ExtUtils-PkgConfig.spec b/perl-ExtUtils-PkgConfig.spec new file mode 100644 index 0000000..69e1bf1 --- /dev/null +++ b/perl-ExtUtils-PkgConfig.spec @@ -0,0 +1,62 @@ +%define dist ExtUtils-PkgConfig +Name: perl-%dist +Version: 1.12 +Release: alt1 + +Summary: Perl interface to the pkg-config(1) command-line utility +License: LGPL +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch +Requires: pkg-config + +# Automatically added by buildreq on Fri Dec 05 2008 +BuildRequires: perl-devel + +%description +This module is a simplistic Perl interface to the pkg-config command-line +utility, for use in the Makefile.PLs used to build Perl modules which wrap +the libraries about which pkg-config knows. + +%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 Dec 05 2008 Alexey Tourbin 1.12-alt1 +- 1.11 -> 1.12 + +* Thu Sep 25 2008 Alexey Tourbin 1.11-alt1 +- 1.05 -> 1.11 + +* Sat Feb 19 2005 ALT QA Team Robot 1.05-alt1.1 +- Rebuilt with rpm-build-perl-0.5.1. + +* Fri Jul 30 2004 Alexey Tourbin 1.05-alt1 +- 1.03 -> 1.05 + +* Wed Feb 18 2004 Alexey Tourbin 1.03-alt1 +- 1.03 + +* Tue Nov 18 2003 Alexey Tourbin 1.02-alt1 +- 1.02 + +* Tue Oct 28 2003 Alexey Tourbin 1.01-alt1 +- 1.01 + +* Fri Oct 03 2003 Alexey Tourbin 1.00-alt1 +- initial revision