rpms/php-pear-PHP-CompatInfo/devel .cvsignore, 1.5, 1.6 php-pear-PHP-CompatInfo.spec, 1.5, 1.6 sources, 1.5, 1.6 PHP-LICENSE-3.01, 1.1, NONE

Remi Collet (remi) fedora-extras-commits at redhat.com
Tue Nov 20 12:57:22 UTC 2007


Author: remi

Update of /cvs/extras/rpms/php-pear-PHP-CompatInfo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv12939

Modified Files:
	.cvsignore php-pear-PHP-CompatInfo.spec sources 
Removed Files:
	PHP-LICENSE-3.01 
Log Message:
update to 1.5.1


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pear-PHP-CompatInfo/devel/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	7 Apr 2007 11:27:36 -0000	1.5
+++ .cvsignore	20 Nov 2007 12:56:49 -0000	1.6
@@ -1 +1 @@
-PHP_CompatInfo-1.4.3.tgz
+PHP_CompatInfo-1.5.1.tgz


Index: php-pear-PHP-CompatInfo.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-PHP-CompatInfo/devel/php-pear-PHP-CompatInfo.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- php-pear-PHP-CompatInfo.spec	7 Apr 2007 11:27:36 -0000	1.5
+++ php-pear-PHP-CompatInfo.spec	20 Nov 2007 12:56:49 -0000	1.6
@@ -2,16 +2,15 @@
 %define pear_name PHP_CompatInfo
 
 Name:           php-pear-PHP-CompatInfo
-Version:        1.4.3
+Version:        1.5.1
 Release:        1%{?dist}
 Summary:        Find out version and extensions required for a piece of code to run
 Summary(fr):    Trouver version et extensions nécessaires à l'exécution d'un code
 
 Group:          Development/Libraries
-License:        PHP License
+License:        PHP
 URL:            http://pear.php.net/package/PHP_CompatInfo
 Source0:        http://pear.php.net/get/%{pear_name}-%{version}.tgz
-Source1:        PHP-LICENSE-3.01
 Source2:        xml2changelog
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -40,12 +39,12 @@
 %{_bindir}/php -n %{SOURCE2} package2.xml >CHANGELOG
 mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml
 
-%{__install} -m 644 -c %{SOURCE1} LICENSE
 
 %build
 cd %{pear_name}-%{version}
 # Empty build section, most likely nothing required.
 
+
 %install
 rm -rf $RPM_BUILD_ROOT docdir
 pushd %{pear_name}-%{version}
@@ -58,41 +57,46 @@
 mkdir -p $RPM_BUILD_ROOT%{pear_xmldir}
 install -pm 644 %{pear_name}.xml $RPM_BUILD_ROOT%{pear_xmldir}
 
-# Create "pcicmd" executable
-dos2unix -n $RPM_BUILD_ROOT%{pear_phpdir}/PHP/CompatInfo/pcicmd.php pcicmd
-%{__mkdir_p} $RPM_BUILD_ROOT%{_bindir}
-(   echo "#!%{_bindir}/php"
-    cat pcicmd
-) > $RPM_BUILD_ROOT%{_bindir}/pcicmd
-%{__chmod} +x $RPM_BUILD_ROOT%{_bindir}/pcicmd
+# rename pci.php to pcicmd to keep consistency with previous release
+mv $RPM_BUILD_ROOT%{_bindir}/pci.php $RPM_BUILD_ROOT%{_bindir}/pcicmd
 
 popd
 # Move documentation
 mv $RPM_BUILD_ROOT%{pear_docdir}/%{pear_name} docdir
 # avoid rpmlint warning "wrong-file-end-of-line-encoding"
-dos2unix -o docdir/docs/examples/* docdir/tests/*
+#dos2unix -o docdir/docs/examples/* docdir/tests/*
+ls -al docdir/docs
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
+
 %post
 %{__pear} install --nodeps --soft --force --register-only \
     %{pear_xmldir}/%{pear_name}.xml >/dev/null || :
 
+
 %postun
 if [ $1 -eq 0 ] ; then
     %{__pear} uninstall --nodeps --ignore-errors --register-only \
         %{pear_name} >/dev/null || :
 fi
 
+
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG LICENSE docdir/tests docdir/docs/examples
+%doc CHANGELOG docdir/tests docdir/docs/*
 %{pear_phpdir}/PHP
 %{pear_xmldir}/%{pear_name}.xml
 %{_bindir}/pcicmd
 
+
 %changelog
+* Tue Nov 20 2007 Remi Collet <Fedora at FamilleCollet.com> 1.5.1-1
+- upgrade to 1.5.1
+- fix licence + del file
+
 * Sat Apr 07 2007 Remi Collet <Fedora at FamilleCollet.com> 1.4.3-1
 - upgrade to 1.4.3
 
@@ -109,3 +113,4 @@
 - add french summary and description
 - add pcicmd in /usr/bin
 - convert docs to avoid rpmlint warning "wrong-file-end-of-line-encoding"
+


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pear-PHP-CompatInfo/devel/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	7 Apr 2007 11:27:36 -0000	1.5
+++ sources	20 Nov 2007 12:56:49 -0000	1.6
@@ -1 +1 @@
-cc05a26a79e3b2cdd0efb7a7239f5454  PHP_CompatInfo-1.4.3.tgz
+0180665d11d4c3dae706b6cbd3f21ba7  PHP_CompatInfo-1.5.1.tgz


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




More information about the fedora-extras-commits mailing list