SPECS: mawk.spec - defined _bindir to /bin
darekr
darekr at pld-linux.org
Fri Jul 22 22:19:17 CEST 2005
Author: darekr Date: Fri Jul 22 20:19:17 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- defined _bindir to /bin
---- Files affected:
SPECS:
mawk.spec (1.53 -> 1.54)
---- Diffs:
================================================================
Index: SPECS/mawk.spec
diff -u SPECS/mawk.spec:1.53 SPECS/mawk.spec:1.54
--- SPECS/mawk.spec:1.53 Fri Oct 15 23:25:31 2004
+++ SPECS/mawk.spec Fri Jul 22 22:19:11 2005
@@ -26,6 +26,7 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%define _exec_prefix /
+%define _bindir /bin
%description
Mawk is a version of the awk programming language. Awk interprets a
@@ -140,7 +141,7 @@
%defattr(644,root,root,755)
%doc ACKNOWLEDGMENT CHANGES README
%attr(755,root,root) %{_bindir}/mawk
-%attr(755,root,root) /bin/awk
+%attr(755,root,root) %{_bindir}/awk
%{_mandir}/man1/*
%lang(pl) %{_mandir}/pl/man1/*
%{_examplesdir}/%{name}-%{version}
@@ -157,6 +158,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.54 2005/07/22 20:19:11 darekr
+- defined _bindir to /bin
+
Revision 1.53 2004/10/15 21:25:31 qboosh
- fixed misleading typo in 1.51 commit message (s/33/30/)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/mawk.spec?r1=1.53&r2=1.54&f=u
More information about the pld-cvs-commit
mailing list