Blame SPECS/nvme-cli.spec

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