代码拉取完成,页面将自动刷新
%global _empty_manifest_terminate_build 0
Name: perl-Image-Size
Version: 3.300
Release: 1
Summary: Read the dimensions of an image in several popular formats
License: GPL+ or Artistic
Group: Development/Libraries
URL: http://search.cpan.org/dist/Image-Size/
Source0: http://www.cpan.org/authors/id/R/RJ/RJRAY/Image-Size-%{version}.tar.gz
BuildArch: noarch
BuildRequires: perl >= 0:5.006001
BuildRequires: perl-generators
BuildRequires: perl(Compress::Zlib) >= 2
BuildRequires: perl(ExtUtils::MakeMaker)
BuildRequires: perl(File::Spec) >= 0.8
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Test::More) >= 0.80
Requires: perl(Compress::Zlib) >= 2
Requires: perl(File::Spec) >= 0.8
Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
%description
The Image::Size library is based upon the wwwis script written by Alex
Knowles (alex@ed.ac.uk), a tool to examine HTML and add 'width' and
'height' parameters to image tags. The sizes are cached internally based on
file name, so multiple calls on the same file name (such as images used in
bulleted lists, for example) do not result in repeated computations.
%package help
Summary : Read the dimensions of an image in several popular formats
Provides: perl-Image-Size-doc
%description help
The Image::Size library is based upon the wwwis script written by Alex
Knowles (alex@ed.ac.uk), a tool to examine HTML and add 'width' and
'height' parameters to image tags. The sizes are cached internally based on
file name, so multiple calls on the same file name (such as images used in
bulleted lists, for example) do not result in repeated computations.
%prep
%setup -q -n Image-Size-%{version}
%build
export PERL_MM_OPT=""
%{__perl} Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%install
export PERL_MM_OPT=""
rm -rf $RPM_BUILD_ROOT
make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
%{_fixperms} $RPM_BUILD_ROOT/*
pushd %{buildroot}
touch filelist.lst
if [ -d usr/bin ];then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/sbin ];then
find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib64 ];then
find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst
fi
if [ -d usr/lib ];then
find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst
fi
popd
mv %{buildroot}/filelist.lst .
%check
make test
%files -f filelist.lst
%defattr(-,root,root,-)
%doc ChangeLog ChangeLog.xml etc ex imgsize META.json README README.textile xt
%{perl_vendorlib}/*
%files help
%{_mandir}/*
%changelog
* Fri Oct 15 2021 guoqinglan <guoqinglan@uniontech.com> - 3.300-1
- Package init
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。