diff options
author | ken.sedgwick <ken@bonsai.com> | 2009-02-28 20:13:37 -0800 |
---|---|---|
committer | ken.sedgwick <ken@bonsai.com> | 2009-02-28 20:13:37 -0800 |
commit | 7fa6bb07d859d917080c6b110084ddedd5a772e8 (patch) | |
tree | accfce6b0089e19d06c5be4ba7ae12f6ef437737 | |
parent | 3bf485ec95f3da56c779671b7a26f36085d93099 (diff) |
Added some missing php dependencies.
Made the avatar directory apache owned.
-rw-r--r-- | scripts/laconica.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/laconica.spec b/scripts/laconica.spec index f3fa61904..2df41c932 100644 --- a/scripts/laconica.spec +++ b/scripts/laconica.spec @@ -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 |