SPECS: sudosh.spec - updated to 1.8.2, - release 1, - updated MD5 ...

cieciwa cieciwa at pld-linux.org
Wed Oct 19 09:56:01 CEST 2005


Author: cieciwa                      Date: Wed Oct 19 07:56:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.8.2,
- release 1,
- updated MD5 sum,
- added to %%files man5,etc and bin files,
- manual installation of /etc and /bin.

---- Files affected:
SPECS:
   sudosh.spec (1.20 -> 1.21) 

---- Diffs:

================================================================
Index: SPECS/sudosh.spec
diff -u SPECS/sudosh.spec:1.20 SPECS/sudosh.spec:1.21
--- SPECS/sudosh.spec:1.20	Wed Sep 21 17:51:27 2005
+++ SPECS/sudosh.spec	Wed Oct 19 09:55:56 2005
@@ -2,12 +2,12 @@
 Summary:	sudo shell
 Summary(pl):	Powłoka sudo
 Name:		sudosh
-Version:	1.6.3
+Version:	1.8.2
 Release:	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
@@ -46,9 +46,11 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 
-install -d $RPM_BUILD_ROOT/var/log/%{name}
+install -d $RPM_BUILD_ROOT{/var/log/%{name},%{_sysconfdir},%{_bindir}}
+install src/sudosh.conf $RPM_BUILD_ROOT%{_sysconfdir}/
+install src/sudosh $RPM_BUILD_ROOT%{_bindir}/
 
-%{__make} install \
+%{__make} install-man \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %clean
@@ -70,8 +72,9 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS COPYING ChangeLog NEWS PLATFORMS README
+%attr(444,root,root) %{_sysconfdir}/sudosh.conf
 %attr(755,root,root) %{_bindir}/*
-%{_mandir}/man[18]/*
+%{_mandir}/man[158]/*
 %attr(1733,root,root) %dir /var/log/%{name}
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -80,6 +83,13 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.21  2005/10/19 07:55:56  cieciwa
+- updated to 1.8.2,
+- release 1,
+- updated MD5 sum,
+- added to %%files man5,etc and bin files,
+- manual installation of /etc and /bin.
+
 Revision 1.20  2005/09/21 15:51:27  glen
 - rel 1 for stable (1.6.x) branch
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sudosh.spec?r1=1.20&r2=1.21&f=u




More information about the pld-cvs-commit mailing list