packages: mumble/mumble.spec - fix it, but leaving it broken is really temp...

shadzik shadzik at pld-linux.org
Fri Apr 16 22:15:25 CEST 2010


Author: shadzik                      Date: Fri Apr 16 20:15:25 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix it, but leaving it broken is really temptatious instead of having it somehow working ;)

---- Files affected:
packages/mumble:
   mumble.spec (1.28 -> 1.29) 

---- Diffs:

================================================================
Index: packages/mumble/mumble.spec
diff -u packages/mumble/mumble.spec:1.28 packages/mumble/mumble.spec:1.29
--- packages/mumble/mumble.spec:1.28	Fri Apr 16 22:12:59 2010
+++ packages/mumble/mumble.spec	Fri Apr 16 22:15:20 2010
@@ -44,6 +44,8 @@
 Requires:	speech-dispatcher
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		_appdir		/var/lib/murmur
+
 %description
 Low-latency, high-quality voice communication for gamers. Includes
 game linking, so voice from other players comes from the direction of
@@ -82,7 +84,7 @@
 
 install -d $RPM_BUILD_ROOT{%{_sbindir},%{_bindir},%{_libdir}/%{name},%{_sysconfdir}/murmur,%{_desktopdir}}
 install -d $RPM_BUILD_ROOT{%{_iconsdir}/hicolor/{16x16,32x32,48x48,64x64},%{_pixmapsdir}}
-install -d $RPM_BUILD_ROOT/etc/rc.d/init.d
+install -d $RPM_BUILD_ROOT{/etc/rc.d/init.d,%{_appdir}}
 install -d $RPM_BUILD_ROOT/etc/logrotate.d
 
 %{__make} install \
@@ -138,7 +140,8 @@
 
 %files server
 %defattr(644,root,root,755)
-%attr(750,root,murmur) %dir %{_sysconfdir}/murmur
+%attr(750,root,root) %dir %{_sysconfdir}/murmur
+%attr(770,root,murmur) %dir %{_appdir}
 %attr(640,root,murmur) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/murmur/murmur.ini
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/logrotate.d/murmur
 %attr(755,root,root) %{_sbindir}/murmurd
@@ -150,6 +153,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.29  2010/04/16 20:15:20  shadzik
+- fix it, but leaving it broken is really temptatious instead of having it somehow working ;)
+
 Revision 1.28  2010/04/16 20:12:59  glen
 - no ownership changed on logfile, so just let umask do the proper permissions
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mumble/mumble.spec?r1=1.28&r2=1.29&f=u



More information about the pld-cvs-commit mailing list