Changes of Revision 6
[-] | Changed | php-sqlite2.spec |
x 1
2 %build 3 %{_bindir}/phpize 4 %configure --with-sqlite --with-sqlite-utf8 --with-php-config=%{_bindir}/php-config 5 +cat config.h || : 6 %{__make} %{?_smp_mflags} 7 8 9 %install 10 -pushd %{pkgname}-%{pkgversion} 11 %__make DESTDIR=%{buildroot} install 12 13 -popd 14 %{__mkdir_p} %{buildroot}%{pecl_xmldir} 15 %{__install} -m 644 package.xml %{buildroot}%{pecl_xmldir}/%{name}.xml 16 17
18 19 %files 20 %defattr(-,root,root) 21 +%doc CREDITS README TODO 22 +%config(noreplace) %{_sysconfdir}/php.d/sqlite2.ini 23 +%{pecl_xmldir}/%{name}.xml 24 +%{php_extdir}/sqlite.so 25 26 %changelog 27 |