]> git.pld-linux.org Git - packages/coova-chilli.git/commitdiff
- %files fixes
authorpawelz <pawelz@pld-linux.org>
Wed, 20 Oct 2010 16:44:49 +0000 (16:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- temporarily disabled the default captive portal
- what to do with /usr/lib/python/CoovaChilliLib.py?

Changed files:
    coova-chilli.spec -> 1.15

coova-chilli.spec

index 6eb9c576d2038f24390443358f55b10bd2bdccb5..5e2c4965e117a9a62894c53f8035208d685a3249 100644 (file)
@@ -90,8 +90,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_sbindir}/*
-%attr(755,root,root) %{_libdir}/*.so*
+%attr(755,root,root) %{_sbindir}/chilli
 %attr(755,root,root) %ghost %{_libdir}/libbstring.so.0
 %attr(755,root,root) %{_libdir}/libbstring.so.0.0.0
 %attr(755,root,root) %ghost %{_libdir}/libchilli.so.0
@@ -100,10 +99,16 @@ fi
 %doc AUTHORS COPYING ChangeLog INSTALL README doc/dictionary.chillispot doc/hotspotlogin.cgi
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli.conf
 %dir %{_sysconfdir}/chilli
+%attr(755,root,root) %{_sbindir}/chilli_opt
+%attr(755,root,root) %{_sbindir}/chilli_query
+%attr(755,root,root) %{_sbindir}/chilli_radconfig
+%attr(755,root,root) %{_sbindir}/chilli_response
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli/*
 %attr(755,root,root)%{_sysconfdir}/chilli/www/config.sh
+%if 0
 %dir %{_sysconfdir}/chilli/www
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli/www/*
+%endif
 %{_mandir}/man1/*.1*
 %{_mandir}/man5/*.5*
 %{_mandir}/man8/*.8*
This page took 0.108853 seconds and 4 git commands to generate.