Author: darekr Date: Wed Jun 22 15:39:28 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.8.2; config file
---- Files affected: SPECS: sudosh.spec (1.12 -> 1.13) ---- Diffs: ================================================================ Index: SPECS/sudosh.spec diff -u SPECS/sudosh.spec:1.12 SPECS/sudosh.spec:1.13 --- SPECS/sudosh.spec:1.12 Wed Jun 22 16:48:16 2005 +++ SPECS/sudosh.spec Wed Jun 22 17:39:23 2005 @@ -2,12 +2,12 @@ Summary: sudo shell Summary(pl): Powłoka sudo Name: sudosh -Version: 1.6.3 -Release: 0.2 +Version: 1.8.2 +Release: 0.1 License: Open Software License v2.0 Group: Applications/Shells Source0: http://dl.sourceforge.net/sudosh/%{name}-%{version}.tar.gz -# Source0-md5: 700ee8c6060c1512ac0c2731b5727cc6 +# Source0-md5: 7121efdac817e4a27111869f27fabea0 URL: http://sourceforge.net/projects/sudosh/ Requires(post,preun): sed >= 4.0 Requires(post): grep @@ -45,12 +45,13 @@ %install rm -rf $RPM_BUILD_ROOT - -install -d $RPM_BUILD_ROOT/var/log/%{name} +install -d $RPM_BUILD_ROOT{/var/log/%{name},%{_sysconfdir}} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT +cp src/sudosh.conf $RPM_BUILD_ROOT%{_sysconfdir} + %clean rm -rf $RPM_BUILD_ROOT @@ -71,7 +72,8 @@ %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS PLATFORMS README %attr(755,root,root) %{_bindir}/* -%{_mandir}/man[18]/* +%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf +%{_mandir}/man[158]/* %attr(1733,root,root) %dir /var/log/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -80,6 +82,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13 2005/06/22 15:39:23 darekr +- updated to 1.8.2; config file + Revision 1.12 2005/06/22 14:48:16 glen - fixed sed (need to escape forward slashes) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/sudosh.spec?r1=1.12&r2=1.13&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
