]> git.pld-linux.org Git - packages/horde-groupware.git/commitdiff
- fixed Name
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 23 Feb 2007 13:05:04 +0000 (13:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- commented conf files until they exist
- changed to independent appdir until shared horde is used

Changed files:
    horde-groupware.spec -> 1.6

horde-groupware.spec

index d3a70221ea55b96e32538904b10458f5f1bfe2e5..8882377908e1d4f582cf3aefa23afd79ca9d7821 100644 (file)
@@ -3,7 +3,7 @@
 # - make it use system Kronolith, Turba, Nag and Mnemo.
 # - system PEAR packages
 #   instead of the bundled ones.
-%define        _hordeapp webmail
+%define        _hordeapp groupware
 #define        _snap   2005-08-01
 #define        _rc             rc2
 %define        _rel    0.1
@@ -34,7 +34,8 @@ BuildRoot:    %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _noautoreq      'pear(Horde.*)'
 
 %define                hordedir        /usr/share/horde
-%define                _appdir         %{hordedir}/%{_hordeapp}
+#define                _appdir         %{hordedir}/%{_hordeapp}
+%define                _appdir         %{_datadir}/%{_hordeapp}
 %define                _webapps        /etc/webapps
 %define                _webapp         horde-%{_hordeapp}
 %define                _sysconfdir     %{_webapps}/%{_webapp}
@@ -119,8 +120,10 @@ fi
 %defattr(644,root,root,755)
 %doc README docs/* scripts
 %dir %attr(750,root,http) %{_sysconfdir}
+%if 0
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/apache.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf
+%endif
 %attr(660,root,http) %config(noreplace) %{_sysconfdir}/conf.php
 %attr(660,root,http) %config(noreplace) %ghost %{_sysconfdir}/conf.php.bak
 %attr(640,root,http) %config(noreplace) %{_sysconfdir}/[!c]*.php
This page took 0.10198 seconds and 4 git commands to generate.