SPECS: ed.spec - kill needless defs - defined _bindir

darekr darekr at pld-linux.org
Sun Sep 4 19:42:34 CEST 2005


Author: darekr                       Date: Sun Sep  4 17:42:34 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- kill needless defs
- defined _bindir

---- Files affected:
SPECS:
   ed.spec (1.56 -> 1.57) 

---- Diffs:

================================================================
Index: SPECS/ed.spec
diff -u SPECS/ed.spec:1.56 SPECS/ed.spec:1.57
--- SPECS/ed.spec:1.56	Mon Mar 21 23:02:36 2005
+++ SPECS/ed.spec	Sun Sep  4 19:42:28 2005
@@ -29,8 +29,7 @@
 BuildRequires:	texinfo
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define		_prefix		/usr
-%define		_exec_prefix	/
+%define		_bindir		/bin
 
 %description
 This is the GNU line editor. It is an implementation of one of the
@@ -127,8 +126,7 @@
 %files
 %defattr(644,root,root,755)
 %doc NEWS POSIX README
-%attr(755,root,root) /bin/*
-
+%attr(755,root,root) %{_bindir}/*
 %{_infodir}/*info*
 %{_mandir}/man1/*
 %lang(nl) %{_mandir}/nl/man1/*
@@ -140,6 +138,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.57  2005/09/04 17:42:28  darekr
+- kill needless defs
+- defined _bindir
+
 Revision 1.56  2005/03/21 22:02:36  mmazur
 - rel 36 for th
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/ed.spec?r1=1.56&r2=1.57&f=u




More information about the pld-cvs-commit mailing list