Author: paszczus                     Date: Sat May  2 08:31:45 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- updated to 1.0.12
- updated URL
- %files clenaup

---- Files affected:
packages/coovachilli:
   coovachilli.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: packages/coovachilli/coovachilli.spec
diff -u packages/coovachilli/coovachilli.spec:1.1 
packages/coovachilli/coovachilli.spec:1.2
--- packages/coovachilli/coovachilli.spec:1.1   Sat May  2 10:17:48 2009
+++ packages/coovachilli/coovachilli.spec       Sat May  2 10:31:40 2009
@@ -1,13 +1,13 @@
 # $Revision$, $Date$
 Summary:       CoovaChilli - Software access controller
 Name:          coovachilli
-Version:       1.0.11
+Version:       1.0.12
 Release:       0.1
 License:       GPL
 Group:         Applications
 Source0:       http://ap.coova.org/chilli/coova-chilli-%{version}.tar.gz
-# Source0-md5: d932dc9ca42b90d56ef27552f049c44a
-URL:           http://coova.org
+# Source0-md5: 365f46fe79b3d76432544d6bc5f37939
+URL:           http://coova.org/wiki/index.php/CoovaChilli
 BuildRequires: rpmbuild(macros) >= 1.228
 Requires(post,preun):  /sbin/chkconfig
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -40,13 +40,13 @@
 rm -rf $RPM_BUILD_ROOT
 
 %post
-/sbin/chkconfig --add %{name}
-%service %{name} restart
+/sbin/chkconfig --add chilli
+%service chilli restart
 
 %preun
 if [ "$1" = "0" ]; then
-       %service -q %{name} stop
-       /sbin/chkconfig --del %{name}
+       %service -q chilli stop
+       /sbin/chkconfig --del chilli
 fi
 
 %files
@@ -55,13 +55,11 @@
 %attr(755,root,root) %{_libdir}/*.so*
 %attr(754,root,root) /etc/init.d/chilli
 %doc AUTHORS COPYING ChangeLog INSTALL README doc/dictionary.chillispot 
doc/hotspotlogin.cgi
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli.conf
 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli/*
-%dir %{_sysconfdir}/chilli
 %attr(755,root,root)%{_sysconfdir}/chilli/www/config.sh
-%{_sysconfdir}/chilli/www/*
-%{_sysconfdir}/chilli/wwwsh
-%{_sysconfdir}/chilli/functions
-%{_sysconfdir}/chilli/*.sh
+%dir %{_sysconfdir}/chilli/www
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/chilli/www/*
 %{_mandir}/man1/*.1*
 %{_mandir}/man5/*.5*
 %{_mandir}/man8/*.8*
@@ -70,7 +68,13 @@
 %changelog
 * %{date} PLD Team <[email protected]>
 All persons listed below can be reached at <cvs_login>@pld-linux.org
+
 $Log$
+Revision 1.2  2009/05/02 08:31:40  paszczus
+- updated to 1.0.12
+- updated URL
+- %files clenaup
+
 Revision 1.1  2009/05/02 08:17:48  paszczus
 - initial
 
================================================================

---- CVS-web:
    
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/coovachilli/coovachilli.spec?r1=1.1&r2=1.2&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to