Author: darekr Date: Thu Oct 26 22:52:51 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - added some files, %doc, added TODO
---- Files affected: SPECS: fwanalog.spec (1.2 -> 1.3) ---- Diffs: ================================================================ Index: SPECS/fwanalog.spec diff -u SPECS/fwanalog.spec:1.2 SPECS/fwanalog.spec:1.3 --- SPECS/fwanalog.spec:1.2 Tue Jan 27 10:25:05 2004 +++ SPECS/fwanalog.spec Fri Oct 27 00:52:45 2006 @@ -1,4 +1,6 @@ # $Revision$, $Date$ +# TODO: +# - missing files, missing requires %define pre pre4 Summary: firewall logfile analysis program Summary(pl): Analizator logów firewalla @@ -10,6 +12,7 @@ Source0: http://tud.at/programm/fwanalog/%{name}-%{version}pre4.tar.gz # Source0-md5: 6d54ec2aca8280be418640a937a5b5ef URL: http://tud.at/programm/fwanalog/ +Requires: analog BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -37,15 +40,22 @@ %prep %setup -q -n %{name}-%{version}%{pre} -%build - %install +install -d $RPM_BUILD_ROOT{%{_bindir},%{_sysconfdir}/%{name}} + +install fwanalog.sh $RPM_BUILD_ROOT%{_bindir}/fwanalog +install fwanalog.opts.linux24 $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/fwanalog.opts +install services.conf fwanalog.analog.conf* $RPM_BUILD_ROOT%{_sysconfdir}/%{name} %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) +%doc ChangeLog CONTRIBUTORS README* TODO +%attr(755,root,root) %{_bindir}/* +%{_sysconfdir}/%{name} + %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) %changelog @@ -53,6 +63,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.3 2006/10/26 22:52:45 darekr +- added some files, %doc, added TODO + Revision 1.2 2004/01/27 09:25:05 qboosh - pl description ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/fwanalog.spec?r1=1.2&r2=1.3&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
