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

David Nalley ke4qqq at fedoraproject.org
Thu Dec 10 23:52:17 UTC 2009


Author: ke4qqq

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

Modified Files:
	.cvsignore sources 
Added Files:
	import.log php-nusoap.spec 
Log Message:
* Thu Dec 10 2009 David Nalley <david at gnsa.us> 0.7.3-2
- initial commit




--- NEW FILE import.log ---
php-nusoap-0_7_3-2_fc12:HEAD:php-nusoap-0.7.3-2.fc12.src.rpm:1260489144


--- NEW FILE php-nusoap.spec ---
%global php_libname          nusoap
Name:      php-nusoap
Version:   0.7.3
Release:   2%{?dist}
License:   LGPLv2+
Summary:   SOAP Toolkit for PHP 
Group:     Development/Libraries
URL:       http://nusoap.sourceforge.net/
Source:    http://downloads.sourceforge.net/%{php_libname}/%{php_libname}-%{version}.zip
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Requires:  php-common
BuildRequires: dos2unix
BuildArch: noarch

%description
NuSOAP is a rewrite of SOAPx4, provided by NuSphere and Dietrich Ayala. It is 
a set of PHP classes - no PHP extensions required - that allow developers to 
create and consume web services based on SOAP 1.1, WSDL 1.1 and HTTP 1.0/1.1.

%prep
%setup -c -q
dos2unix samples/*
dos2unix lib/changelog
iconv -f iso8859-1 -t utf-8 lib/changelog > lib/changelog.txt && mv -f lib/changelog.txt lib/changelog

%build

%install
rm -rf %{buildroot}

mkdir -p %{buildroot}%{_datadir}/php/%{php_libname}
cp -a lib/*.php %{buildroot}%{_datadir}/php/%{php_libname}

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc samples lib/changelog
%{_datadir}/php/%{php_libname}

%changelog
* Tue Dec 08 2009 David Nalley <david at gnsa.us> 0.7.3-2
- improved spec legibility with addition of newlines
- corrected license
- changed versioned php require to php-common
* Thu Nov 26 2009 David Nalley <david at gnsa.us> 0.7.3-1
- Initial Packaging



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-nusoap/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	9 Dec 2009 17:40:31 -0000	1.1
+++ .cvsignore	10 Dec 2009 23:52:17 -0000	1.2
@@ -0,0 +1 @@
+nusoap-0.7.3.zip


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-nusoap/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	9 Dec 2009 17:40:31 -0000	1.1
+++ sources	10 Dec 2009 23:52:17 -0000	1.2
@@ -0,0 +1 @@
+19843319571f6b79f9ed56ef3bb59100  nusoap-0.7.3.zip




More information about the scm-commits mailing list