Files
perl-XML-Stream/perl-XML-Stream.spec

76 lines
2.2 KiB
RPMSpec

%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-XML-Stream
Version: 1.24
Release: 2mamba
Summary: XML::Stream - Creates and XML Stream connection and parses return data
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.cpan.org/
Source: http://search.cpan.org/CPAN/authors/id/D/DA/DAPATRICK/XML-Stream-%{version}.tar.gz
License: GPL, Artistic
BuildArch: noarch
## AUTOBUILDREQ-BEGIN
BuildRequires: libperl
BuildRequires: perl-Authen-SASL
BuildRequires: perl-Encode
BuildRequires: perl-Scalar-List-Utils
BuildRequires: perl-devel
## AUTOBUILDREQ-END
%description
XML::Stream - Creates and XML Stream connection and parses return data
%prep
%setup -q -n XML-Stream-%{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 $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 Dec 01 2025 Automatic Build System <autodist@openmamba.org> 1.24-2mamba
- automatic rebuild by autodist
* Tue Jan 20 2015 Automatic Build System <autodist@mambasoft.it> 1.24-1mamba
- automatic update by autodist
* Sun Dec 21 2014 Automatic Build System <autodist@mambasoft.it> 1.23_07-1mamba
- automatic update by autodist
* Tue May 28 2013 Automatic Build System <autodist@mambasoft.it> 1.23_06-1mamba
- automatic update by autodist
* Sun Apr 28 2013 Automatic Build System <autodist@mambasoft.it> 1.23-1mamba
- update to 1.23
* Tue Nov 13 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22-2mamba
- perl 5.16 mass rebuild
* Sat Jan 03 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 1.22-1mamba
- package created by autospec