rpms/php-pear-Net-Curl/EL-5 .cvsignore, 1.2, 1.3 php-pear-Net-Curl.spec, 1.1, 1.2 sources, 1.2, 1.3 PHP-LICENSE-3.01, 1.1, NONE

Christopher Stone (xulchris) fedora-extras-commits at redhat.com
Fri May 23 02:37:15 UTC 2008


Author: xulchris

Update of /cvs/extras/rpms/php-pear-Net-Curl/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13857/EL-5

Modified Files:
	.cvsignore php-pear-Net-Curl.spec sources 
Removed Files:
	PHP-LICENSE-3.01 
Log Message:
upstream sync


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Net-Curl/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Sep 2006 02:25:37 -0000	1.2
+++ .cvsignore	23 May 2008 02:35:23 -0000	1.3
@@ -1 +1 @@
-Net_Curl-1.2.3.tgz
+Net_Curl-1.2.5.tgz


Index: php-pear-Net-Curl.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Net-Curl/EL-5/php-pear-Net-Curl.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pear-Net-Curl.spec	8 Sep 2006 02:25:37 -0000	1.1
+++ php-pear-Net-Curl.spec	23 May 2008 02:35:23 -0000	1.2
@@ -2,15 +2,14 @@
 %define ClassName Net_Curl
 
 Name:           php-pear-Net-Curl
-Version:        1.2.3
-Release:        2%{?dist}
+Version:        1.2.5
+Release:        1%{?dist}
 Summary:        OO interface to PHP's cURL extension
 
 Group:          Development/Libraries
-License:        PHP License
+License:        BSD
 URL:            http://pear.php.net/package/Net_Curl
 Source0:        http://pear.php.net/get/%{ClassName}-%{version}.tgz
-Source1:        PHP-LICENSE-3.01
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -25,11 +24,15 @@
 
 
 %prep
-%setup -q -c
+%setup -qc
 [ -f package2.xml ] || mv package.xml package2.xml
 mv package2.xml %{ClassName}-%{version}/%{ClassName}.xml
 cd %{ClassName}-%{version}
-install -pm 644 -c %{SOURCE1} LICENSE
+
+
+%build
+cd %{ClassName}-%{version}
+# Empty build section, most likely nothing required.
 
 
 %install
@@ -45,7 +48,7 @@
 rm -rf $RPM_BUILD_ROOT%{pear_phpdir}/.??*
 
 # Install XML package description
-mkdir -p $RPM_BUILD_ROOT%{pear_xmldir}
+install -d $RPM_BUILD_ROOT%{pear_xmldir}
 install -pm 644 %{ClassName}.xml $RPM_BUILD_ROOT%{pear_xmldir}
 
 
@@ -67,13 +70,17 @@
 %files
 %defattr(-,root,root,-)
 %doc %{ClassName}-%{version}/docdir/%{ClassName}/*
-%doc %{ClassName}-%{version}/LICENSE
 %{pear_xmldir}/%{ClassName}.xml
 %{pear_phpdir}/Net
 %{pear_phpdir}/Net/Curl.php
 
 
 %changelog
+* Thu May 22 2008 Christopher Stone <chris.stone at gmail.com> 1.2.5-1
+- Upstream sync
+- Change license to BSD
+- Add empty %%build section
+
 * Thu Sep 07 2006 Christopher Stone <chris.stone at gmail.com> 1.2.3-2
 - Add LICENSE file to %%doc
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Net-Curl/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Sep 2006 02:25:37 -0000	1.2
+++ sources	23 May 2008 02:35:23 -0000	1.3
@@ -1 +1 @@
-6a26900c1111336aa45615d4a3a4f66a  Net_Curl-1.2.3.tgz
+0bb20480301256a7c5a04b4ca7e6f755  Net_Curl-1.2.5.tgz


--- PHP-LICENSE-3.01 DELETED ---




More information about the fedora-extras-commits mailing list