SPECS: pdksh.spec - defined _bindir to /bin

darekr darekr at pld-linux.org
Thu Jul 21 19:26:47 CEST 2005


Author: darekr                       Date: Thu Jul 21 17:26:47 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- defined _bindir to /bin

---- Files affected:
SPECS:
   pdksh.spec (1.100 -> 1.101) 

---- Diffs:

================================================================
Index: SPECS/pdksh.spec
diff -u SPECS/pdksh.spec:1.100 SPECS/pdksh.spec:1.101
--- SPECS/pdksh.spec:1.100	Thu Mar 24 11:33:43 2005
+++ SPECS/pdksh.spec	Thu Jul 21 19:26:42 2005
@@ -44,6 +44,7 @@
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define		_exec_prefix		/
+%define		_bindir			/bin
 
 %description
 pdksh, a remimplementation of ksh, is a command interpreter that is
@@ -213,16 +214,16 @@
 %files
 %defattr(644,root,root,755)
 %doc README NEWS BUG-REPORTS LEGAL
-%config(noreplace,missingok) %verify(not md5 size mtime) /etc/kshrc
-%attr(755,root,root) /bin/ksh
-%attr(755,root,root) /bin/sh
+%config(noreplace,missingok) %verify(not md5 mtime size) /etc/kshrc
+%attr(755,root,root) %{_bindir}/ksh
+%attr(755,root,root) %{_bindir}/sh
 %{_mandir}/man1/*
 %lang(pl) %{_mandir}/pl/man1/*
 
 %if %{with static}
 %files static
 %defattr(644,root,root,755)
-%attr(755,root,root) /bin/ksh.static
+%attr(755,root,root) %{_bindir}/ksh.static
 %endif
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -231,6 +232,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.101  2005/07/21 17:26:42  darekr
+- defined _bindir to /bin
+
 Revision 1.100  2005/03/24 10:33:43  glen
 - rel 42; STBR
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pdksh.spec?r1=1.100&r2=1.101&f=u




More information about the pld-cvs-commit mailing list