]> git.pld-linux.org Git - packages/ejabberd.git/commitdiff
- fix logdb bcond
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 15 Aug 2009 12:41:50 +0000 (12:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ejabberd.spec -> 1.52

ejabberd.spec

index e004480c774d19ac55626bba81ced03ecb3612a7..3b291e5ef4825274d86fd0f160fdaa87470246b0 100644 (file)
@@ -125,12 +125,16 @@ fi
 %attr(755,root,root) %{_sbindir}/*
 %attr(640,root,jabber) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/jabber/*
 %attr(770,root,jabber) /var/log/ejabberd
+%if %{with logdb}
 %exclude %{_libdir}/ejabberd/ebin/mod_logdb*
+%endif
 %{_libdir}/ejabberd
 %dir %attr(770,root,jabber) /var/lib/ejabberd
 %attr(754,root,root) /etc/rc.d/init.d/%{realname}
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{realname}
 
+%if %{with logdb}
 %files logdb
 %defattr(644,root,root,755)
 %{_libdir}/ejabberd/ebin/mod_logdb*
+%endif
This page took 0.039525 seconds and 4 git commands to generate.