[make-initrd] [PATCH 1/2] spec: minor cleanup
Michael Shigorin
mike at altlinux.org
Wed Aug 18 19:21:14 MSK 2021
---
make-initrd.spec | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/make-initrd.spec b/make-initrd.spec
index daf61fd..bc48e97 100644
--- a/make-initrd.spec
+++ b/make-initrd.spec
@@ -6,6 +6,7 @@ Summary: Creates an initramfs image
License: GPL-3.0
Group: System/Base
+Url: http://altlinux.org/make-initrd
Packager: Alexey Gladkov <legion at altlinux.ru>
BuildRequires: autoconf
@@ -58,7 +59,7 @@ AutoReq: noshell, noshebang
Source0: %name-%version.tar
%description
-make-initrd is a new, uevent-driven initramfs infrastructure based around udev.
+make-initrd is an uevent-driven initramfs infrastructure based around udev.
%package devmapper
Summary: device-mapper module for %name
@@ -139,7 +140,7 @@ Requires: mdadm
AutoReq: noshell, noshebang
%description mdadm
-Mdadm module for %name
+mdadm module for %name
%package ucode
Summary: CPU microcode module for %name
@@ -202,7 +203,7 @@ Feature adds smart card daemon and smart card utilities.
%define _libexecdir %_prefix/libexec
%prep
-%setup -q
+%setup
%build
./autogen.sh
@@ -221,7 +222,7 @@ Feature adds smart card daemon and smart card utilities.
make
%install
-%make_install DESTDIR=%buildroot install
+%makeinstall_std
sed -i \
-e 's@\.\./features/@%_datadir/%name/features/@g' \
--
2.25.4
More information about the Make-initrd
mailing list