From eb012d9538ba731659c9e002c7254b7ebbbacbf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Marciniak?= <50745572+sunwire@users.noreply.github.com> Date: Sat, 27 Aug 2022 20:05:15 +0100 Subject: [PATCH] Pre-release 2.x.x spec file update (#99) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Paweł Marciniak --- stenc.spec | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/stenc.spec b/stenc.spec index 9cd9bfc..79d6c79 100644 --- a/stenc.spec +++ b/stenc.spec @@ -3,11 +3,11 @@ # SPDX-License-Identifier: GPL-2.0-or-later Name: stenc -Version: 1.1.1 -Release: 3%{?dist} +Version: 2.x.x +Release: 1%{?dist} Summary: SCSI Tape Encryption Manager -License: GPLv2 +License: GPL-2.0-or-later URL: https://github.com/scsitape/stenc Source0: https://github.com/scsitape/stenc/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz @@ -15,13 +15,14 @@ BuildRequires: gcc-c++ BuildRequires: make BuildRequires: autoconf BuildRequires: automake +BuildRequires: bash-completion %description SCSI Tape Encryption Manager - Manages encryption on LTO 4 and newer tape drives with hardware-based encryption %prep -%setup -q +%autosetup %build ./autogen.sh @@ -31,24 +32,14 @@ make %{?_smp_mflags} %install make install DESTDIR=%{buildroot} -%clean -rm -rf %{buildroot} - %files -%defattr(-,root,root,-) -%license COPYING -%doc README.md AUTHORS +%license LICENSES/GPL-2.0-or-later.txt +%doc README.md AUTHORS.md %{_bindir}/stenc %{_mandir}/man1/stenc.1* - - +%{_datadir}/bash-completion/completions/stenc %changelog -* Wed Nov 11 2020 Paweł Marciniak - 1.0.8-3 -- Remove BuildRoot tag, add smp flags to make and license macro +* Sat Aug 27 2022 Paweł Marciniak - 2.x.x-1 +- Version 2.0.0 Pre-release -* Sat Nov 07 2020 Paweł Marciniak - 1.0.8-2 -- Make will no longer be in BuildRoot by default - -* Sat Jul 4 2020 Paweł Marciniak 1.0.8-1 -- Initial SPEC file