automatic rebuild by autodist [release 0.99-3mamba;Thu Aug 29 2013]

This commit is contained in:
Automatic Build System 2024-01-06 09:24:08 +01:00
parent c0cd2d2d7c
commit a023894c04
2 changed files with 63 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# perl-Net-IDN-Encode
The "Net::IDN::Encode" module provides an easy-to-use interface for Internationalized Domain Names (IDNs).

61
perl-Net-IDN-Encode.spec Normal file
View File

@ -0,0 +1,61 @@
%define perl_major_ver %(eval `perl -V:version`; echo ${version%*.[0-9]*}.0)
Name: perl-Net-IDN-Encode
Version: 0.99
Release: 3mamba
Summary: Net::IDN::Encode - Encoding/Decoding of Internationalized Domain Names (IDNs).
Group: System/Libraries/Perl
Vendor: openmamba
Distribution: openmamba
Packager: Automatic Build System <autodist@mambasoft.it>
URL: http://www.cpan.org
Source: http://search.cpan.org/CPAN/authors/id/C/CF/CFAERBER/Net-IDN-Encode-%{version}_20080919.tar.gz
License: Artistic, GPL
Requires: perl >= %perl_major_ver
## AUTOBUILDREQ-BEGIN
BuildRequires: perl-devel
BuildRequires: perl-Unicode-Stringprep
## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
The "Net::IDN::Encode" module provides an easy-to-use interface for Internationalized Domain Names (IDNs).
%prep
%setup -q -n Net-IDN-Encode-%{version}_20080919
%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
* Thu Aug 29 2013 Automatic Build System <autodist@mambasoft.it> 0.99-3mamba
- automatic rebuild by autodist
* Wed Nov 05 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.99-2mamba
- automatic rebuild by autodist
* Mon Oct 20 2008 gil <puntogil@libero.it> 0.99-1mamba
- package created by autospec