.gear/rules | 2 + .../tags/edeec0be3edcfb6f4fd1c9025e71c44fc8900030 | 13 ++++ .gear/tags/list | 1 + Makefile.PL | 2 +- perl-Image-Size.spec | 63 ++++++++++++++++++++ 5 files changed, 80 insertions(+), 1 deletions(-) diff --git a/.gear/rules b/.gear/rules new file mode 100644 index 0000000..a3a7bdf --- /dev/null +++ b/.gear/rules @@ -0,0 +1,2 @@ +tar: @version@:. name=Image-Size-@version@ +diff: @version@:. . name=perl-Image-Size-@version@-@release@.patch diff --git a/.gear/tags/edeec0be3edcfb6f4fd1c9025e71c44fc8900030 b/.gear/tags/edeec0be3edcfb6f4fd1c9025e71c44fc8900030 new file mode 100644 index 0000000..48248ea --- /dev/null +++ b/.gear/tags/edeec0be3edcfb6f4fd1c9025e71c44fc8900030 @@ -0,0 +1,13 @@ +object 6200c2e870a605d94a8ce1d5df4361c2cb018eb8 +type commit +tag 3.2 +tagger Alexey Tourbin 1248265779 +0400 + +3.2 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.9 (GNU/Linux) + +iEYEABECAAYFAkpnBjMACgkQfBKgtDjnu0ZsKwCfcOrqNi3Kc6oMxscwreSohG5g +pacAn3dyq1BCya0Qe17rxp/+plQVne/D +=mV/G +-----END PGP SIGNATURE----- diff --git a/.gear/tags/list b/.gear/tags/list new file mode 100644 index 0000000..62a8516 --- /dev/null +++ b/.gear/tags/list @@ -0,0 +1 @@ +edeec0be3edcfb6f4fd1c9025e71c44fc8900030 3.2 diff --git a/Makefile.PL b/Makefile.PL index 234ca0e..4e1e876 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -11,6 +11,6 @@ WriteMakefile 'Test::More' => '0.80' }, 'INSTALLDIRS' => 'site', - 'EXE_FILES' => [] + 'EXE_FILES' => ['imgsize'] ) ; diff --git a/perl-Image-Size.spec b/perl-Image-Size.spec new file mode 100644 index 0000000..c37e2c5 --- /dev/null +++ b/perl-Image-Size.spec @@ -0,0 +1,63 @@ +%define dist Image-Size +Name: perl-%dist +Version: 3.2 +Release: alt1.1 + +Summary: Perl library for reading the dimensions of an image +License: Artistic 2.0 or LGPL +Group: Development/Perl + +URL: %CPAN %dist +Source: %dist-%version.tar +Patch: %name-%version-%release.patch + +BuildArch: noarch + +# Automatically added by buildreq on Wed Jul 22 2009 +BuildRequires: perl-Compress-Zlib perl-Module-Build perl-Test-Pod + +# automatically added during perl 5.8 -> 5.12 upgrade. +# perl-podlators is required for pod2man conversion. +BuildRequires: perl-podlators + +%description +Image::Size is a library based on the image-sizing code in the wwwimagesize +script, a tool that analyzes HTML files and adds HEIGHT and WIDTH attributes +to IMG tags. + +%prep +%setup -q -n %dist-%version +%patch -p1 + +%build +%perl_vendor_build INSTALLMAN1DIR=%_man1dir + +%install +%perl_vendor_install + +%files +%doc ChangeLog README +%_bindir/imgsize +%_man1dir/imgsize.* +%perl_vendor_privlib/Image +%perl_vendor_privlib/auto/Image + +%changelog +* Mon Nov 29 2010 Igor Vlasenko 3.2-alt1.1 +- repair after perl 5.12 upgrade using girar-nmu + +* Wed Jul 22 2009 Alexey Tourbin 3.2-alt1 +- 3.1.1 -> 3.2 + +* Thu Apr 24 2008 Alexey Tourbin 3.1.1-alt1 +- 3.0 -> 3.1.1 +- updated License tag to `Artistic 2.0 or LGPL' + +* Mon Jun 12 2006 Alexey Tourbin 3.0-alt1 +- 2.992 -> 3.0 + +* Sat Feb 19 2005 ALT QA Team Robot 2.992-alt1.1 +- Rebuilt with rpm-build-perl-0.5.1. + +* Fri Aug 22 2003 Alexey Tourbin 2.992-alt1 +- initial revision