Changes of Revision 6
[-] | Changed | php-pecl-mongodb-dev.spec |
x 1
2 Source0: http://pecl.php.net/get/%{pecl_name}-%{version}%{?prever}.tgz 3 4 # Fix tests when using system libraries 5 -Patch0: %{pecl_name}-tests.patch 6 +#Patch0: %{pecl_name}-tests.patch 7 8 BuildRequires: %{?scl_prefix}php-devel > 5.4 9 BuildRequires: %{?scl_prefix}php-pear 10
11 -i package.xml 12 13 cd NTS 14 -%patch0 -p0 -b .rpm 15 +##patch0 -p0 -b .rpm 16 17 # Sanity check, really often broken 18 extver=$(sed -n '/#define MONGODB_VERSION_S/{s/.* "//;s/".*$//;p}' php_phongo.h) 19 |