rpms/php-pecl-pdo/devel php-pecl-pdo.spec,1.1,1.2

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Jun 2 12:11:07 UTC 2005


Author: thias

Update of /cvs/extras/rpms/php-pecl-pdo/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28863/devel

Modified Files:
	php-pecl-pdo.spec 
Log Message:
Fix problems found by Ignacio during his reviewing.



Index: php-pecl-pdo.spec
===================================================================
RCS file: /cvs/extras/rpms/php-pecl-pdo/devel/php-pecl-pdo.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- php-pecl-pdo.spec	31 May 2005 14:23:24 -0000	1.1
+++ php-pecl-pdo.spec	2 Jun 2005 12:11:04 -0000	1.2
@@ -3,7 +3,7 @@
 Summary: PECL package for PHP Data Objects Interface
 Name: php-pecl-pdo
 Version: 0.3
-Release: 1
+Release: 2%{?dist}
 License: PHP
 Group: Development/Languages
 URL: http://pecl.php.net/package/PDO
@@ -38,11 +38,13 @@
 
 
 %prep 
-phpize
 %setup -n PDO-%{version}
+# Many files are +x without no obvious real reason
+%{__chmod} -x *
 
 
 %build
+phpize
 %configure
 %{__make} %{?_smp_mflags}
 
@@ -73,7 +75,13 @@
 %defattr(-, root, root, 0755)
 %{_includedir}/php/ext/pdo/
 
+
 %changelog
+* Thu Jun  2 2005 Matthias Saou <http://freshrpms.net/> 0.3-2
+- Move phpize from setup to build. Silly copy/paste error.
+- Remove execution bit from all files in the source tree.
+- Add %%{?dist} tag to make it easier to keep FC-4 and FC-5 branches in sync.
+
 * Tue May  3 2005 Matthias Saou <http://freshrpms.net/> 0.3-1
 - Initial RPM release.
 




More information about the fedora-extras-commits mailing list