Author: glen Date: Wed Aug 17 15:35:47 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - back to rev 1.12 for 1.6.3 series
---- Files affected: SPECS: sudosh.spec (1.16 -> 1.17) ---- Diffs: ================================================================ Index: SPECS/sudosh.spec diff -u SPECS/sudosh.spec:1.16 SPECS/sudosh.spec:1.17 --- SPECS/sudosh.spec:1.16 Wed Aug 17 17:29:35 2005 +++ SPECS/sudosh.spec Wed Aug 17 17:35:41 2005 @@ -3,16 +3,12 @@ Summary(pl): Powłoka sudo Name: sudosh Version: 1.6.3 -Release: 0.1 +Release: 0.2 License: Open Software License v2.0 Group: Applications/Shells Source0: http://dl.sourceforge.net/sudosh/%{name}-%{version}.tar.gz # Source0-md5: 700ee8c6060c1512ac0c2731b5727cc6 -Patch0: %{name}-DESTDIR.patch URL: http://sourceforge.net/projects/sudosh/ -BuildRequires: autoconf -BuildRequires: automake -BuildRequires: libtool Requires(post,preun): sed >= 4.0 Requires(post): grep Requires: sudo @@ -42,19 +38,15 @@ %prep %setup -q -%patch0 -p1 %build -%{__aclocal} -%{__autoconf} -%{__autoheader} -%{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT -install -d $RPM_BUILD_ROOT{/var/log/%{name},%{_sysconfdir}} + +install -d $RPM_BUILD_ROOT/var/log/%{name} %{__make} install \ DESTDIR=$RPM_BUILD_ROOT @@ -79,8 +71,7 @@ %defattr(644,root,root,755) %doc AUTHORS COPYING ChangeLog NEWS PLATFORMS README %attr(755,root,root) %{_bindir}/* -%config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}.conf -%{_mandir}/man[158]/* +%{_mandir}/man[18]/* %attr(1733,root,root) %dir /var/log/%{name} %define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`) @@ -89,17 +80,8 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.16 2005/08/17 15:29:35 paszczus -- downgraded to STABLE version (as author says) - -Revision 1.15 2005/06/22 15:58:50 glen -- cleanup - -Revision 1.14 2005/06/22 15:58:12 glen -- fixed non-root install - -Revision 1.13 2005/06/22 15:39:23 darekr -- updated to 1.8.2; config file +Revision 1.17 2005/08/17 15:35:41 glen +- back to rev 1.12 for 1.6.3 series 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.16&r2=1.17&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
