SPECS: lms.spec - missing dir in -lmsd, -scripts no longer own /us...

qboosh qboosh at pld-linux.org
Sun May 28 20:31:36 CEST 2006


Author: qboosh                       Date: Sun May 28 18:31:36 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- missing dir in -lmsd, -scripts no longer own /usr/sbin
- moved R: rc-scripts to proper place
- pl fix

---- Files affected:
SPECS:
   lms.spec (1.80 -> 1.81) 

---- Diffs:

================================================================
Index: SPECS/lms.spec
diff -u SPECS/lms.spec:1.80 SPECS/lms.spec:1.81
--- SPECS/lms.spec:1.80	Sun May 28 18:24:37 2006
+++ SPECS/lms.spec	Sun May 28 20:31:31 2006
@@ -35,7 +35,6 @@
 Requires:	php-iconv
 Requires:	php-pcre
 Requires:	php-posix
-%{?with_lmsd:Requires: rc-scripts}
 Requires:	webapps
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -133,6 +132,8 @@
 Summary:	LAN Managment System - LMS system backend
 Summary(pl):	LAN Managment System - backend systemu LMS
 Group:		Networking/Utilities
+Requires(post,preun):	/sbin/chkconfig
+Requires:	rc-scripts
 Obsoletes:	lms-almsd
 
 %description lmsd
@@ -141,7 +142,7 @@
 
 %description lmsd -l pl
 Program zarządzający serwerem poprzez tworzenie plików
-konfiguracyjnych na podstawie bazy danych LMS'a i restartowanie
+konfiguracyjnych na podstawie bazy danych LMS-a i restartowanie
 wybranych usług.
 
 %prep
@@ -291,7 +292,6 @@
 
 %files scripts
 %defattr(644,root,root,755)
-%dir %{_sbindir}
 %attr(755,root,root) %{_sbindir}/*
 
 %files sqlpanel
@@ -308,9 +308,13 @@
 %files lmsd
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_sbindir}/lmsd-*
-%attr(755,root,root) %{_libdir}/lms
+%dir %{_libdir}/lms
+%attr(755,root,root) %{_libdir}/lms/*.so
 %attr(754,root,root) /etc/rc.d/init.d/lmsd
-%{_sysconfdir}/modules
+# XXX: dir shared with base
+%dir %{_sysconfdir}
+%dir %{_sysconfdir}/modules
+%{_sysconfdir}/modules/*
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name}
 %endif
 
@@ -320,6 +324,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.81  2006/05/28 18:31:31  qboosh
+- missing dir in -lmsd, -scripts no longer own /usr/sbin
+- moved R: rc-scripts to proper place
+- pl fix
+
 Revision 1.80  2006/05/28 16:24:37  shadzik
 - use %{_sysconfdir} in lmsd files section
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/lms.spec?r1=1.80&r2=1.81&f=u



More information about the pld-cvs-commit mailing list