2024-01-06 09:12:24 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-Image-Xpm
|
2024-01-06 09:12:24 +01:00
|
|
|
Version: 1.13
|
2024-01-06 09:12:25 +01:00
|
|
|
Release: 2mamba
|
2024-01-06 09:12:24 +01:00
|
|
|
Summary: Image::Xpm - Load, create, manipulate and save xpm image files
|
|
|
|
Group: Development/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Aleph0 <aleph0@openmamba.org>
|
2024-01-06 09:12:25 +01:00
|
|
|
URL: https://www.cpan.org/
|
2024-01-06 09:12:24 +01:00
|
|
|
Source: http://www.cpan.org/modules/by-module/Image/Image-Xpm-%{version}.tar.gz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: perl-Image-Base
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 09:12:25 +01:00
|
|
|
BuildRequires: perl >= 2:5.36.0
|
2024-01-06 09:12:24 +01:00
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
This class module provides basic load, manipulate and save functionality for the xpm file format.
|
|
|
|
It inherits from C<Image::Base> which provides additional manipulation functionality, e.g. C<new_from_image()>. See the C<Image::Base> pod for information on adding your own functionality to all the Image::Base derived classes.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n Image-Xpm-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor
|
|
|
|
%make
|
|
|
|
%make test
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall_perl
|
|
|
|
|
|
|
|
packlist=`find %{buildroot} -name .packlist`
|
|
|
|
[ -z "$packlist" ] && exit 1 || cat $packlist | \
|
|
|
|
sed "s,%{buildroot},,g;s,.*/man/.*,&.gz,g" | \
|
|
|
|
sort -u > .packlist && rm -f $packlist
|
|
|
|
|
|
|
|
strid=`echo $packlist | sed 's,.*auto\(.*\)/.packlist,\1,'`
|
|
|
|
for dir in `find %{buildroot} -type d | grep $strid`; do
|
|
|
|
echo "%dir ${dir#%buildroot}" >> .packlist
|
|
|
|
done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files -f .packlist
|
|
|
|
%defattr(-,root,root)
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 09:12:25 +01:00
|
|
|
* Mon Apr 17 2023 Sdk Build System <sdk@mambasoft.it> 1.13-2mamba
|
|
|
|
- rebuilt with perl 5.36.0
|
|
|
|
|
2024-01-06 09:12:24 +01:00
|
|
|
* Sun Jun 11 2017 Automatic Build System <autodist@mambasoft.it> 1.13-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-06 09:12:24 +01:00
|
|
|
* Thu Nov 22 2012 Automatic Build System <autodist@mambasoft.it> 1.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.09-3mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Fri Nov 30 2007 Aleph0 <aleph0@openmamba.org> 1.09-2mamba
|
|
|
|
- specfile updated
|
|
|
|
|
|
|
|
* Tue Oct 26 2004 Mirko Cortillaro <mirko.cortillaro@qilinux.it> 1.09-1qilnx
|
|
|
|
- package created by autospec
|