rpms/php-IDNA_Convert/devel import.log, NONE, 1.1 php-IDNA_Convert.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Nalley ke4qqq at fedoraproject.org
Sun May 10 06:14:44 UTC 2009


Author: ke4qqq

Update of /cvs/pkgs/rpms/php-IDNA_Convert/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23895/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-IDNA_Convert.spec 
Log Message:
* Sun May 10 2009 David Nalley <david at gnsa.us>
- Initial Commit



--- NEW FILE import.log ---
php-IDNA_Convert-0_6_3-2_fc10:HEAD:php-IDNA_Convert-0.6.3-2.fc10.src.rpm:1241935863


--- NEW FILE php-IDNA_Convert.spec ---
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 ${buildroot}
%{__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 ${buildroot}


%files
%defattr(-,root,root,-)
%{_datadir}/php/IDNA_Convert
%doc LICENCE ReadMe.txt example.php



%changelog
* Thu Apr 23 2009 David Nalley <david at gnsa.us> 0.6.3-2
- Corrected license to LGPLv2+ from LGPLv2
* Wed Apr 22 2009 David Nalley <david at gnsa.us> 0.6.3-1
- Initial packaging efforts


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-IDNA_Convert/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 May 2009 20:55:11 -0000	1.1
+++ .cvsignore	10 May 2009 06:14:13 -0000	1.2
@@ -0,0 +1 @@
+idna_convert_063.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-IDNA_Convert/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 May 2009 20:55:11 -0000	1.1
+++ sources	10 May 2009 06:14:13 -0000	1.2
@@ -0,0 +1 @@
+142bf88fb10a3a7a64238dd4b0226def  idna_convert_063.zip




More information about the fedora-extras-commits mailing list