2024-01-06 08:38:39 +01:00
|
|
|
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
|
|
|
|
|
|
|
|
Name: perl-CPAN-Changes
|
2024-05-05 10:32:10 +02:00
|
|
|
Version: 0.500004
|
2024-01-06 08:38:39 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Read and write Changes files
|
|
|
|
Group: System/Libraries/Perl
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 08:38:39 +01:00
|
|
|
URL: https://www.cpan.org/
|
2024-01-06 08:38:39 +01:00
|
|
|
Source: http://search.cpan.org/CPAN/authors/id/H/HA/HAARG/CPAN-Changes-%{version}.tar.gz
|
|
|
|
License: GPL, Artistic
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 08:38:39 +01:00
|
|
|
BuildRequires: perl-Encode
|
|
|
|
BuildRequires: perl-Module-Runtime
|
|
|
|
BuildRequires: perl-Moo
|
|
|
|
BuildRequires: perl-Sub-Quote
|
|
|
|
BuildRequires: perl-Type-Tiny
|
2024-01-06 08:38:39 +01:00
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
Requires: perl >= %perl_major_ver
|
|
|
|
|
|
|
|
%description
|
|
|
|
CPAN::Changes - Read and write Changes files.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -n CPAN-Changes-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__perl} Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
|
|
|
|
|
|
|
|
%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-05-05 10:32:10 +02:00
|
|
|
* Sat May 04 2024 Automatic Build System <autodist@openmamba.org> 0.500004-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-02-23 09:35:58 +01:00
|
|
|
* Thu Feb 22 2024 Automatic Build System <autodist@openmamba.org> 0.500003-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:38:39 +01:00
|
|
|
* Fri Oct 27 2023 Automatic Build System <autodist@mambasoft.it> 0.500002-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 08:38:39 +01:00
|
|
|
* Mon Dec 14 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 0.400002-1mamba
|
|
|
|
- package created using the webbuild interface
|