nvme-cli/nvme-cli.spec

92 lines
2.4 KiB
RPMSpec
Raw Normal View History

2016-03-06 16:29:49 +00:00
#%global commit0 bdbb4da0979fbdc079cf98410cdb31cf799e83b3
#%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
2016-01-21 18:26:38 +00:00
Name: nvme-cli
2017-11-22 02:53:37 +00:00
Version: 1.4
Release: 4%{?dist}
2016-01-21 18:26:38 +00:00
Summary: NVMe management command line interface
License: GPLv2+
URL: https://github.com/linux-nvme/nvme-cli
2016-03-06 16:29:49 +00:00
#Source0: https://github.com/linux-nvme/%{name}/archive/%{commit0}.tar.gz
Source0: https://github.com/linux-nvme/%{name}/archive/v%{version}.tar.gz
2016-01-21 18:26:38 +00:00
2017-04-19 20:57:43 +00:00
BuildRequires: libuuid-devel
2016-01-21 18:26:38 +00:00
%description
nvme-cli provides NVM-Express user space tooling for Linux.
%prep
2016-03-06 16:29:49 +00:00
#%setup -qn %{name}-%{commit0}
%setup
2016-01-21 18:26:38 +00:00
%build
make PREFIX=/usr CFLAGS="%{optflags}" LDFLAGS="%{__global_ldflags}" %{?_smp_mflags}
%install
%make_install PREFIX=/usr
%files
%license LICENSE
%doc README.md
%{_sbindir}/nvme
%{_mandir}/man1/nvme*.gz
2017-04-19 20:57:43 +00:00
%{_datadir}/bash_completion.d/nvme
2016-01-21 18:26:38 +00:00
%changelog
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2017-11-22 02:53:37 +00:00
* Wed Nov 22 2017 luto@kernel.org - 1.4-1
- Update to 1.4
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
2017-05-22 19:56:06 +00:00
* Mon May 22 2017 luto@kernel.org - 1.3-1
- Update to 1.3
* Wed Apr 19 2017 luto@kernel.org - 1.2-2
2017-04-19 20:57:43 +00:00
- Update to 1.2
2017-05-22 19:56:06 +00:00
- 1.2-1 never existed
2017-04-19 20:57:43 +00:00
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
2017-02-01 18:08:51 +00:00
* Wed Feb 01 2017 luto@kernel.org - 1.1-1
- Update to 1.1
2016-11-20 02:09:22 +00:00
* Sun Nov 20 2016 luto@kernel.org - 1.0-1
- Update to 1.0
2016-10-31 21:47:56 +00:00
* Mon Oct 31 2016 luto@kernel.org - 0.9-1
- Update to 0.9
2016-06-30 18:12:45 +00:00
* Thu Jun 30 2016 luto@kernel.org - 0.8-1
- Update to 0.8
2016-05-31 17:06:32 +00:00
* Tue May 31 2016 luto@kernel.org - 0.7-1
- Update to 0.7
2016-03-18 01:51:59 +00:00
* Fri Mar 18 2016 luto@kernel.org - 0.5-1
- Update to 0.5
2016-03-06 16:29:49 +00:00
* Sun Mar 06 2016 luto@kernel.org - 0.4-1
- Update to 0.4
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.2-3.20160112gitbdbb4da
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
2016-01-21 18:26:38 +00:00
* Wed Jan 20 2016 luto@kernel.org - 0.2-2.20160112gitbdbb4da
- Update to new upstream commit, fixing #49. "nvme list" now works.
* Wed Jan 13 2016 luto@kernel.org - 0.2-1.20160112gitde3e0f1
- Initial import.