forked from damien-lemoal/zonefs-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
zonefs-tools.spec
42 lines (33 loc) · 863 Bytes
/
zonefs-tools.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Name: %{pkg_name}
Version: %{pkg_version}
Release: 1%{?dist}
Summary: Provides user utilities for the zonefs file system
License: GPLv2+
URL: https://github.com/westerndigitalcorporation/%{name}
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
BuildRequires: libblkid-devel
BuildRequires: libuuid-devel
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: libtool
BuildRequires: make
BuildRequires: gcc
%description
This package provides the mkzonefs (and mkfs.zonefs) user utility
to format zoned block devices for use with the zonefs file system.
%prep
%autosetup
%build
sh autogen.sh
%configure
%make_build
%install
%make_install
%files
%{_sbindir}/*
%{_mandir}/man8/*
%license COPYING.GPL
%doc README.md CONTRIBUTING
%changelog
* Tue Jan 31 2023 Damien Le Moal <[email protected]> 1.6.0-1
- Version 1.6.0 initial package