Name: php-IDNA_Convert Version: 0.6.3 Release: 2%{?dist} Summary: Provides conversion of internationalized strings to UTF8 Group: Development/Libraries License: LGPLv2+ URL: http://idnaconv.phlymail.de/ Source0: http://phlymail.com/download/Goodies/idna_convert_063.zip BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch Requires: php %description This converter allows you to transfer domain names between the encoded (Punycode) notation and the decoded (UTF-8) notation. %prep %setup -qc %build #empty build string to placate rpmlint %install rm -rf $RPM_BUILD_ROOT %{__mkdir} -p %{buildroot}/%{_datadir}/php/IDNA_Convert cp -a idna_convert.class.php %{buildroot}/%{_datadir}/php/IDNA_Convert/ cp -a transcode_wrapper.php %{buildroot}/%{_datadir}/php/IDNA_Convert cp -a uctc.php %{buildroot}/%{_datadir}/php/IDNA_Convert %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %{_datadir}/php/IDNA_Convert %doc LICENCE ReadMe.txt example.php %changelog * Thu Apr 23 2009 David Nalley 0.6.3-2 - Corrected license to LGPLv2+ from LGPLv2 * Wed Apr 22 2009 David Nalley 0.6.3-1 - Initial packaging efforts