From 8855e5de07ff41284009c1b6016b912267be239a Mon Sep 17 00:00:00 2001 From: tigro Date: Wed, 27 Sep 2023 07:42:23 +0300 Subject: [PATCH] import perl-Image-Math-Constrain-1.02-42.el9 --- .gitignore | 1 + .perl-Image-Math-Constrain.metadata | 1 + ...-building-on-Perl-without-dot-in-INC.patch | 9 + SPECS/perl-Image-Math-Constrain.spec | 200 ++++++++++++++++++ 4 files changed, 211 insertions(+) create mode 100644 .gitignore create mode 100644 .perl-Image-Math-Constrain.metadata create mode 100644 SOURCES/Image-Math-Constrain-1.02-Fix-building-on-Perl-without-dot-in-INC.patch create mode 100644 SPECS/perl-Image-Math-Constrain.spec diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2755540 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/Image-Math-Constrain-1.02.tar.gz diff --git a/.perl-Image-Math-Constrain.metadata b/.perl-Image-Math-Constrain.metadata new file mode 100644 index 0000000..dbb4c0c --- /dev/null +++ b/.perl-Image-Math-Constrain.metadata @@ -0,0 +1 @@ +793a97cae9ea69e2cb6f5db16869562ebebb0212 SOURCES/Image-Math-Constrain-1.02.tar.gz diff --git a/SOURCES/Image-Math-Constrain-1.02-Fix-building-on-Perl-without-dot-in-INC.patch b/SOURCES/Image-Math-Constrain-1.02-Fix-building-on-Perl-without-dot-in-INC.patch new file mode 100644 index 0000000..7b2840e --- /dev/null +++ b/SOURCES/Image-Math-Constrain-1.02-Fix-building-on-Perl-without-dot-in-INC.patch @@ -0,0 +1,9 @@ +diff -up Image-Math-Constrain-1.02/Makefile.PL.orig Image-Math-Constrain-1.02/Makefile.PL +--- Image-Math-Constrain-1.02/Makefile.PL.orig 2017-05-18 12:22:53.157260054 +0200 ++++ Image-Math-Constrain-1.02/Makefile.PL 2017-05-18 12:30:17.112318821 +0200 +@@ -1,3 +1,5 @@ ++BEGIN { push @INC, '.'; } ++ + use inc::Module::Install 0.76; + + all_from 'lib/Image/Math/Constrain.pm'; diff --git a/SPECS/perl-Image-Math-Constrain.spec b/SPECS/perl-Image-Math-Constrain.spec new file mode 100644 index 0000000..ac4cfee --- /dev/null +++ b/SPECS/perl-Image-Math-Constrain.spec @@ -0,0 +1,200 @@ +Name: perl-Image-Math-Constrain +Version: 1.02 +Release: 42%{?dist} +Summary: Scaling math used in image size constraining (such as thumbnails) +License: GPL-1.0-or-later OR Artistic-1.0-Perl +URL: https://metacpan.org/release/Image-Math-Constrain +Source0: https://cpan.metacpan.org/authors/id/A/AD/ADAMK/Image-Math-Constrain-%{version}.tar.gz +Patch0: Image-Math-Constrain-1.02-Fix-building-on-Perl-without-dot-in-INC.patch +BuildArch: noarch +# Build +BuildRequires: make +BuildRequires: perl-interpreter +BuildRequires: perl-generators +BuildRequires: perl(Config) +BuildRequires: perl(Cwd) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.76 +BuildRequires: perl(ExtUtils::MM_Unix) +BuildRequires: perl(File::Find) +BuildRequires: perl(File::Path) +BuildRequires: perl(File::Spec) +BuildRequires: perl(FindBin) +BuildRequires: perl(strict) +BuildRequires: perl(vars) +# Runtime +BuildRequires: perl(overload) +# Tests only +BuildRequires: perl(Pod::Simple) >= 3.07 +BuildRequires: perl(Test::CPAN::Meta) >= 0.12 +BuildRequires: perl(Test::MinimumVersion) >= 0.008 +BuildRequires: perl(Test::More) >= 0.47 +BuildRequires: perl(Test::Pod) >= 1.26 + +%description +There are a number of different modules and systems that constrain image +sizes, such as thumbnailing. Every one of these independantly implement the +same logic. That is, given a width and/or height constraint, they check to +see if the image is bigger than the constraint, and if so scale the image +down proportionally so that it fits within the constraints. + +%prep +%setup -q -n Image-Math-Constrain-%{version} +%patch0 -p1 + +%build +perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1 +make %{?_smp_mflags} + +%install +make pure_install DESTDIR=%{buildroot} +%{_fixperms} %{buildroot}/* + +%check +make test AUTOMATED_TESTING=1 + +%files +%license LICENSE +%doc Changes README +%{perl_vendorlib}/* +%{_mandir}/man3/* + +%changelog +* Wed Sep 27 2023 Arkady L. Shane - 1.02-42 +- Rebuilt for MSVSphere 9.2 + +* Fri Jan 20 2023 Fedora Release Engineering - 1.02-42 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + +* Fri Jul 22 2022 Fedora Release Engineering - 1.02-41 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + +* Wed Jun 01 2022 Jitka Plesnikova - 1.02-40 +- Perl 5.36 rebuild + +* Fri Jan 21 2022 Fedora Release Engineering - 1.02-39 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + +* Thu Jul 22 2021 Fedora Release Engineering - 1.02-38 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun May 23 2021 Jitka Plesnikova - 1.02-37 +- Perl 5.34 rebuild + +* Wed Jan 27 2021 Fedora Release Engineering - 1.02-36 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 1.02-35 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Tue Jun 23 2020 Jitka Plesnikova - 1.02-34 +- Perl 5.32 rebuild + +* Thu Jan 30 2020 Fedora Release Engineering - 1.02-33 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Fri Jul 26 2019 Fedora Release Engineering - 1.02-32 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri May 31 2019 Jitka Plesnikova - 1.02-31 +- Perl 5.30 rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 1.02-30 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 1.02-29 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + +* Fri Jun 29 2018 Jitka Plesnikova - 1.02-28 +- Perl 5.28 rebuild + +* Thu Feb 08 2018 Fedora Release Engineering - 1.02-27 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild + +* Thu Jul 27 2017 Fedora Release Engineering - 1.02-26 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild + +* Tue Jun 06 2017 Jitka Plesnikova - 1.02-25 +- Perl 5.26 rebuild + +* Thu May 18 2017 Jitka Plesnikova - 1.02-24 +- Fix building on Perl without '.' in @INC + +* Sat Feb 11 2017 Fedora Release Engineering - 1.02-23 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild + +* Mon May 16 2016 Jitka Plesnikova - 1.02-22 +- Perl 5.24 rebuild + +* Tue Feb 09 2016 Petr Ĺ abata - 1.02-21 +- Package cleanup + +* Thu Feb 04 2016 Fedora Release Engineering - 1.02-20 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild + +* Thu Jun 18 2015 Fedora Release Engineering - 1.02-19 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild + +* Sat Jun 06 2015 Jitka Plesnikova - 1.02-18 +- Perl 5.22 rebuild + +* Fri Aug 29 2014 Jitka Plesnikova - 1.02-17 +- Perl 5.20 rebuild + +* Sat Jun 07 2014 Fedora Release Engineering - 1.02-16 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild + +* Sat Aug 03 2013 Fedora Release Engineering - 1.02-15 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + +* Wed Jul 31 2013 Petr Pisar - 1.02-14 +- Perl 5.18 rebuild + +* Thu Feb 14 2013 Fedora Release Engineering - 1.02-13 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Fri Jul 20 2012 Fedora Release Engineering - 1.02-12 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Thu Jun 21 2012 Petr Pisar - 1.02-11 +- Perl 5.16 rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.02-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Tue Jul 19 2011 Petr Sabata - 1.02-9 +- Perl mass rebuild + +* Tue Feb 08 2011 Fedora Release Engineering - 1.02-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Dec 17 2010 Marcela Maslanova - 1.02-7 +- 661697 rebuild for fixing problems with vendorach/lib + +* Sun May 02 2010 Marcela Maslanova - 1.02-6 +- Mass rebuild with perl-5.12.0 + +* Mon Dec 7 2009 Stepan Kasal - 1.02-5 +- rebuild against perl 5.10.1 + +* Sun Jul 26 2009 Fedora Release Engineering - 1.02-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1.02-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Feb 26 2009 Fedora Release Engineering - 1.02-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Tue Aug 05 2008 Steven Pritchard 1.02-1 +- Update to 1.02. +- BR Test::More, Test::CPAN::Meta, and Test::MinimumVersion. +- Set AUTOMATED_TESTING so we run the pod and meta tests. + +* Wed Mar 05 2008 Tom "spot" Callaway 1.01-2 +- rebuild for new perl + +* Mon Apr 02 2007 Steven Pritchard 1.01-1 +- Specfile autogenerated by cpanspec 1.70. +- Drop redundant explicit perl build dependency. +- Fix typo in description. +- BR Test::Pod for better test coverage.