Author: qboosh Date: Mon Jan 14 17:52:48 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - pl desc, missing dir, better Group - proper kernel version dependency
---- Files affected: SPECS: iwatch.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: SPECS/iwatch.spec diff -u SPECS/iwatch.spec:1.1 SPECS/iwatch.spec:1.2 --- SPECS/iwatch.spec:1.1 Mon Dec 24 06:15:30 2007 +++ SPECS/iwatch.spec Mon Jan 14 18:52:43 2008 @@ -2,25 +2,32 @@ #TODO -init file, config file # Summary: iWatch - tools to check filesystem integrity -Summary(pl.UTF-8): iWatch - narzędzie do sprawdzania integralności plików +Summary(pl.UTF-8): iWatch - narzędzie do sprawdzania integralności systemu plików Name: iwatch Version: 0.2.1 Release: 0.1 License: GPL -Group: Applications -Source0: http://dl.sourceforge.net/sourceforge/iwatch/%{name}-%{version}.tgz +Group: Applications/File +Source0: http://dl.sourceforge.net/iwatch/%{name}-%{version}.tgz # Source0-md5: b92e7a9b5912684f5e21ef38e22910b6 URL: http://iwatch.sourceforge.net/ +BuildRequires: rpm-perlprov >= 4.1-13 BuildRequires: rpmbuild(macros) >= 1.228 Requires(post,preun): /sbin/chkconfig -Requires: kernel >= 2.6.13 -BuildRequires: rpm-perlprov >= 4.1-13 +Requires: uname(release) >= 2.6.13 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description -iWatch is written in Perl and based on inotify, a file change -notification system, a kernel feature that allows applications to -request the monitoring of a set of files against a list of events. +iWatch is a tool to check filesystem integrity written in Perl and +based on inotify, a file change notification system, a kernel feature +that allows applications to request the monitoring of a set of files +against a list of events. + +%description -l pl.UTF-8 +iWatch to narzędzie do sprawdzania integralności systemu plików +napisane w Perlu, oparte o system powiadamiania o zmianach plików +inotify - mechanizm jądra pozwalający aplikacjom żądać monitorowania +zbioru plików pod kątem listy zdarzeń. %prep %setup -q @@ -49,9 +56,10 @@ %files %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog README iwatch.xml.example -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.xml %attr(755,root,root) %{_bindir}/%{name} %{_datadir}/%{name} +%dir %{_sysconfdir}/%{name} +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/%{name}.xml %attr(754,root,root) /etc/rc.d/init.d/%{name} %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/%{name} @@ -61,7 +69,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2008-01-14 17:52:43 qboosh +- pl desc, missing dir, better Group +- proper kernel version dependency + Revision 1.1 2007-12-24 05:15:30 wolvverine - init - - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iwatch.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
