SPECS: syslinux.spec - BR: sed 4.0 - defined _sbindir to /sbin, us...
darekr
darekr at pld-linux.org
Fri Oct 21 16:20:58 CEST 2005
Author: darekr Date: Fri Oct 21 14:20:58 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- BR: sed 4.0
- defined _sbindir to /sbin, use macro
---- Files affected:
SPECS:
syslinux.spec (1.67 -> 1.68)
---- Diffs:
================================================================
Index: SPECS/syslinux.spec
diff -u SPECS/syslinux.spec:1.67 SPECS/syslinux.spec:1.68
--- SPECS/syslinux.spec:1.67 Sat Sep 3 12:25:01 2005
+++ SPECS/syslinux.spec Fri Oct 21 16:20:53 2005
@@ -13,10 +13,13 @@
URL: http://syslinux.zytor.com/
BuildRequires: perl-base
BuildRequires: nasm
+BuildRequires: sed >= 4.0
Requires: mtools
ExclusiveArch: %{ix86} %{x8664}
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+%define _sbindir /sbin
+
%description
SYSLINUX is a boot loader for the Linux operating system which
operates off MS-DOS floppies. It is intended to simplify first-time
@@ -97,7 +100,7 @@
%files
%defattr(644,root,root,755)
%doc NEWS README* *.doc */*.doc
-%attr(755,root,root) /sbin/*
+%attr(755,root,root) %{_sbindir}/*
%attr(755,root,root) %{_bindir}/*
%dir %{_libdir}/%{name}
%{_libdir}/%{name}/???[.a-z]*
@@ -112,6 +115,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.68 2005/10/21 14:20:53 darekr
+- BR: sed 4.0
+- defined _sbindir to /sbin, use macro
+
Revision 1.67 2005/09/03 10:25:01 areq
- 3.11
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/syslinux.spec?r1=1.67&r2=1.68&f=u
More information about the pld-cvs-commit
mailing list