SPECS: ossim-agent.spec - doc
wolvverine
wolvverine at pld-linux.org
Sat Mar 1 02:32:17 CET 2008
Author: wolvverine Date: Sat Mar 1 01:32:17 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- doc
---- Files affected:
SPECS:
ossim-agent.spec (1.1 -> 1.2)
---- Diffs:
================================================================
Index: SPECS/ossim-agent.spec
diff -u SPECS/ossim-agent.spec:1.1 SPECS/ossim-agent.spec:1.2
--- SPECS/ossim-agent.spec:1.1 Sat Mar 1 02:13:08 2008
+++ SPECS/ossim-agent.spec Sat Mar 1 02:32:12 2008
@@ -26,13 +26,15 @@
%install
rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sysconfdir}/{ossim/agent,sysconfig,init.d,logrotate.d}
+install -d $RPM_BUILD_ROOT%{_sysconfdir}/{ossim/agent,sysconfig,rc.d/init.d,logrotate.d}
+
python setup.py install --root=$RPM_BUILD_ROOT
-install contrib/fedora/init.d/ossim-agent $RPM_BUILD_ROOT%{_sysconfdir}/init.d/%{name}
-install etc/logrotate.d/ossim-agent $RPM_BUILD_ROOT%{_sysconfdir}/logrotate.d/%{name}
-install contrib/fedora/sysconfig/ossim-agent $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/%{name}
+install contrib/fedora/init.d/ossim-agent $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
+install etc/logrotate.d/ossim-agent $RPM_BUILD_ROOT/etc/logrotate.d/%{name}
+install contrib/fedora/sysconfig/ossim-agent $RPM_BUILD_ROOT/etc/sysconfig/%{name}
+rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}/*
%clean
rm -rf $RPM_BUILD_ROOT
@@ -49,7 +51,7 @@
%files
%defattr(644,root,root,755)
-%doc %{_docdir}/%{name}
+%doc doc/{ChangeLog,INSTALL,LICENSE,Leeme.ossim.snort.rtf,README.plugins,TODO,ossim-agent.xml}
# common OSSIM dir
%dir %{_sysconfdir}/ossim/agent
%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/ossim/agent/*.cfg
@@ -69,6 +71,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.2 2008-03-01 01:32:12 wolvverine
+- doc
+
Revision 1.1 2008-03-01 01:13:08 wolvverine
- init
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ossim-agent.spec?r1=1.1&r2=1.2&f=u
More information about the pld-cvs-commit
mailing list