rpms/php-pear-Log/devel .cvsignore, 1.6, 1.7 php-pear-Log.spec, 1.7, 1.8 sources, 1.6, 1.7

Remi Collet (remi) fedora-extras-commits at redhat.com
Thu Dec 13 20:16:16 UTC 2007


Author: remi

Update of /cvs/extras/rpms/php-pear-Log/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8430

Modified Files:
	.cvsignore php-pear-Log.spec sources 
Log Message:
update to 1.9.13


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Log/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	12 Dec 2007 17:58:49 -0000	1.6
+++ .cvsignore	13 Dec 2007 20:15:38 -0000	1.7
@@ -1 +1 @@
-Log-1.9.12.tgz
+Log-1.9.13.tgz


Index: php-pear-Log.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Log/devel/php-pear-Log.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- php-pear-Log.spec	12 Dec 2007 17:58:49 -0000	1.7
+++ php-pear-Log.spec	13 Dec 2007 20:15:38 -0000	1.8
@@ -4,7 +4,7 @@
 Summary:        Abstracted logging facility for PHP
 Summary(fr):    Abstraction des outils d'enregistrement de traces pour PHP
 Name:           php-pear-Log
-Version:        1.9.12
+Version:        1.9.13
 Release:        1%{?dist}
 License:        PHP
 Group:          Development/Libraries
@@ -22,6 +22,7 @@
 Requires(postun): %{__pear}
 Provides:       php-pear(Log) = %{version}
 
+
 %description
 The Log framework provides an abstracted logging system. 
 It supports logging to console, file, syslog, SQL, Sqlite, mail, and mcal
@@ -40,14 +41,17 @@
 php-pear-Log peut optionellement utiliser les extensions 
 "php-pear-DB" (version >= 1.3) et "php-pear-MDB2" (version >= 2.0.0RC1).
 
+
 %prep
 %setup -c -q
 %{_bindir}/php -n %{SOURCE2} package.xml >CHANGELOG
 mv package.xml %{pear_name}-%{version}/%{pear_name}.xml
 
+
 %build
 # Empty build section
 
+
 %install
 rm -rf %{buildroot} docdir
 
@@ -65,21 +69,33 @@
 # Sort out documentation
 mv %{buildroot}%{pear_docdir}/%{pear_name}/docs docdir
 
+
+%clean
+rm -rf %{buildroot}
+
+
 %check
 lst=$(find %{buildroot}%{pear_phpdir} -exec grep -q %{buildroot} {} \; -print)
 [ ! -z "$lst" ] && echo "Reference to BUILDROOT in $lst" && exit 1;
 
-%clean
-rm -rf %{buildroot}
+# For documentation purpose only
+# After install, as root :
+# pear run-tests -p Log
+# Should return 
+# 14 PASSED TESTS
+# 2 SKIPPED TESTS
+
 
 %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 docdir/*
@@ -89,7 +105,12 @@
 %{pear_datadir}/Log
 %{pear_xmldir}/%{pear_name}.xml
 
+
 %changelog
+* Thu Dec 13 2007 Remi Collet <Fedora at FamilleCollet.com> 1.9.13-1
+- update to 1.9.13
+- add documentation in %%check (post install only)
+
 * Wed Dec 12 2007 Remi Collet <Fedora at FamilleCollet.com> 1.9.12-1
 - update to 1.9.12
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/php-pear-Log/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	12 Dec 2007 17:58:49 -0000	1.6
+++ sources	13 Dec 2007 20:15:38 -0000	1.7
@@ -1 +1 @@
-92cb287f8f819aa17e433093d9468a48  Log-1.9.12.tgz
+3ce0697e49cf4bfeca997a95bf3d8e0c  Log-1.9.13.tgz




More information about the fedora-extras-commits mailing list