Author: glen Date: Sat Jan 16 17:51:00 2010 GMT Module: packages Tag: HEAD ---- Log message: - cleanup, requires devel package to build
---- Files affected: packages/php-pecl-xslcache: php-pecl-xslcache.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/php-pecl-xslcache/php-pecl-xslcache.spec diff -u packages/php-pecl-xslcache/php-pecl-xslcache.spec:1.1 packages/php-pecl-xslcache/php-pecl-xslcache.spec:1.2 --- packages/php-pecl-xslcache/php-pecl-xslcache.spec:1.1 Sat Jan 16 13:28:28 2010 +++ packages/php-pecl-xslcache/php-pecl-xslcache.spec Sat Jan 16 18:50:55 2010 @@ -14,7 +14,7 @@ Source0: http://pecl.php.net/get/%{modname}-%{version}.tgz # Source0-md5: 1e32327f62122055ece6f78fa2b851b2 URL: http://pecl.php.net/package/xslcache -BuildRequires: libxslt +BuildRequires: libxslt-devel >= 1.1.0 BuildRequires: php-devel >= 3:5.0.0 BuildRequires: rpmbuild(macros) >= 1.519 %{?requires_php_extension} @@ -30,8 +30,6 @@ beneficial in production use for a few applications on the New York Times' website. -#%description -l pl.UTF-8 - %prep %setup -q -c mv %{modname}-%{version}/* . @@ -44,10 +42,7 @@ %{__make} %install -rm -rf $RPM_BUILD_ROOT -#install -d $RPM_BUILD_ROOT%{php_sysconfdir}/conf.d install -d $RPM_BUILD_ROOT{%{php_sysconfdir}/conf.d,%{php_extensiondir}} -#install -d $RPM_BUILD_ROOT{%{php_sysconfdir}/conf.d,%{php_extensiondir}} %{__make} install \ INSTALL_ROOT=$RPM_BUILD_ROOT \ @@ -57,8 +52,6 @@ extension=%{modname}.so EOF -#cp -a examples/* $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version} - %clean rm -rf $RPM_BUILD_ROOT @@ -72,16 +65,17 @@ %files %defattr(644,root,root,755) -%doc CREDITS EXPERIMENTAL +%doc CREDITS %config(noreplace) %verify(not md5 mtime size) %{php_sysconfdir}/conf.d/%{modname}.ini %attr(755,root,root) %{php_extensiondir}/%{modname}.so -#%{_examplesdir}/%{name}-%{version} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog * %{date} PLD Team <[email protected]> All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/01/16 17:50:55 glen +- cleanup, requires devel package to build + Revision 1.1 2010/01/16 12:28:28 amateja - initial - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/php-pecl-xslcache/php-pecl-xslcache.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
