rpms/php-pecl-pdflib/EL-5 php-pecl-pdflib.spec,1.4,1.5

Remi Collet remi at rpmfusion.org
Sat Jul 23 10:30:03 CEST 2011


Author: remi

Update of /cvs/nonfree/rpms/php-pecl-pdflib/EL-5
In directory se02.es.rpmfusion.net:/tmp/cvs-serv14223

Modified Files:
	php-pecl-pdflib.spec 
Log Message:
fix EL-5 build


Index: php-pecl-pdflib.spec
===================================================================
RCS file: /cvs/nonfree/rpms/php-pecl-pdflib/EL-5/php-pecl-pdflib.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- php-pecl-pdflib.spec	23 Jul 2011 07:33:09 -0000	1.4
+++ php-pecl-pdflib.spec	23 Jul 2011 08:30:03 -0000	1.5
@@ -9,7 +9,7 @@
 Summary(fr):    Extension pour générer des fichiers PDF
 Name:           php-pecl-pdflib
 Version:        2.1.8
-Release:        2%{?dist}
+Release:        2%{?dist}.1
 License:        PHP
 Group:          Development/Languages
 URL:            http://pecl.php.net/package/pdflib
@@ -90,7 +90,7 @@
 php -n \
     -d extension_dir=modules \
     -d extension=%{extname}.so \
-    --modules | grep %{extname}
+    -m | grep %{extname}
 
 
 %if 0%{?pecl_install:1}
@@ -120,7 +120,10 @@
 
 
 %changelog
-* Sat Jul 23 2013 Remi Collet <rpmfusion at FamilleCollet.com> 2.1.8-1
+* Sat Jul 23 2011 Remi Collet <rpmfusion at FamilleCollet.com> 2.1.8-2.1
+- fix %%check (php 5.1 doesnt have --modules)
+
+* Sat Jul 23 2011 Remi Collet <rpmfusion at FamilleCollet.com> 2.1.8-2
 - fix private-shared-object-provides rpmlint warning
 - fix macro usage
 - add %%check, minimal load test



More information about the rpmfusion-commits mailing list