From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 From: Michael Shigorin To: Alexey Gladkov , make-initrd@lists.altlinux.org Date: Wed, 18 Aug 2021 19:21:14 +0300 Message-Id: <20210818162115.2813079-2-mike@altlinux.org> X-Mailer: git-send-email 2.25.4 In-Reply-To: <20210818162115.2813079-1-mike@altlinux.org> References: <20210818162115.2813079-1-mike@altlinux.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: [make-initrd] [PATCH 1/2] spec: minor cleanup X-BeenThere: make-initrd@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: make-initrd@lists.altlinux.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Aug 2021 16:21:34 -0000 Archived-At: List-Archive: --- 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 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