perl 5.16 mass rebuild [release 0.70-2mamba;Mon Nov 12 2012]

This commit is contained in:
Silvan Calarco 2024-01-06 09:00:21 +01:00
parent 3a60b4e5a2
commit d63a6da7d5
2 changed files with 62 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-File-RsyncP
File::RsyncP - Perl Rsync client

60
perl-File-RsyncP.spec Normal file
View File

@ -0,0 +1,60 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-File-RsyncP
Version: 0.70
Release: 2mamba
Summary: File::RsyncP - Perl Rsync client
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-%{version}.tar.gz
License: Artistic, GPL
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: perl-devel
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
File::RsyncP - Perl Rsync client
%prep
%setup -q -n File-RsyncP-%{version}
%build
perl Makefile.PL PREFIX=%{_prefix} INSTALLDIRS=vendor || true
%make -j1
%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 $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}"
rm -f .packlist
%files -f .packlist
%defattr(-,root,root)
%changelog
* Mon Nov 12 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.70-2mamba
- perl 5.16 mass rebuild
* Tue Jul 27 2010 Automatic Build System <autodist@mambasoft.it> 0.70-1mamba
- automatic update by autodist
* Mon May 04 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 0.68-1mamba
- package created by autospec