]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Added some missing php dependencies.
authorken.sedgwick <ken@bonsai.com>
Sun, 1 Mar 2009 04:13:37 +0000 (20:13 -0800)
committerken.sedgwick <ken@bonsai.com>
Sun, 1 Mar 2009 04:13:37 +0000 (20:13 -0800)
Made the avatar directory apache owned.

scripts/laconica.spec

index f3fa61904ce1b3126984b18e530e460701133cfb..2df41c9323c6b5f8d2b3804d686495caccf6ac29 100644 (file)
@@ -17,6 +17,8 @@ Requires:     php-curl
 Requires:      php-mysql
 Requires:      php-mbstring
 Requires:      php-gettext
+Requires:      php-xml
+Requires:      php-gd
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -67,6 +69,7 @@ rm -rf %buildroot
 %dir %{wwwpath}
 %{wwwpath}/*
 %{_datadir}/laconica/*
+%attr(-,apache,apache) %dir %{_datadir}/laconica/avatar
 %doc COPYING README doc-src/*
 %config(noreplace) %{_sysconfdir}/httpd/conf.d/laconica.conf