SPECS: ggz-server.spec - add empty config file to /etc/ggzd

lisu lisu at pld-linux.org
Sun Jan 27 11:56:32 CET 2008


Author: lisu                         Date: Sun Jan 27 10:56:32 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- add empty config file to /etc/ggzd

---- Files affected:
SPECS:
   ggz-server.spec (1.5 -> 1.6) 

---- Diffs:

================================================================
Index: SPECS/ggz-server.spec
diff -u SPECS/ggz-server.spec:1.5 SPECS/ggz-server.spec:1.6
--- SPECS/ggz-server.spec:1.5	Fri Aug  3 20:55:54 2007
+++ SPECS/ggz-server.spec	Sun Jan 27 11:56:27 2008
@@ -75,13 +75,15 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,ggzd}
 
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/ggzd
 
+:> $RPM_BUILD_ROOT/etc/ggzd/ggzd.conf
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -100,6 +102,8 @@
 
 %files
 %defattr(644,root,root,755)
+%dir %{_sysconfdir}/ggzd
+%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ggzd/*.conf
 %doc AUTHORS ChangeLog NEWS README TODO ggzd/ggzd.conf.example
 %attr(755,root,root) %{_bindir}/ggzd*
 %attr(755,root,root) %{_libdir}/ggzd
@@ -126,6 +130,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.6  2008-01-27 10:56:27  lisu
+- add empty config file to /etc/ggzd
+
 Revision 1.5  2007-08-03 18:55:54  qboosh
 - more BRs, devel deps
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ggz-server.spec?r1=1.5&r2=1.6&f=u



More information about the pld-cvs-commit mailing list