Pre-release 2.x.x spec file update (#99)
Co-authored-by: Paweł Marciniak <sunwire+git@gmail.com>
This commit is contained in:
29
stenc.spec
29
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 <sunwire+repo@gmail.com> - 1.0.8-3
|
||||
- Remove BuildRoot tag, add smp flags to make and license macro
|
||||
* Sat Aug 27 2022 Paweł Marciniak <sunwire+repo@gmail.com> - 2.x.x-1
|
||||
- Version 2.0.0 Pre-release
|
||||
|
||||
* Sat Nov 07 2020 Paweł Marciniak <sunwire+repo@gmail.com> - 1.0.8-2
|
||||
- Make will no longer be in BuildRoot by default
|
||||
|
||||
* Sat Jul 4 2020 Paweł Marciniak <sunwire+repo@gmail.com> 1.0.8-1
|
||||
- Initial SPEC file
|
||||
|
||||
Reference in New Issue
Block a user