rpms/php-pear-PhpDocumentor/EL-5 .cvsignore, 1.2, 1.3 php-pear-PhpDocumentor.spec, 1.2, 1.3 sources, 1.2, 1.3

Konstantin Ryabitsev (icon) fedora-extras-commits at redhat.com
Tue Jul 1 01:20:35 UTC 2008


Author: icon

Update of /cvs/pkgs/rpms/php-pear-PhpDocumentor/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv9138

Modified Files:
	.cvsignore php-pear-PhpDocumentor.spec sources 
Log Message:
Update to the latest version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/php-pear-PhpDocumentor/EL-5/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	11 Jun 2007 14:10:05 -0000	1.2
+++ .cvsignore	1 Jul 2008 01:19:47 -0000	1.3
@@ -1 +1 @@
-PhpDocumentor-1.3.2.tgz
+PhpDocumentor-1.4.2.tgz


Index: php-pear-PhpDocumentor.spec
===================================================================
RCS file: /cvs/pkgs/rpms/php-pear-PhpDocumentor/EL-5/php-pear-PhpDocumentor.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- php-pear-PhpDocumentor.spec	12 Jun 2007 20:48:02 -0000	1.2
+++ php-pear-PhpDocumentor.spec	1 Jul 2008 01:19:47 -0000	1.3
@@ -3,9 +3,9 @@
 
 Summary:          The complete documentation solution for PHP
 Name:             php-pear-PhpDocumentor
-Version:          1.3.2
-Release:          2%{?dist}
-License:          LGPL
+Version:          1.4.2
+Release:          1%{?dist}
+License:          LGPLv2+
 Group:            Development/Libraries
 URL:              http://www.phpdoc.org/
 Source0:          http://download.sourceforge.net/phpdocu/%{pear_name}-%{version}.tgz
@@ -13,7 +13,7 @@
 
 BuildArch:        noarch
 BuildRequires:    php-pear >= 1:1.4.9
-Requires:         php-pear(PEAR), php-common > 5.1.0
+Requires:         php-pear(PEAR), php-Smarty >= 2.6.0
 Requires(post):   %{__pear}
 Requires(postun): %{__pear}
 Provides:         php-pear(%{pear_name}) = %{version}
@@ -36,7 +36,6 @@
 Summary:    Command-line utility for PhpDocumentor
 Group:      Development/Tools
 Requires:   %{name} = %{version}-%{release}
-Requires:   php-cli
 
 %description -n phpdoc
 This package includes a utility to run PhpDocumentor from the command-line
@@ -57,6 +56,9 @@
 mv package2.xml %{pear_name}-%{version}/%{pear_name}.xml
 cd %{pear_name}-%{version}
 
+# don't install our own php-Smarty
+sed -i -e '/Smarty-2/d' %{pear_name}.xml
+
 
 %build
 
@@ -79,6 +81,10 @@
 # Remove scripts out of bindir
 rm -rf $RPM_BUILD_ROOT%{_bindir}/scripts 
 
+# Point to the system php-Smarty
+sed -i -e "s|phpDocumentor/Smarty-2.6.0/libs|Smarty|" \
+    $RPM_BUILD_ROOT%{pear_phpdir}/%{pear_name}/phpDocumentor/Converter.inc
+
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -115,6 +121,19 @@
 
 
 %changelog
+* Mon Jun 30 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.4.2-1
+- Upstream 1.4.2.
+
+* Fri Mar 21 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.4.1-2
+- Use system php-Smarty.
+
+* Sun Feb 17 2008 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.4.1-1
+- Upstream 1.4.1.
+
+* Fri Aug 17 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.4.0-1
+- New major upstream release 1.4.0
+- Drop explicit requirements on php -- let php-pear pull in what is necessary
+
 * Tue Jun 12 2007 Konstantin Ryabitsev <icon at fedoraproject.org> - 1.3.2-2
 - Require parent n-v-r instead of php-pear(pear-name) in phpdoc for simplicity
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/php-pear-PhpDocumentor/EL-5/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	11 Jun 2007 14:10:05 -0000	1.2
+++ sources	1 Jul 2008 01:19:47 -0000	1.3
@@ -1 +1 @@
-747e4bd9ddffeb0bfb9375c870a1d17f  PhpDocumentor-1.3.2.tgz
+778bea6edb876c70d906bec8c4490a0e  PhpDocumentor-1.4.2.tgz




More information about the fedora-extras-commits mailing list