Tom Stellard 2020-07-14 15:20:19 +00:00
parent 8049d4672f
commit 6543c0c0a9
1 changed files with 7 additions and 3 deletions

View File

@ -5,7 +5,7 @@
Summary: Device-mapper Persistent Data Tools
Name: device-mapper-persistent-data
Version: 0.8.5
Release: 3%{?dist}
Release: 4%{?dist}
License: GPLv3+
URL: https://github.com/jthornber/thin-provisioning-tools
#Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-% {version}.tar.gz
@ -31,10 +31,10 @@ echo %{version}-%{release} > VERSION
%build
autoconf
%configure --with-optimisation=
make %{?_smp_mflags} V=
%make_build V=
%install
make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
%make_install MANDIR=%{_mandir}
%files
%doc COPYING README.md
@ -80,6 +80,10 @@ make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
#% {_sbindir}/thin_show_duplicates
%changelog
* Tue Jul 14 2020 Tom Stellard <tstellar@redhat.com> - 0.8.5-4
- Use make macros
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild