SPECS: bush.spec - defined _bindir to /bin

darekr darekr at pld-linux.org
Sun Jul 24 20:21:51 CEST 2005


Author: darekr                       Date: Sun Jul 24 18:21:51 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- defined _bindir to /bin

---- Files affected:
SPECS:
   bush.spec (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SPECS/bush.spec
diff -u SPECS/bush.spec:1.4 SPECS/bush.spec:1.5
--- SPECS/bush.spec:1.4	Fri Feb 25 20:25:32 2005
+++ SPECS/bush.spec	Sun Jul 24 20:21:45 2005
@@ -17,6 +17,8 @@
 Requires:	libgnat
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define		_bindir		/bin
+
 %description
 BUSH, the Business Shell, is a powerful Linux/UNIX shell for designing
 secure, reliable scripts that can be later compiled as a fast
@@ -50,7 +52,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/bin
+install -d $RPM_BUILD_ROOT%{_bindir}
 
 mv -f doc html
 
@@ -80,7 +82,7 @@
 %files
 %defattr(644,root,root,755)
 %doc README TODO html
-%attr(755,root,root) /bin/bush
+%attr(755,root,root) %{_bindir}/bush
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -88,6 +90,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.5  2005/07/24 18:21:45  darekr
+- defined _bindir to /bin
+
 Revision 1.4  2005/02/25 19:25:32  qboosh
 - cleanups, removed COPYING from doc (just GPL)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/bush.spec?r1=1.4&r2=1.5&f=u




More information about the pld-cvs-commit mailing list