Blame SPECS/device-mapper-persistent-data.spec

b0c38e
#
b0c38e
# Copyright (C) 2011-2013 Red Hat, Inc
b0c38e
#
b0c38e
Summary: Device-mapper thin provisioning tools
b0c38e
Name: device-mapper-persistent-data
b0c38e
Version: 0.2.8
b0c38e
Release: 2%{?dist}
b0c38e
License: GPLv3+
b0c38e
Group: System Environment/Base
b0c38e
URL: https://github.com/jthornber/thin-provisioning-tools
b0c38e
Source0: https://github.com/jthornber/thin-provisioning-tools/archive/thin-provisioning-tools-v%{version}.tar.bz2
b0c38e
# Source1: https://github.com/jthornber/thin-provisioning-tools/archive/v%{version}.tar.gz
b0c38e
Patch0: device-mapper-persistent-data-0.2.8-1-missing-man-pages.patch
b0c38e
Patch1: device-mapper-persistent-data-0.2.8-1-missing-installs.patch
b0c38e
Patch2: device-mapper-persistent-data-0.2.8-2-bz1022834.patch
b0c38e
BuildRequires: autoconf, expat-devel, libstdc++-devel, boost-devel
b0c38e
Requires: expat
b0c38e
b0c38e
%description
b0c38e
thin-provisioning-tools contains check,dump,restore,repair,rmap
b0c38e
and metadata_size tools to manage device-mapper thin provisioning
b0c38e
target metadata devices; cache check,dump,restore and repair tools
b0c38e
to manage device-mapper cache metadata devices are included.
b0c38e
b0c38e
%prep
b0c38e
%setup -q -n thin-provisioning-tools-%{version}
b0c38e
%patch0 -p1
b0c38e
%patch1 -p1
b0c38e
%patch2 -p1
b0c38e
echo %{version}-%{release} > VERSION
b0c38e
b0c38e
%build
b0c38e
autoconf
b0c38e
%configure --with-optimisation=
b0c38e
make %{?_smp_mflags} V=
b0c38e
b0c38e
%install
b0c38e
make DESTDIR=%{buildroot} MANDIR=%{_mandir} install
b0c38e
b0c38e
%clean
b0c38e
b0c38e
%files
b0c38e
%doc COPYING README.md
b0c38e
%{_mandir}/man8/cache_check.8.gz
b0c38e
%{_mandir}/man8/cache_dump.8.gz
b0c38e
%{_mandir}/man8/cache_restore.8.gz
b0c38e
%{_mandir}/man8/cache_repair.8.gz
b0c38e
%{_mandir}/man8/thin_check.8.gz
b0c38e
%{_mandir}/man8/thin_dump.8.gz
b0c38e
%{_mandir}/man8/thin_metadata_size.8.gz
b0c38e
%{_mandir}/man8/thin_restore.8.gz
b0c38e
%{_mandir}/man8/thin_repair.8.gz
b0c38e
%{_mandir}/man8/thin_rmap.8.gz
b0c38e
%{_sbindir}/cache_check
b0c38e
%{_sbindir}/cache_dump
b0c38e
%{_sbindir}/cache_restore
b0c38e
%{_sbindir}/cache_repair
b0c38e
%{_sbindir}/thin_check
b0c38e
%{_sbindir}/thin_dump
b0c38e
%{_sbindir}/thin_metadata_size
b0c38e
%{_sbindir}/thin_restore
b0c38e
%{_sbindir}/thin_repair
b0c38e
%{_sbindir}/thin_rmap
b0c38e
b0c38e
%changelog
b0c38e
* Wed Oct 30 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.8-2
b0c38e
- Resolves: #1022834
b0c38e
b0c38e
* Fri Oct 18 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.8-1
b0c38e
- New upstream version 0.2.8 introducing cache_{check,dump,repair,restore}
b0c38e
  Resolves: #1020825
b0c38e
b0c38e
* Tue Sep 17 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.7-1
b0c38e
- New upstream version 0.2.7
b0c38e
  Resolves: #966264
b0c38e
b0c38e
* Wed Jul 31 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.3-1
b0c38e
- New upstream version
b0c38e
b0c38e
* Tue Jul 30 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.2-1
b0c38e
- New upstream version with missing man pages, thin_metadata_size
b0c38e
  calculator and thin_dump metadata snapshot support.
b0c38e
- Manual page header fixes
b0c38e
b0c38e
* Wed Jul 10 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.1-1
b0c38e
- New upstream version.
b0c38e
b0c38e
* Wed Jul 10 2013 Heinz Mauelshagen <heinzm@redhat.com> - 0.2.0-1
b0c38e
- New upstream version.
b0c38e
b0c38e
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-3
b0c38e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
b0c38e
b0c38e
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.1.4-2
b0c38e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b0c38e
b0c38e
* Thu Apr 19 2012 Milan Broz <mbroz@redhat.com> - 0.1.4-1
b0c38e
- Fix thin_check man page (add -q option).
b0c38e
- Install utilities in /usr/sbin.
b0c38e
b0c38e
* Tue Mar 13 2012 Milan Broz <mbroz@redhat.com> - 0.1.2-1
b0c38e
- New upstream version.
b0c38e
b0c38e
* Mon Mar 05 2012 Milan Broz <mbroz@redhat.com> - 0.1.1-1
b0c38e
- Fix quiet option.
b0c38e
b0c38e
* Fri Mar 02 2012 Milan Broz <mbroz@redhat.com> - 0.1.0-1
b0c38e
- New upstream version.
b0c38e
b0c38e
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-3
b0c38e
- Rebuilt for c++ ABI breakage
b0c38e
b0c38e
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.1-2
b0c38e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b0c38e
b0c38e
* Wed Dec 21 2011 Milan Broz <mbroz@redhat.com> - 0.0.1-1
b0c38e
- Initial version