SPECS: rkhunter.spec - added missing i18n files

jezik jezik at pld-linux.org
Thu Jan 3 15:04:51 CET 2008


Author: jezik                        Date: Thu Jan  3 14:04:51 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- added missing i18n files

---- Files affected:
SPECS:
   rkhunter.spec (1.33 -> 1.34) 

---- Diffs:

================================================================
Index: SPECS/rkhunter.spec
diff -u SPECS/rkhunter.spec:1.33 SPECS/rkhunter.spec:1.34
--- SPECS/rkhunter.spec:1.33	Thu Jan  3 14:40:38 2008
+++ SPECS/rkhunter.spec	Thu Jan  3 15:04:45 2008
@@ -56,9 +56,10 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/cron.daily,%{_datadir}/%{name}/scripts,%{_var}/lib/%{name}/{db,tmp}}
+install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/cron.daily,%{_datadir}/%{name}/scripts,%{_var}/lib/%{name}/{db,tmp},%{_var}/lib/%{name}/db/i18n}
 
 install files/rkhunter $RPM_BUILD_ROOT%{_sbindir}
+install files/i18n/* $RPM_BUILD_ROOT%{_var}/lib/%{name}/db/i18n
 install files/*.dat $RPM_BUILD_ROOT%{_var}/lib/%{name}/db
 install files/*.pl $RPM_BUILD_ROOT%{_datadir}/%{name}/scripts
 install files/check_update.sh $RPM_BUILD_ROOT%{_datadir}/%{name}/scripts
@@ -79,8 +80,10 @@
 %attr(750,root,root) %{_datadir}/%{name}/scripts/*
 %dir %{_var}/lib/%{name}
 %dir %{_var}/lib/%{name}/db
+%dir %{_var}/lib/%{name}/db/i18n
 %attr(770,root,root) %dir %{_var}/lib/%{name}/tmp
 %attr(640,root,root) %verify(not md5 mtime size) %{_var}/lib/%{name}/db/*.dat
+%attr(640,root,root) %verify(not md5 mtime size) %{_var}/lib/%{name}/db/i18n/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -88,6 +91,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.34  2008-01-03 14:04:45  jezik
+- added missing i18n files
+
 Revision 1.33  2008-01-03 13:40:38  jezik
 
 - up to 1.3.0
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/rkhunter.spec?r1=1.33&r2=1.34&f=u



More information about the pld-cvs-commit mailing list